/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));
|
/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/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/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/arch/m68k/include/asm/ |
H A D | mcfqspi.h | 27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
|
/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-gpio.c | 175 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
|
H A D | i2c-mux-reg.c | 212 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
|
/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/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()
|
H A D | console-server.h | 55 void (*deselect)(struct handler *handler); member
|
/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/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/arch/arm/mach-davinci/ |
H A D | Kconfig | 58 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 513 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
|
/openbmc/linux/Documentation/networking/ |
H A D | nfc.rst | 65 * deactivate_target - deselect and deinitialize the selected target
|
/openbmc/qemu/hw/ssi/ |
H A D | trace-events | 19 npcm7xx_fiu_deselect(const char *id, int cs) "%s deselect CS%d"
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | Kconfig | 64 printed, it's safe to deselect OMAP_MUX for your product.
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | device.c | 324 .deselect = mcf_cs_deselect,
|