| /linux-6.15/drivers/power/supply/ |
| H A D | max1720x_battery.c | 64 struct i2c_client *ancillary; member 508 i2c_unregister_device(info->ancillary); in max1720x_unregister_ancillary() 532 info->ancillary = i2c_new_ancillary_device(client, "nvmem", 0xb); in max1720x_probe_nvmem() 533 if (IS_ERR(info->ancillary)) { in max1720x_probe_nvmem() 535 return PTR_ERR(info->ancillary); in max1720x_probe_nvmem() 544 info->regmap_nv = devm_regmap_init_i2c(info->ancillary, in max1720x_probe_nvmem()
|
| /linux-6.15/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"
|
| /linux-6.15/drivers/media/spi/ |
| H A D | Kconfig | 4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
| /linux-6.15/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
|
| /linux-6.15/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:
|
| /linux-6.15/drivers/media/test-drivers/vimc/ |
| H A D | vimc-core.c | 35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \ argument 37 .ancillary_ent = ancillary \
|
| /linux-6.15/drivers/spi/ |
| H A D | spi.c | 2573 struct spi_device *ancillary; in spi_new_ancillary_device() local 2577 ancillary = spi_alloc_device(ctlr); in spi_new_ancillary_device() 2578 if (!ancillary) { in spi_new_ancillary_device() 2583 strscpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device() 2586 spi_set_all_cs_unused(ancillary); in spi_new_ancillary_device() 2590 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device() 2591 ancillary->mode = spi->mode; in spi_new_ancillary_device() 2596 ancillary->cs_index_mask = BIT(0); in spi_new_ancillary_device() 2601 rc = __spi_add_device(ancillary); in spi_new_ancillary_device() 2607 return ancillary; in spi_new_ancillary_device() [all …]
|
| /linux-6.15/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
|
| /linux-6.15/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 | 415 Timestamps are read using the ancillary data feature of recvmsg(). 468 outgoing data packet with two ancillary messages attached. 472 timestamps, the ee_errno field is ENOMSG. The other ancillary message 528 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
|
| /linux-6.15/include/media/ |
| H A D | media-entity.h | 1418 struct media_entity *ancillary);
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/core-api/ |
| H A D | genalloc.rst | 60 pool, once again using nid as the node ID for ancillary memory allocations.
|
| /linux-6.15/drivers/media/tuners/ |
| H A D | Kconfig | 18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
|
| /linux-6.15/drivers/media/mc/ |
| H A D | mc-entity.c | 1641 struct media_entity *ancillary) in media_create_ancillary_link() argument 1650 link->gobj1 = &ancillary->graph_obj; in media_create_ancillary_link()
|
| /linux-6.15/Documentation/userspace-api/fwctl/ |
| H A D | fwctl.rst | 51 drivers, but devices also usually have a set of ancillary RPCs that don't really
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 353 Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
|
| /linux-6.15/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 546 # Ignore reserved ioctl and ancillary macros
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | Kconfig | 8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" 837 comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | Kconfig | 5 comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'"
|