Searched refs:deselect (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/i2c/ |
D | i2c-mux.c | 51 if (muxc->deselect) in __i2c_mux_master_xfer() 52 muxc->deselect(muxc, priv->chan_id); in __i2c_mux_master_xfer() 70 if (muxc->deselect) in i2c_mux_master_xfer() 71 muxc->deselect(muxc, priv->chan_id); in i2c_mux_master_xfer() 92 if (muxc->deselect) in __i2c_mux_smbus_xfer() 93 muxc->deselect(muxc, priv->chan_id); in __i2c_mux_smbus_xfer() 114 if (muxc->deselect) in i2c_mux_smbus_xfer() 115 muxc->deselect(muxc, priv->chan_id); in i2c_mux_smbus_xfer() 242 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc() 263 muxc->deselect = deselect; in i2c_mux_alloc()
|
/Linux-v4.19/include/linux/ |
D | i2c-mux.h | 42 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member 53 int (*deselect)(struct i2c_mux_core *, u32));
|
/Linux-v4.19/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-v4.19/Documentation/i2c/ |
D | i2c-topology | 28 select and deselect. select is called before the transfer and (the 29 optional) deselect is called after the transfer. 73 full select-transfer-deselect transaction, only the muxes on the parent 75 select and/or deselect operations must use i2c transfers to complete 91 I.e. the select-transfer-deselect transaction targeting e.g. device 132 6. M1 calls ->deselect, if it has one. 133 7. Same rules as in step 4, but for ->deselect. 145 transfer-deselect transaction. The implication is that the mux driver 159 PL2. If select/deselect calls out to other subsystems such as gpio, 190 7. M1 calls ->deselect, if it has one. [all …]
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | mcfqspi.h | 35 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
/Linux-v4.19/drivers/i2c/muxes/ |
D | i2c-mux-pinctrl.c | 149 muxc->deselect = i2c_mux_pinctrl_deselect; in i2c_mux_pinctrl_probe() 165 for (i = 0; i < num_names - !!muxc->deselect; i++) { in i2c_mux_pinctrl_probe()
|
D | i2c-mux-pca954x.c | 88 u8 deselect; member 258 if (!(data->deselect & (1 << chan))) in pca954x_deselect_mux() 439 data->deselect |= (idle_disconnect_pd || in pca954x_probe()
|
D | i2c-mux-reg.c | 221 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
|
D | i2c-mux-gpio.c | 205 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 26 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | device.c | 320 .deselect = mcf_cs_deselect,
|
/Linux-v4.19/Documentation/networking/ |
D | nfc.txt | 63 * deactivate_target - deselect and deinitialize the selected target
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | Kconfig | 59 printed, it's safe to deselect OMAP_MUX for your product.
|
/Linux-v4.19/drivers/spi/ |
D | spi-coldfire-qspi.c | 126 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | Kconfig | 233 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/Linux-v4.19/Documentation/spi/ |
D | spi-summary | 315 not possible until the infrastructure knows how to deselect it. 416 for chip deselect and select operations.
|