Searched refs:state (Results 1 – 10 of 10) sorted by relevance
377 uint8_t state; member384 uint8_t state; member603 xdev->native_ports[i].state = VPORT_FREE; in pci_xhci_clr_native_port_assigned()713 xdev->vbdp_devs[i].state = S3_VBDP_NONE; in xhci_vbdp_thread()726 if (p->state != VPORT_CONNECTED) in xhci_vbdp_thread()828 uint16_t state; in pci_xhci_native_usb_dev_disconn_cb() local858 state = xdev->native_ports[index].state; in pci_xhci_native_usb_dev_disconn_cb()894 usb_dev_path(&di->path), vport, state); in pci_xhci_native_usb_dev_disconn_cb()898 if (!(state == VPORT_EMULATED || state == VPORT_CONNECTED)) in pci_xhci_native_usb_dev_disconn_cb()1288 p->state = VPORT_ASSIGNED; in pci_xhci_usbcmd_write()[all …]
1049 pdi->lintr.state = IDLE; in pci_emul_init()2170 if (dev->lintr.state == IDLE) { in pci_lintr_assert()2172 dev->lintr.state = ASSERTED; in pci_lintr_assert()2175 dev->lintr.state = PENDING; in pci_lintr_assert()2194 if (dev->lintr.state == ASSERTED) { in pci_lintr_deassert()2195 dev->lintr.state = IDLE; in pci_lintr_deassert()2197 } else if (dev->lintr.state == PENDING) in pci_lintr_deassert()2198 dev->lintr.state = IDLE; in pci_lintr_deassert()2206 if (dev->lintr.state == ASSERTED && !pci_lintr_permitted(dev)) { in pci_lintr_update()2208 dev->lintr.state = PENDING; in pci_lintr_update()[all …]
265 && (dev->lintr.state == ASSERTED)) { in pci_wdt_bar_write()
613 struct vhost_vring_state state; in vhost_dev_start() local662 state.num = vdev->busyloop_timeout; in vhost_dev_start()664 state.index = i; in vhost_dev_start()666 &state); in vhost_dev_start()
412 ack.data.state = -1; in handle_query()416 ack.data.state = ops->ops->query(ops->arg); in handle_query()
152 enum lintr_stat state; member
790 enum ioc_state_type state; /* IOC state type */ member
995 int state; member
1045 ioc->state == ioc_state_tbl[i].cur_stat) { in ioc_process_events()1048 ioc->state = ioc_state_tbl[i].next_stat; in ioc_process_events()1567 ioc->state = IOC_S_INIT; in ioc_init()
39 struct state { struct82 struct state s;
Completed in 39 milliseconds