Searched refs:deselect (Results 1 – 18 of 18) sorted by relevance
/linux-2.6.39/drivers/i2c/ |
D | i2c-mux.c | 38 int (*deselect)(struct i2c_adapter *, void *mux_dev, u32 chan_id); member 53 if (priv->deselect) in i2c_mux_master_xfer() 54 priv->deselect(parent, priv->mux_dev, priv->chan_id); in i2c_mux_master_xfer() 74 if (priv->deselect) in i2c_mux_smbus_xfer() 75 priv->deselect(parent, priv->mux_dev, priv->chan_id); in i2c_mux_smbus_xfer() 93 int (*deselect) (struct i2c_adapter *, in i2c_add_mux_adapter() 108 priv->deselect = deselect; in i2c_add_mux_adapter()
|
/linux-2.6.39/drivers/i2c/muxes/ |
D | gpio-i2cmux.c | 57 int (*deselect) (struct i2c_adapter *, void *, u32); in gpiomux_probe() local 91 deselect = gpiomux_deselect; in gpiomux_probe() 94 deselect = NULL; in gpiomux_probe() 109 gpiomux_select, deselect); in gpiomux_probe()
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 93 goto deselect; in qsfp_read() 112 goto deselect; in qsfp_read() 119 deselect: in qsfp_read() 200 goto deselect; in qib_qsfp_write() 216 goto deselect; in qib_qsfp_write() 223 deselect: in qib_qsfp_write()
|
/linux-2.6.39/include/linux/ |
D | i2c-mux.h | 39 int (*deselect) (struct i2c_adapter *,
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | mcfqspi.h | 49 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
/linux-2.6.39/net/batman-adv/ |
D | gateway_client.c | 248 goto deselect; in gw_check_election() 255 deselect: in gw_check_election()
|
/linux-2.6.39/arch/m68k/platform/520x/ |
D | config.c | 190 .deselect = m520x_cs_deselect,
|
/linux-2.6.39/arch/m68k/platform/523x/ |
D | config.c | 212 .deselect = m523x_cs_deselect,
|
/linux-2.6.39/arch/m68k/platform/528x/ |
D | config.c | 187 .deselect = m528x_cs_deselect,
|
/linux-2.6.39/arch/m68k/platform/5249/ |
D | config.c | 198 .deselect = m5249_cs_deselect,
|
/linux-2.6.39/arch/m68k/platform/527x/ |
D | config.c | 250 .deselect = m527x_cs_deselect,
|
/linux-2.6.39/arch/m68k/platform/532x/ |
D | config.c | 178 .deselect = m532x_cs_deselect,
|
/linux-2.6.39/drivers/media/common/tuners/ |
D | Kconfig | 39 This allows the user to deselect tuner drivers unnecessary
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | Kconfig | 106 printed, it's safe to deselect OMAP_MUX for your product.
|
/linux-2.6.39/arch/arm/mach-davinci/ |
D | Kconfig | 250 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/linux-2.6.39/drivers/spi/ |
D | coldfire_qspi.c | 135 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
|
/linux-2.6.39/Documentation/spi/ |
D | spi-summary | 302 not possible until the infrastructure knows how to deselect it. 404 for chip deselect and select operations.
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | Kconfig | 6 This allows the user to select/deselect frontend drivers for their
|