/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/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
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
D | i2c-mux-gpio.c | 173 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-i2c-devices-pca954x | 11 -2 disconnect on idle, i.e. deselect the last used
|
/Linux-v6.1/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-zynq-qspi.c | 176 * - Deselect all the chip select lines 286 * zynq_qspi_chipselect - Select or deselect the chip select line 288 * @assert: 1 for select or 0 for deselect the chip select line
|
D | spi-xilinx.c | 177 /* Deselect the slave on the SPI bus */ in xspi_init_hw() 193 /* Deselect the slave on the SPI bus */ in xilinx_spi_chipselect()
|
/Linux-v6.1/drivers/mux/ |
D | core.c | 469 * mux_control_deselect() - Deselect the previously selected multiplexer state. 470 * @mux: The mux-control to deselect. 495 * mux_state_deselect() - Deselect the previously selected multiplexer state. 496 * @mstate: The mux-state to deselect.
|
/Linux-v6.1/arch/powerpc/boot/ |
D | ugecon.c | 58 /* deselect */ in ug_io_transaction()
|
/Linux-v6.1/Documentation/driver-api/ |
D | mtdnand.rst | 324 /* Deselect all chips, set all nCE pins high */ 340 /* Deselect all chips */ 906 /* Deselect the chip by setting nCE to high */ 910 /* Deselect the command latch by setting CLE to low */ 914 /* Deselect the address latch by setting ALE to low */
|
/Linux-v6.1/arch/arm/mach-davinci/ |
D | Kconfig | 198 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/Linux-v6.1/include/uapi/linux/spi/ |
D | spidev.h | 44 * @cs_change: True to deselect device before starting the next transfer.
|
/Linux-v6.1/sound/soc/intel/ |
D | Kconfig | 68 Baytrail/Cherrytrail, you need to deselect this option first.
|
/Linux-v6.1/Documentation/networking/ |
D | nfc.rst | 65 * deactivate_target - deselect and deinitialize the selected target
|
/Linux-v6.1/sound/pci/ice1712/ |
D | ak4xxx.c | 103 tmp |= priv->cs_none; /* deselect address */ in snd_ice1712_akm4xxx_write()
|
/Linux-v6.1/drivers/staging/fbtft/ |
D | fb_sh1106.c | 74 /* Set VCOMH Deselect Level */ in init_display()
|
D | fb_ssd1306.c | 102 /* Set VCOMH Deselect Level */ in init_display()
|
/Linux-v6.1/arch/arm/mach-omap1/ |
D | Kconfig | 80 printed, it's safe to deselect OMAP_MUX for your product.
|
/Linux-v6.1/include/linux/amba/ |
D | pl022.h | 214 * CHIP select/deselect commands
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | solomon,ssd1307fb.yaml | 106 Length of deselect period (phase 1) in clock cycles
|