Home
last modified time | relevance | path

Searched refs:deselect (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/i2c/
Di2c-mux.c51 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/
Di2c-mux.h42 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/
Dqib_qsfp.c93 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/
Di2c-topology28 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/
Dmcfqspi.h35 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/Linux-v4.19/drivers/i2c/muxes/
Di2c-mux-pinctrl.c149 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()
Di2c-mux-pca954x.c88 u8 deselect; member
258 if (!(data->deselect & (1 << chan))) in pca954x_deselect_mux()
439 data->deselect |= (idle_disconnect_pd || in pca954x_probe()
Di2c-mux-reg.c221 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
Di2c-mux-gpio.c205 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dssd1307fb.txt26 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
/Linux-v4.19/arch/m68k/coldfire/
Ddevice.c320 .deselect = mcf_cs_deselect,
/Linux-v4.19/Documentation/networking/
Dnfc.txt63 * deactivate_target - deselect and deinitialize the selected target
/Linux-v4.19/arch/arm/mach-omap1/
DKconfig59 printed, it's safe to deselect OMAP_MUX for your product.
/Linux-v4.19/drivers/spi/
Dspi-coldfire-qspi.c126 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
/Linux-v4.19/arch/arm/mach-davinci/
DKconfig233 printed, it's safe to deselect DAVINCI_MUX for your product.
/Linux-v4.19/Documentation/spi/
Dspi-summary315 not possible until the infrastructure knows how to deselect it.
416 for chip deselect and select operations.