Searched refs:ancillary (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/power/supply/ |
| H A D | max1720x_battery.c | 64 struct i2c_client *ancillary; member 511 i2c_unregister_device(info->ancillary); in max1720x_unregister_ancillary() 535 info->ancillary = i2c_new_ancillary_device(client, "nvmem", 0xb); in max1720x_probe_nvmem() 536 if (IS_ERR(info->ancillary)) { in max1720x_probe_nvmem() 538 return PTR_ERR(info->ancillary); in max1720x_probe_nvmem() 547 info->regmap_nv = devm_regmap_init_i2c(info->ancillary, in max1720x_probe_nvmem()
|
| /linux/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/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/drivers/media/spi/ |
| H A D | Kconfig | 4 comment "SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'"
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cardlist.rst | 8 platform-specific drivers. It also contains several ancillary I²C 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/drivers/spi/ |
| H A D | spi.c | 2557 struct spi_device *ancillary; in spi_new_ancillary_device() local 2561 ancillary = spi_alloc_device(ctlr); in spi_new_ancillary_device() 2562 if (!ancillary) { in spi_new_ancillary_device() 2567 strscpy(ancillary->modalias, "dummy", sizeof(ancillary->modalias)); in spi_new_ancillary_device() 2570 spi_set_chipselect(ancillary, 0, chip_select); in spi_new_ancillary_device() 2573 ancillary->max_speed_hz = spi->max_speed_hz; in spi_new_ancillary_device() 2574 ancillary->mode = spi->mode; in spi_new_ancillary_device() 2579 ancillary->cs_index_mask = BIT(0); in spi_new_ancillary_device() 2584 rc = __spi_add_device(ancillary); in spi_new_ancillary_device() 2590 return ancillary; in spi_new_ancillary_device() [all …]
|
| /linux/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/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/Documentation/core-api/ |
| H A D | genalloc.rst | 60 pool, once again using nid as the node ID for ancillary memory allocations.
|
| /linux/drivers/media/tuners/ |
| H A D | Kconfig | 18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
|
| /linux/Documentation/networking/ |
| 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/Documentation/userspace-api/media/v4l/ |
| H A D | videodev2.h.rst.exceptions | 550 # Ignore reserved ioctl and ancillary macros
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-subdev.rst | 223 or ancillary link may be created when the related sub-device becomes
|