Home
last modified time | relevance | path

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

/linux/drivers/i2c/
A Di2c-mux.c52 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/Documentation/i2c/
A Di2c-topology.rst30 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
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.
211 8. Same rules as in step 5, but for ->deselect.
[all …]
/linux/include/linux/
A Di2c-mux.h28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member
39 int (*deselect)(struct i2c_mux_core *, u32));
/linux/drivers/infiniband/hw/qib/
A 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/drivers/i2c/muxes/
A Di2c-mux-pinctrl.c137 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()
A Di2c-mux-gpio.c210 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
A Di2c-mux-reg.c213 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
/linux/arch/m68k/include/asm/
A Dmcfqspi.h27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/linux/Documentation/ABI/testing/
A Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/linux/Documentation/devicetree/bindings/display/
A Dsolomon,ssd1307fb.yaml86 Length of deselect period (phase 1) in clock cycles
/linux/Documentation/networking/
A Dnfc.rst65 * deactivate_target - deselect and deinitialize the selected target
/linux/arch/m68k/coldfire/
A Ddevice.c324 .deselect = mcf_cs_deselect,
/linux/arch/arm/mach-omap1/
A DKconfig54 printed, it's safe to deselect OMAP_MUX for your product.
/linux/sound/soc/intel/
A DKconfig68 Baytrail/Cherrytrail, you need to deselect this option first.
/linux/drivers/spi/
A Dspi-coldfire-qspi.c117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
/linux/arch/arm/mach-davinci/
A DKconfig233 printed, it's safe to deselect DAVINCI_MUX for your product.
/linux/Documentation/spi/
A Dspi-summary.rst319 not possible until the infrastructure knows how to deselect it.
418 for chip deselect and select operations.

Completed in 37 milliseconds