Home
last modified time | relevance | path

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

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