Searched refs:deselect (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/i2c/ |
D | i2c-mux.c | 52 if (muxc->deselect) in __i2c_mux_master_xfer() 53 muxc->deselect(muxc, priv->chan_id); in __i2c_mux_master_xfer() 71 if (muxc->deselect) in i2c_mux_master_xfer() 72 muxc->deselect(muxc, priv->chan_id); in i2c_mux_master_xfer() 93 if (muxc->deselect) in __i2c_mux_smbus_xfer() 94 muxc->deselect(muxc, priv->chan_id); in __i2c_mux_smbus_xfer() 115 if (muxc->deselect) in i2c_mux_smbus_xfer() 116 muxc->deselect(muxc, priv->chan_id); in i2c_mux_smbus_xfer() 230 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc() 251 muxc->deselect = deselect; in i2c_mux_alloc()
|
/linux-6.12.1/include/linux/ |
D | i2c-mux.h | 28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member 39 int (*deselect)(struct i2c_mux_core *, u32));
|
/linux-6.12.1/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 93 goto deselect; in qsfp_read() 113 goto deselect; in qsfp_read() 120 deselect: in qsfp_read() 201 goto deselect; in qib_qsfp_write() 218 goto deselect; in qib_qsfp_write() 225 deselect: in qib_qsfp_write()
|
/linux-6.12.1/Documentation/i2c/ |
D | i2c-topology.rst | 32 select and deselect. select is called before the transfer and (the 33 optional) deselect is called after the transfer. 47 full select-transfer-deselect transaction, only the muxes on the parent 49 select and/or deselect operations must use I2C transfers to complete 79 6. M1 calls ->deselect, if it has one. 80 7. Same rules as in step 4, but for ->deselect. 104 I.e. the select-transfer-deselect transaction targeting e.g. device 129 transfer-deselect transaction. The implication is that the mux driver 160 7. M1 calls ->deselect, if it has one. 161 8. Same rules as in step 5, but for ->deselect. [all …]
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mcfqspi.h | 27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
/linux-6.12.1/drivers/i2c/muxes/ |
D | i2c-mux-pinctrl.c | 137 muxc->deselect = i2c_mux_pinctrl_deselect; in i2c_mux_pinctrl_probe() 153 for (i = 0; i < num_names - !!muxc->deselect; i++) { in i2c_mux_pinctrl_probe()
|
D | i2c-mux-reg.c | 211 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
|
D | i2c-mux-gpio.c | 179 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-i2c-devices-pca954x | 11 -2 disconnect on idle, i.e. deselect the last used
|
/linux-6.12.1/arch/arm/mach-davinci/ |
D | Kconfig | 58 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/linux-6.12.1/sound/soc/intel/ |
D | Kconfig | 68 Baytrail/Cherrytrail, you need to deselect this option first.
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | Kconfig | 63 printed, it's safe to deselect OMAP_MUX for your product.
|
/linux-6.12.1/Documentation/networking/ |
D | nfc.rst | 65 * deactivate_target - deselect and deinitialize the selected target
|
/linux-6.12.1/arch/m68k/coldfire/ |
D | device.c | 324 .deselect = mcf_cs_deselect,
|
/linux-6.12.1/drivers/spi/ |
D | spi-coldfire-qspi.c | 117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-config.rst | 264 The valid values for preset are 0 - to deselect presets, and any value of
|
/linux-6.12.1/Documentation/spi/ |
D | spi-summary.rst | 316 not possible until the infrastructure knows how to deselect it. 414 for chip deselect and select operations.
|