Searched refs:deselect (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/i2c/ |
D | i2c-mux.c | 41 int (*deselect)(struct i2c_adapter *, void *mux_priv, u32 chan_id); member 56 if (priv->deselect) in i2c_mux_master_xfer() 57 priv->deselect(parent, priv->mux_priv, priv->chan_id); in i2c_mux_master_xfer() 77 if (priv->deselect) in i2c_mux_smbus_xfer() 78 priv->deselect(parent, priv->mux_priv, priv->chan_id); in i2c_mux_smbus_xfer() 111 int (*deselect) (struct i2c_adapter *, in i2c_add_mux_adapter() 128 priv->deselect = deselect; in i2c_add_mux_adapter()
|
/linux-4.4.14/drivers/i2c/muxes/ |
D | i2c-mux-pinctrl.c | 135 int (*deselect)(struct i2c_adapter *, void *, u32); in i2c_mux_pinctrl_probe() local 206 deselect = i2c_mux_pinctrl_deselect; in i2c_mux_pinctrl_probe() 208 deselect = NULL; in i2c_mux_pinctrl_probe() 226 deselect); in i2c_mux_pinctrl_probe()
|
D | i2c-mux-reg.c | 175 int (*deselect)(struct i2c_adapter *, void *, u32); in i2c_mux_reg_probe() local 227 deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe() 229 deselect = NULL; in i2c_mux_reg_probe() 238 deselect); in i2c_mux_reg_probe()
|
D | i2c-mux-gpio.c | 141 int (*deselect) (struct i2c_adapter *, void *, u32); in i2c_mux_gpio_probe() local 197 deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe() 200 deselect = NULL; in i2c_mux_gpio_probe() 228 i2c_mux_gpio_select, deselect); in i2c_mux_gpio_probe()
|
/linux-4.4.14/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-4.4.14/arch/m68k/include/asm/ |
D | mcfqspi.h | 35 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
/linux-4.4.14/include/linux/ |
D | i2c-mux.h | 42 int (*deselect) (struct i2c_adapter *,
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 25 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | device.c | 312 .deselect = mcf_cs_deselect,
|
/linux-4.4.14/Documentation/networking/ |
D | nfc.txt | 63 * deactivate_target - deselect and deinitialize the selected target
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 90 printed, it's safe to deselect OMAP_MUX for your product.
|
/linux-4.4.14/drivers/spi/ |
D | spi-coldfire-qspi.c | 126 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | Kconfig | 244 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 302 not possible until the infrastructure knows how to deselect it. 403 for chip deselect and select operations.
|