Mark Salyzyn ff392e581d ANDROID: Update ABI representation
Leaf changes summary: 48 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 47 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 1 Added variable

47 Added functions:

  [A] 'function int __devm_iio_device_register(device*, iio_dev*, module*)'
  [A] 'function int __iio_device_register(iio_dev*, module*)'
  [A] 'function iio_channel* devm_iio_channel_get(device*, const char*)'
  [A] 'function iio_channel* devm_iio_channel_get_all(device*)'
  [A] 'function void devm_iio_channel_release(device*, iio_channel*)'
  [A] 'function void devm_iio_channel_release_all(device*, iio_channel*)'
  [A] 'function iio_dev* devm_iio_device_alloc(device*, int)'
  [A] 'function void devm_iio_device_free(device*, iio_dev*)'
  [A] 'function int devm_iio_device_match(device*, void*, void*)'
  [A] 'function void devm_iio_device_unregister(device*, iio_dev*)'
  [A] 'function iio_channel* iio_channel_get(device*, const char*)'
  [A] 'function iio_channel* iio_channel_get_all(device*)'
  [A] 'function void iio_channel_release(iio_channel*)'
  [A] 'function void iio_channel_release_all(iio_channel*)'
  [A] 'function int iio_convert_raw_to_processed(iio_channel*, int, int*, unsigned int)'
  [A] 'function iio_dev* iio_device_alloc(int)'
  [A] 'function int iio_device_claim_direct_mode(iio_dev*)'
  [A] 'function void iio_device_free(iio_dev*)'
  [A] 'function void iio_device_release_direct_mode(iio_dev*)'
  [A] 'function void iio_device_unregister(iio_dev*)'
  [A] 'function ssize_t iio_enum_available_read(iio_dev*, uintptr_t, const iio_chan_spec*, char*)'
  [A] 'function ssize_t iio_enum_read(iio_dev*, uintptr_t, const iio_chan_spec*, char*)'
  [A] 'function ssize_t iio_enum_write(iio_dev*, uintptr_t, const iio_chan_spec*, const char*, size_t)'
  [A] 'function ssize_t iio_format_value(char*, unsigned int, int, int*)'
  [A] 'function unsigned int iio_get_channel_ext_info_count(iio_channel*)'
  [A] 'function int iio_get_channel_type(iio_channel*, iio_chan_type*)'
  [A] 'function s64 iio_get_time_ns(const iio_dev*)'
  [A] 'function unsigned int iio_get_time_res(const iio_dev*)'
  [A] 'function int iio_map_array_register(iio_dev*, iio_map*)'
  [A] 'function int iio_map_array_unregister(iio_dev*)'
  [A] 'function int iio_push_event(iio_dev*, u64, s64)'
  [A] 'function int iio_read_avail_channel_raw(iio_channel*, const int**, int*)'
  [A] 'function int iio_read_channel_attribute(iio_channel*, int*, int*, iio_chan_info_enum)'
  [A] 'function int iio_read_channel_average_raw(iio_channel*, int*)'
  [A] 'function ssize_t iio_read_channel_ext_info(iio_channel*, const char*, char*)'
  [A] 'function int iio_read_channel_offset(iio_channel*, int*, int*)'
  [A] 'function int iio_read_channel_processed(iio_channel*, int*)'
  [A] 'function int iio_read_channel_raw(iio_channel*, int*)'
  [A] 'function int iio_read_channel_scale(iio_channel*, int*, int*)'
  [A] 'function ssize_t iio_read_const_attr(device*, device_attribute*, char*)'
  [A] 'function int iio_read_max_channel_raw(iio_channel*, int*)'
  [A] 'function ssize_t iio_show_mount_matrix(iio_dev*, uintptr_t, const iio_chan_spec*, char*)'
  [A] 'function int iio_str_to_fixpoint(const char*, int, int*, int*)'
  [A] 'function int iio_write_channel_attribute(iio_channel*, int, int, iio_chan_info_enum)'
  [A] 'function ssize_t iio_write_channel_ext_info(iio_channel*, const char*, const char*, size_t)'
  [A] 'function int iio_write_channel_raw(iio_channel*, int)'
  [A] 'function int of_iio_read_mount_matrix(const device*, const char*, iio_mount_matrix*)'

Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 145377190
Test: compile
Change-Id: I2c7327211d81f170d485e785cba6247f4464d8cf
2019-12-03 09:26:51 -08:00
2019-12-03 09:11:59 -08:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-08-06 20:08:18 +02:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-12-01 09:53:43 +01:00
2019-10-17 15:33:07 -07:00
2019-12-01 09:53:43 +01:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%