Searched refs:deselect (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/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() 243 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc() 263 muxc->deselect = deselect; in i2c_mux_alloc()
|
| /Linux-v5.4/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-v5.4/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-v5.4/Documentation/i2c/ |
| D | i2c-topology.rst | 30 select and deselect. select is called before the transfer and (the 31 optional) deselect is called after the transfer. 84 full select-transfer-deselect transaction, only the muxes on the parent 86 select and/or deselect operations must use i2c transfers to complete 103 I.e. the select-transfer-deselect transaction targeting e.g. device 148 6. M1 calls ->deselect, if it has one. 149 7. Same rules as in step 4, but for ->deselect. 161 transfer-deselect transaction. The implication is that the mux driver 176 PL2. If select/deselect calls out to other subsystems such as gpio, 210 7. M1 calls ->deselect, if it has one. [all …]
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | mcfqspi.h | 27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
| /Linux-v5.4/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-gpio.c | 158 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
|
| D | i2c-mux-reg.c | 217 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-i2c-devices-pca954x | 9 -2 - disconnect on idle, i.e. deselect the last used
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/ |
| D | ssd1307fb.txt | 26 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
|
| /Linux-v5.4/Documentation/networking/ |
| D | nfc.txt | 63 * deactivate_target - deselect and deinitialize the selected target
|
| /Linux-v5.4/arch/m68k/coldfire/ |
| D | device.c | 323 .deselect = mcf_cs_deselect,
|
| /Linux-v5.4/arch/arm/mach-omap1/ |
| D | Kconfig | 60 printed, it's safe to deselect OMAP_MUX for your product.
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-coldfire-qspi.c | 117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | Kconfig | 237 printed, it's safe to deselect DAVINCI_MUX for your product.
|
| /Linux-v5.4/Documentation/spi/ |
| D | spi-summary.rst | 319 not possible until the infrastructure knows how to deselect it. 423 for chip deselect and select operations.
|