Home
last modified time | relevance | path

Searched full:deselect (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfqspi.h16 * @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 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));
55 * The chan_id parameter is passed to the select and deselect
/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/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/u-boot/include/
H A Di2c.h453 * 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 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/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-mlxcpld.c47 * | * mux selection * deselect
110 /* Deselect active channel */ in mlxcpld_mux_deselect()
/openbmc/linux/arch/arm/mach-davinci/
H A DKconfig58 printed, it's safe to deselect DAVINCI_MUX for your product.
/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/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/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x11 -2 disconnect on idle, i.e. deselect the last used
/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()
/openbmc/linux/drivers/mux/
H A Dcore.c467 * 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 Dspi-cadence.c150 * 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 Dldap-user-roles.html31 >select or deselect all groups</span
103 >select or deselect {{ group.RemoteGroup }}</span
/openbmc/linux/arch/powerpc/boot/
H A Dugecon.c58 /* deselect */ in ug_io_transaction()
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig64 printed, it's safe to deselect OMAP_MUX for your product.
/openbmc/u-boot/include/linux/mtd/
H A Dst_smi.h36 #define DSEL_TIME 0x00000060 /* Deselect time */

12345