Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
243 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()
263 muxc->deselect = deselect; in i2c_mux_alloc()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H 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
103 I.e. the select-transfer-deselect transaction targeting e.g. device
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.
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Di2c-mux.h28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member
39 int (*deselect)(struct i2c_mux_core *, u32));
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H 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()
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H 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()
H A Di2c-mux-gpio.c158 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
H A Di2c-mux-reg.c213 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c127 if (!ops->deselect) in i2c_mux_deselect()
130 return ops->deselect(mux, dev, plat->channel); in i2c_mux_deselect()
H A Dpca954x.c76 .deselect = pca954x_deselect,
H A Dmax96745.c58 .deselect = max96745_deselect,
H A Di2c-mux-gpio.c123 .deselect = i2c_mux_gpio_deselect,
H A Dmax96755f.c61 .deselect = max96755f_deselect,
H A Di2c-arb-gpio-challenge.c131 .deselect = i2c_arbitrator_deselect,
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcfqspi.h27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dssd1307fb.txt27 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A DKconfig70 you need to deselect those options first.
92 driver. If you want to enable SOF on Broadwell you need to deselect
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h495 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnfc.rst65 * deactivate_target - deselect and deinitialize the selected target
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Ddevice.c324 .deselect = mcf_cs_deselect,
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A DKconfig54 printed, it's safe to deselect OMAP_MUX for your product.
/OK3568_Linux_fs/kernel/sound/soc/intel/
H A DKconfig65 Baytrail/Cherrytrail, you need to deselect this option first.
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-coldfire-qspi.c117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A DKconfig234 printed, it's safe to deselect DAVINCI_MUX for your product.
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dspi-summary.rst319 not possible until the infrastructure knows how to deselect it.
423 for chip deselect and select operations.

12