Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/driver-api/
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
/linux-6.3-rc2/drivers/media/
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"
/linux-6.3-rc2/drivers/media/spi/
A DKconfig4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dcardlist.rst8 platform-specific drivers. It also contains several ancillary I²C drivers.
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.
A Dvimc.rst58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE
A Dbt8xx.rst57 ``Autoselect ancillary drivers`` is disabled:
/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-core.c35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \ argument
37 .ancillary_ent = ancillary \
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/
A Dmedia-controller-model.rst37 - An **ancillary link** is a point-to-point connection denoting that two
/linux-6.3-rc2/drivers/spi/
A Dspi.c2434 struct spi_device *ancillary; in spi_new_ancillary_device() local
2438 ancillary = spi_alloc_device(spi->controller); in spi_new_ancillary_device()
2439 if (!ancillary) { in spi_new_ancillary_device()
2444 strscpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device()
2447 spi_set_chipselect(ancillary, 0, chip_select); in spi_new_ancillary_device()
2450 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device()
2451 ancillary->mode = spi->mode; in spi_new_ancillary_device()
2454 rc = spi_add_device_locked(ancillary); in spi_new_ancillary_device()
2460 return ancillary; in spi_new_ancillary_device()
2463 spi_dev_put(ancillary); in spi_new_ancillary_device()
/linux-6.3-rc2/Documentation/networking/
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
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
A Dmctp.rst162 message buffer to be specified as a scatter-gather list. At present no ancillary
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-ptp6 providing a standardized interface to the ancillary
A Dsysfs-timecard5 providing a standardized interface to the ancillary
/linux-6.3-rc2/include/media/
A Dmedia-entity.h1420 struct media_entity *ancillary);
/linux-6.3-rc2/Documentation/core-api/
A Dgenalloc.rst60 pool, once again using nid as the node ID for ancillary memory allocations.
/linux-6.3-rc2/drivers/media/tuners/
A DKconfig18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
/linux-6.3-rc2/drivers/media/mc/
A Dmc-entity.c1583 struct media_entity *ancillary) in media_create_ancillary_link() argument
1592 link->gobj1 = &ancillary->graph_obj; in media_create_ancillary_link()
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dnet.rst346 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions537 # Ignore reserved ioctl and ancillary macros
/linux-6.3-rc2/drivers/media/i2c/
A DKconfig8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"
954 comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
/linux-6.3-rc2/drivers/media/dvb-frontends/
A DKconfig5 comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'"

Completed in 40 milliseconds