Home
last modified time | relevance | path

Searched full:deselect (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.12.1/arch/m68k/include/asm/
Dmcfqspi.h16 * @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-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));
55 * The chan_id parameter is passed to the select and deselect
/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/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/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-mlxcpld.c47 * | * mux selection * deselect
110 /* Deselect active channel */ in mlxcpld_mux_deselect()
Di2c-mux-gpio.c179 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
/linux-6.12.1/arch/arm/mach-davinci/
DKconfig58 printed, it's safe to deselect DAVINCI_MUX for your product.
/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/drivers/mux/
Dcore.c467 * 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.
/linux-6.12.1/sound/soc/intel/
DKconfig68 Baytrail/Cherrytrail, you need to deselect this option first.
/linux-6.12.1/drivers/spi/
Dspi-cadence.c153 * interrupts, enable manual target select and manual start, deselect all the
179 * cdns_spi_chipselect - Select or deselect the chip select line
181 * @is_high: Select(0) or deselect (1) the chip select line
191 /* Deselect the target */ in cdns_spi_chipselect()
Dspi-zynq-qspi.c176 * - 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
Dspi-xilinx.c177 /* Deselect the Target on the SPI bus */ in xspi_init_hw()
193 /* Deselect the target on the SPI bus */ in xilinx_spi_chipselect()
/linux-6.12.1/arch/powerpc/boot/
Dugecon.c58 /* deselect */ in ug_io_transaction()
/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/driver-api/
Dmtdnand.rst324 /* 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-6.12.1/Documentation/networking/
Dnfc.rst65 * deactivate_target - deselect and deinitialize the selected target
/linux-6.12.1/include/uapi/linux/spi/
Dspidev.h44 * @cs_change: True to deselect device before starting the next transfer.
/linux-6.12.1/sound/pci/ice1712/
Dak4xxx.c103 tmp |= priv->cs_none; /* deselect address */ in snd_ice1712_akm4xxx_write()
/linux-6.12.1/Documentation/devicetree/bindings/display/
Dsolomon,ssd1307fb.yaml78 Length of deselect period (phase 1) in clock cycles
/linux-6.12.1/drivers/staging/fbtft/
Dfb_sh1106.c74 /* Set VCOMH Deselect Level */ in init_display()
Dfb_ssd1306.c102 /* Set VCOMH Deselect Level */ in init_display()
/linux-6.12.1/include/linux/amba/
Dpl022.h215 * CHIP select/deselect commands

123