Searched refs:ioh (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 8 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 9 if (ioh->revents & G_IO_OUT) { 10 ioh->fd_write(ioh->opaque); 14 ``QLIST_FOREACH_SAFE`` protects against deletion of the current node (``ioh``) 15 by stashing away its ``next`` pointer. However, ``ioh->fd_write`` could 20 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 21 if (ioh->deleted) { 22 QLIST_REMOVE(ioh, next); 23 g_free(ioh); 25 if (ioh->revents & G_IO_OUT) { [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pch.c | 99 enum pch_type_t ioh; member 145 pm &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_direction_output() 162 pm &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_direction_input() 180 if (chip->ioh == INTEL_EG20T_PCH) in pch_gpio_save_reg_conf() 182 if (chip->ioh == OKISEMI_ML7223n_IOH) in pch_gpio_save_reg_conf() 198 if (chip->ioh == INTEL_EG20T_PCH) in pch_gpio_restore_reg_conf() 200 if (chip->ioh == OKISEMI_ML7223n_IOH) in pch_gpio_restore_reg_conf() 223 gpio->ngpio = gpio_pins[chip->ioh]; in pch_gpio_setup() 315 reg_val &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_handler() 317 for_each_set_bit(i, ®_val, gpio_pins[chip->ioh]) in pch_gpio_handler() [all …]
|
H A D | Makefile | 105 obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o
|
H A D | TODO | 108 new coming drivers. For example, gpio-ml-ioh should be incorporated into
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 131 sg_io_hdr_t *ioh; member 980 acb->ioh->driver_status = 0; in iscsi_aio_ioctl_cb() 981 acb->ioh->host_status = 0; in iscsi_aio_ioctl_cb() 982 acb->ioh->resid = 0; in iscsi_aio_ioctl_cb() 983 acb->ioh->status = status; in iscsi_aio_ioctl_cb() 990 acb->ioh->driver_status |= SG_ERR_DRIVER_SENSE; in iscsi_aio_ioctl_cb() 992 acb->ioh->sb_len_wr = acb->task->datain.size - 2; in iscsi_aio_ioctl_cb() 993 ss = MIN(acb->ioh->mx_sb_len, acb->ioh->sb_len_wr); in iscsi_aio_ioctl_cb() 994 memcpy(acb->ioh->sbp, &acb->task->datain.data[2], ss); in iscsi_aio_ioctl_cb() 1046 acb->ioh = buf; in iscsi_aio_ioctl() [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_infineon.c | 392 u8 iol, ioh; in tpm_inf_pnp_probe() local 507 ioh = tpm_config_in(TPM_INF_DATA); in tpm_inf_pnp_probe() 511 if ((ioh << 8 | iol) != tpm_dev.data_regs) { in tpm_inf_pnp_probe()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 10571 F: drivers/gpio/gpio-ml-ioh.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |