| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | mcfqspi.h | 16 * @deselect: output the signals to deselect the device. Can not be NULL. 21 * deselect functions are required. 27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | mcfqspi.h | 16 * @deselect: output the signals to deselect the device. Can not be NULL. 21 * deselect functions are required. 27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
| /kernel/linux/linux-5.10/drivers/i2c/ |
| D | i2c-mux.c | 52 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()
|
| /kernel/linux/linux-6.6/drivers/i2c/ |
| D | i2c-mux.c | 52 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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | i2c-mux.h | 28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member 39 int (*deselect)(struct i2c_mux_core *, u32)); 55 * The chan_id parameter is passed to the select and deselect
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | i2c-mux.h | 28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); member 39 int (*deselect)(struct i2c_mux_core *, u32)); 55 * The chan_id parameter is passed to the select and deselect
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | i2c-topology.rst | 30 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 …]
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| D | i2c-topology.rst | 32 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 …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
| D | qib_qsfp.c | 93 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()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
| D | qib_qsfp.c | 93 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()
|
| /kernel/linux/linux-5.10/drivers/i2c/muxes/ |
| D | i2c-mux-pinctrl.c | 137 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()
|
| D | i2c-mux-mlxcpld.c | 74 * | * mux selection * deselect 125 /* Deselect active channel */ in mlxcpld_mux_deselect()
|
| /kernel/linux/linux-6.6/drivers/i2c/muxes/ |
| D | i2c-mux-pinctrl.c | 137 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()
|
| D | i2c-mux-mlxcpld.c | 47 * | * mux selection * deselect 110 /* Deselect active channel */ in mlxcpld_mux_deselect()
|
| /kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
| D | Kconfig | 59 printed, it's safe to deselect DAVINCI_MUX for your product.
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-i2c-devices-pca954x | 11 -2 disconnect on idle, i.e. deselect the last used
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-i2c-devices-pca954x | 11 -2 disconnect on idle, i.e. deselect the last used
|
| /kernel/linux/linux-5.10/sound/soc/sof/intel/ |
| D | Kconfig | 70 you need to deselect those options first. 92 driver. If you want to enable SOF on Broadwell you need to deselect
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-cadence.c | 147 * interrupts, enable manual slave select and manual start, deselect all the 170 * cdns_spi_chipselect - Select or deselect the chip select line 172 * @is_high: Select(0) or deselect (1) the chip select line 182 /* Deselect the slave */ in cdns_spi_chipselect()
|
| D | spi-txx9.c | 104 /* deselect the chip with cs_change hint in last transfer */ in txx9spi_cs_func() 125 /* deselect chip */ in txx9spi_setup() 254 /* sometimes a short mid-message deselect of the chip in txx9spi_work_one()
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-cadence.c | 150 * interrupts, enable manual target select and manual start, deselect all the 176 * cdns_spi_chipselect - Select or deselect the chip select line 178 * @is_high: Select(0) or deselect (1) the chip select line 188 /* Deselect the target */ in cdns_spi_chipselect()
|
| /kernel/linux/linux-6.6/drivers/mux/ |
| D | core.c | 467 * mux_control_deselect() - Deselect the previously selected multiplexer state. 468 * @mux: The mux-control to deselect. 493 * mux_state_deselect() - Deselect the previously selected multiplexer state. 494 * @mstate: The mux-state to deselect.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | ssd1307fb.txt | 27 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | ugecon.c | 58 /* deselect */ in ug_io_transaction()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | ugecon.c | 58 /* deselect */ in ug_io_transaction()
|