Searched refs:ancillary (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.1/Documentation/driver-api/ |
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
|
/Linux-v6.1/drivers/media/ |
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"
|
/Linux-v6.1/drivers/media/spi/ |
D | Kconfig | 4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | cardlist.rst | 8 platform-specific drivers. It also contains several ancillary I²C drivers.
|
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.
|
D | vimc.rst | 58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE
|
D | bt8xx.rst | 57 ``Autoselect ancillary drivers`` is disabled:
|
/Linux-v6.1/drivers/media/test-drivers/vimc/ |
D | vimc-core.c | 35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \ argument 37 .ancillary_ent = ancillary \
|
/Linux-v6.1/Documentation/userspace-api/media/mediactl/ |
D | media-controller-model.rst | 37 - An **ancillary link** is a point-to-point connection denoting that two
|
/Linux-v6.1/drivers/spi/ |
D | spi.c | 2395 struct spi_device *ancillary; in spi_new_ancillary_device() local 2399 ancillary = spi_alloc_device(spi->controller); in spi_new_ancillary_device() 2400 if (!ancillary) { in spi_new_ancillary_device() 2405 strscpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device() 2408 ancillary->chip_select = chip_select; in spi_new_ancillary_device() 2411 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device() 2412 ancillary->mode = spi->mode; in spi_new_ancillary_device() 2415 rc = spi_add_device_locked(ancillary); in spi_new_ancillary_device() 2421 return ancillary; in spi_new_ancillary_device() 2424 spi_dev_put(ancillary); in spi_new_ancillary_device()
|
/Linux-v6.1/include/media/ |
D | media-entity.h | 1320 struct media_entity *ancillary);
|
/Linux-v6.1/Documentation/networking/ |
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
|
D | timestamping.rst | 344 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
|
D | mctp.rst | 162 message buffer to be specified as a scatter-gather list. At present no ancillary
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-ptp | 6 providing a standardized interface to the ancillary
|
D | sysfs-timecard | 5 providing a standardized interface to the ancillary
|
/Linux-v6.1/Documentation/core-api/ |
D | genalloc.rst | 60 pool, once again using nid as the node ID for ancillary memory allocations.
|
/Linux-v6.1/drivers/media/mc/ |
D | mc-entity.c | 1515 struct media_entity *ancillary) in media_create_ancillary_link() argument 1524 link->gobj1 = &ancillary->graph_obj; in media_create_ancillary_link()
|
/Linux-v6.1/drivers/media/tuners/ |
D | Kconfig | 18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
|
/Linux-v6.1/Documentation/admin-guide/sysctl/ |
D | net.rst | 340 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
|
/Linux-v6.1/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 537 # Ignore reserved ioctl and ancillary macros
|
/Linux-v6.1/drivers/media/i2c/ |
D | Kconfig | 8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" 888 comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
/Linux-v6.1/drivers/media/dvb-frontends/ |
D | Kconfig | 5 comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'"
|