/openbmc/linux/drivers/media/ |
H A D | Kconfig | 41 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)" 47 By default, a media driver auto-selects all possible ancillary 55 Use this option with care, as deselecting ancillary drivers which 253 menu "Media ancillary drivers"
|
/openbmc/linux/drivers/media/spi/ |
H A D | Kconfig | 4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ptp.rst | 11 ancillary features of PTP hardware clocks. 55 ancillary clock features. User space can receive time stamped 65 ancillary feature, then the driver should just return -EOPNOTSUPP
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cardlist.rst | 8 platform-specific drivers. It also contains several ancillary I²C drivers.
|
H A D | building.rst | 200 [*] Autoselect ancillary drivers 208 Media ancillary drivers ---> 212 ``Autoselect ancillary drivers`` option turned on, as it will auto-select 213 the needed I²C ancillary drivers.
|
H A D | vimc.rst | 58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE
|
H A D | bt8xx.rst | 57 ``Autoselect ancillary drivers`` is disabled:
|
/openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/ |
H A D | gi-docgen_2024.1.bb | 5 reference of these libraries, as well as other ancillary documentation."
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 23 domain socket to share file descriptors in the ancillary data of the 52 exchange messages through it, including ancillary data when needed. 401 in the ancillary data: 543 The log memory fd is provided in the ancillary data of 570 ancillary data, it may be used to inform the front-end that the log has 729 The fd is provided via ``VHOST_USER_SET_BACKEND_REQ_FD`` ancillary data. 736 each message) to front-end via ancillary data using this fd communication 1145 vring addresses. In the ancillary data there is an array of file 1171 the log memory fd is provided in the ancillary data of 1181 Sets the logging file descriptor, which is passed as ancillary data. [all …]
|
H A D | vhost-user-gpu.rst | 25 socket ancillary data to share opened file descriptors (DMABUF fds or 256 descriptor for the scanout content, which is passed as ancillary
|
H A D | pr-helper.rst | 52 together with the SCSI CDB using ancillary data.
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-core.c | 35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \ argument 37 .ancillary_ent = ancillary \
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-controller-model.rst | 37 - An **ancillary link** is a point-to-point connection denoting that two
|
/openbmc/linux/drivers/spi/ |
H A D | spi.c | 2431 struct spi_device *ancillary; in spi_new_ancillary_device() local 2435 ancillary = spi_alloc_device(ctlr); in spi_new_ancillary_device() 2436 if (!ancillary) { in spi_new_ancillary_device() 2441 strscpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device() 2444 spi_set_chipselect(ancillary, 0, chip_select); in spi_new_ancillary_device() 2447 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device() 2448 ancillary->mode = spi->mode; in spi_new_ancillary_device() 2453 rc = __spi_add_device(ancillary); in spi_new_ancillary_device() 2459 return ancillary; in spi_new_ancillary_device() 2462 spi_dev_put(ancillary); in spi_new_ancillary_device()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 58 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`, ancillary
|
/openbmc/linux/Documentation/networking/ |
H A D | dccp.rst | 58 u32 priority value as ancillary data to sendmsg(), where higher numbers indicate 59 a higher packet priority (similar to SO_PRIORITY). This ancillary data needs to
|
H A D | timestamping.rst | 374 Timestamps are read using the ancillary data feature of recvmsg(). 427 outgoing data packet with two ancillary messages attached. 431 timestamps, the ee_errno field is ENOMSG. The other ancillary message 487 The SCM_TIMESTAMPING ancillary data is sent along with the packet data
|
H A D | mctp.rst | 162 message buffer to be specified as a scatter-gather list. At present no ancillary
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ptp | 6 providing a standardized interface to the ancillary
|
H A D | sysfs-timecard | 5 providing a standardized interface to the ancillary
|
/openbmc/linux/include/media/ |
H A D | media-entity.h | 1422 struct media_entity *ancillary);
|
/openbmc/linux/Documentation/core-api/ |
H A D | genalloc.rst | 60 pool, once again using nid as the node ID for ancillary memory allocations.
|
/openbmc/linux/drivers/media/tuners/ |
H A D | Kconfig | 18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-entity.c | 1628 struct media_entity *ancillary) in media_create_ancillary_link() argument 1637 link->gobj1 = &ancillary->graph_obj; in media_create_ancillary_link()
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 351 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
|