Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/
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()
264 muxc->deselect = deselect; in i2c_mux_alloc()
/Linux-v6.6/include/linux/
Di2c-mux.h28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member
39 int (*deselect)(struct i2c_mux_core *, u32));
/Linux-v6.6/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-v6.6/Documentation/i2c/
Di2c-topology.rst32 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-v6.6/arch/m68k/include/asm/
Dmcfqspi.h27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/Linux-v6.6/drivers/i2c/muxes/
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()
Di2c-mux-gpio.c175 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
Di2c-mux-reg.c212 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/Linux-v6.6/arch/arm/mach-davinci/
DKconfig56 printed, it's safe to deselect DAVINCI_MUX for your product.
/Linux-v6.6/arch/arm/mach-omap1/
DKconfig64 printed, it's safe to deselect OMAP_MUX for your product.
/Linux-v6.6/Documentation/networking/
Dnfc.rst65 * deactivate_target - deselect and deinitialize the selected target
/Linux-v6.6/arch/m68k/coldfire/
Ddevice.c324 .deselect = mcf_cs_deselect,
/Linux-v6.6/drivers/spi/
Dspi-coldfire-qspi.c117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
/Linux-v6.6/sound/soc/intel/
DKconfig68 Baytrail/Cherrytrail, you need to deselect this option first.
/Linux-v6.6/Documentation/trace/coresight/
Dcoresight-config.rst264 The valid values for preset are 0 - to deselect presets, and any value of
/Linux-v6.6/Documentation/spi/
Dspi-summary.rst316 not possible until the infrastructure knows how to deselect it.
415 for chip deselect and select operations.