Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H 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()
230 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()
248 muxc->deselect = deselect; in i2c_mux_alloc()
/linux/Documentation/i2c/
H A 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/arch/m68k/include/asm/
H A Dmcfqspi.h27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/linux/arch/arm/mach-davinci/
H A DKconfig53 printed, it's safe to deselect DAVINCI_MUX for your product.
/linux/sound/soc/intel/
H A DKconfig67 Baytrail/Cherrytrail, you need to deselect this option first.
/linux/Documentation/trace/coresight/
H A Dcoresight-config.rst264 The valid values for preset are 0 - to deselect presets, and any value of
/linux/Documentation/spi/
H A Dspi-summary.rst316 not possible until the infrastructure knows how to deselect it.
414 for chip deselect and select operations.