Home
last modified time | relevance | path

Searched refs:deselect (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/i2c/
H A 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()
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 Di2c-mux.h28 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 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()
/openbmc/linux/Documentation/i2c/
H A 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 …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi/
H A Drun-ptest3 pytest --automake --deselect tests/test_asgi.py::test_baize_stream_response
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette/
H A Drun-ptest3 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 Drun-ptest7 pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion --deselect tests/test…
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfqspi.h27 void (*deselect)(struct mcfqspi_cs_control *, u8, bool); member
/openbmc/linux/drivers/i2c/muxes/
H A 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()
H A Di2c-mux-gpio.c175 muxc->deselect = i2c_mux_gpio_deselect; in i2c_mux_gpio_probe()
H A Di2c-mux-reg.c212 muxc->deselect = i2c_mux_reg_deselect; in i2c_mux_reg_probe()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c143 if (!ops->deselect) in i2c_mux_deselect()
146 return ops->deselect(mux, dev, plat->channel); in i2c_mux_deselect()
H A Di2c-mux-gpio.c122 .deselect = i2c_mux_gpio_deselect,
H A Di2c-arb-gpio-challenge.c130 .deselect = i2c_arbitrator_deselect,
H A Dpca954x.c88 .deselect = pca954x_deselect,
/openbmc/obmc-console/
H A Dconsole-mux.c311 if (h->type->deselect) { in console_mux_activate()
312 h->type->deselect(h); in console_mux_activate()
H A Dconsole-server.h55 void (*deselect)(struct handler *handler); member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-packaging_24.2.bb20 SKIPLIST:libc-musl = "--deselect tests/test_manylinux.py::test_is_manylinux_compatible_old --ignore…
/openbmc/linux/arch/arm/mach-davinci/
H A DKconfig58 printed, it's safe to deselect DAVINCI_MUX for your product.
/openbmc/u-boot/include/
H A Di2c.h513 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
/openbmc/linux/Documentation/networking/
H A Dnfc.rst65 * deactivate_target - deselect and deinitialize the selected target
/openbmc/qemu/hw/ssi/
H A Dtrace-events19 npcm7xx_fiu_deselect(const char *id, int cs) "%s deselect CS%d"
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig64 printed, it's safe to deselect OMAP_MUX for your product.
/openbmc/linux/arch/m68k/coldfire/
H A Ddevice.c324 .deselect = mcf_cs_deselect,

12