Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/driver-api/
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
/Linux-v5.15/drivers/media/
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
248 menu "Media ancillary drivers"
/Linux-v5.15/drivers/media/spi/
DKconfig4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
/Linux-v5.15/Documentation/admin-guide/media/
Dcardlist.rst8 platform-specific drivers. It also contains several ancillary I²C drivers.
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.
Dbt8xx.rst57 ``Autoselect ancillary drivers`` is disabled:
/Linux-v5.15/drivers/spi/
Dspi.c2162 struct spi_device *ancillary; in spi_new_ancillary_device() local
2166 ancillary = spi_alloc_device(spi->controller); in spi_new_ancillary_device()
2167 if (!ancillary) { in spi_new_ancillary_device()
2172 strlcpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device()
2175 ancillary->chip_select = chip_select; in spi_new_ancillary_device()
2178 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device()
2179 ancillary->mode = spi->mode; in spi_new_ancillary_device()
2182 rc = spi_add_device_locked(ancillary); in spi_new_ancillary_device()
2188 return ancillary; in spi_new_ancillary_device()
2191 spi_dev_put(ancillary); in spi_new_ancillary_device()
/Linux-v5.15/Documentation/networking/
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
Dtimestamping.rst344 Timestamps are read using the ancillary data feature of recvmsg().
397 outgoing data packet with two ancillary messages attached.
401 timestamps, the ee_errno field is ENOMSG. The other ancillary message
457 The SCM_TIMESTAMPING ancillary data is sent along with the packet data
Dmctp.rst162 message buffer to be specified as a scatter-gather list. At present no ancillary
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-ptp6 providing a standardized interface to the ancillary
/Linux-v5.15/Documentation/core-api/
Dgenalloc.rst60 pool, once again using nid as the node ID for ancillary memory allocations.
/Linux-v5.15/drivers/media/tuners/
DKconfig18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dnet.rst328 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
/Linux-v5.15/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions523 # Ignore reserved ioctl and ancillary macros
/Linux-v5.15/drivers/media/i2c/
DKconfig8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"
28 comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
/Linux-v5.15/drivers/media/dvb-frontends/
DKconfig5 comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'"