Home
last modified time | relevance | path

Searched refs:ancillary (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/media/
H A DKconfig41 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 DKconfig4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
/openbmc/linux/Documentation/driver-api/
H A Dptp.rst11 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 Dcardlist.rst8 platform-specific drivers. It also contains several ancillary I²C drivers.
H A Dbuilding.rst200 [*] 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 Dvimc.rst58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE
H A Dbt8xx.rst57 ``Autoselect ancillary drivers`` is disabled:
/openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/
H A Dgi-docgen_2024.1.bb5 reference of these libraries, as well as other ancillary documentation."
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst23 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 Dvhost-user-gpu.rst25 socket ancillary data to share opened file descriptors (DMABUF fds or
256 descriptor for the scanout content, which is passed as ancillary
H A Dpr-helper.rst52 together with the SCSI CDB using ancillary data.
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-core.c35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \ argument
37 .ancillary_ent = ancillary \
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst37 - An **ancillary link** is a point-to-point connection denoting that two
/openbmc/linux/drivers/spi/
H A Dspi.c2431 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 Dsbom.rst58 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`, ancillary
/openbmc/linux/Documentation/networking/
H A Ddccp.rst58 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 Dtimestamping.rst374 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 Dmctp.rst162 message buffer to be specified as a scatter-gather list. At present no ancillary
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-ptp6 providing a standardized interface to the ancillary
H A Dsysfs-timecard5 providing a standardized interface to the ancillary
/openbmc/linux/include/media/
H A Dmedia-entity.h1422 struct media_entity *ancillary);
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst60 pool, once again using nid as the node ID for ancillary memory allocations.
/openbmc/linux/drivers/media/tuners/
H A DKconfig18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
/openbmc/linux/drivers/media/mc/
H A Dmc-entity.c1628 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 Dnet.rst351 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence

12