/openbmc/linux/arch/m68k/include/asm/ |
H A 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
|
/openbmc/linux/drivers/i2c/ |
H A 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() 249 if (muxc->deselect) in i2c_mux_unlock_deselect() 250 muxc->deselect(muxc, priv->chan_id); in i2c_mux_unlock_deselect() [all …]
|
/openbmc/linux/include/linux/ |
H A 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
|
/openbmc/linux/Documentation/i2c/ |
H A 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 …]
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A 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()
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 453 * Also deselect() can be made a nop if required. 460 * mux. This method does not need to deselect the old bus since 461 * deselect() will be already have been called if necessary. 471 * deselect() - select one of of I2C buses attached to a mux 473 * This is used to deselect the currently selected I2C bus. 476 * @bus: I2C bus to deselect 477 * @channel: Channel number correponding to the bus to deselect 480 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi/ |
H A D | run-ptest | 3 pytest --automake --deselect tests/test_asgi.py::test_baize_stream_response
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette/ |
H A D | run-ptest | 3 pytest --automake --forked --deselect tests/test_staticfiles.py::test_staticfiles_with_invalid_dir_…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer/ |
H A D | run-ptest | 7 pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion --deselect tests/test…
|
/openbmc/linux/drivers/i2c/muxes/ |
H A 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()
|
H A D | i2c-mux-mlxcpld.c | 47 * | * mux selection * deselect 110 /* Deselect active channel */ in mlxcpld_mux_deselect()
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | Kconfig | 58 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-mux-uclass.c | 143 if (!ops->deselect) in i2c_mux_deselect() 146 return ops->deselect(mux, dev, plat->channel); in i2c_mux_deselect()
|
H A D | i2c-mux-gpio.c | 122 .deselect = i2c_mux_gpio_deselect,
|
H A D | i2c-arb-gpio-challenge.c | 130 .deselect = i2c_arbitrator_deselect,
|
H A D | pca954x.c | 88 .deselect = pca954x_deselect,
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-packaging_24.2.bb | 20 SKIPLIST:libc-musl = "--deselect tests/test_manylinux.py::test_is_manylinux_compatible_old --ignore…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-i2c-devices-pca954x | 11 -2 disconnect on idle, i.e. deselect the last used
|
/openbmc/obmc-console/ |
H A D | console-mux.c | 311 if (h->type->deselect) { in console_mux_activate() 312 h->type->deselect(h); in console_mux_activate()
|
/openbmc/linux/drivers/mux/ |
H A 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.
|
/openbmc/linux/drivers/spi/ |
H A 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()
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.html | 31 >select or deselect all groups</span 103 >select or deselect {{ group.RemoteGroup }}</span
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ugecon.c | 58 /* deselect */ in ug_io_transaction()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | Kconfig | 64 printed, it's safe to deselect OMAP_MUX for your product.
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | st_smi.h | 36 #define DSEL_TIME 0x00000060 /* Deselect time */
|