HelenOS sources
hub_t 61 uspace/drv/bus/usb/vhc/hub/hub.c static hub_port_t *get_hub_port(hub_t *, size_t);
hub_t 65 uspace/drv/bus/usb/vhc/hub/hub.c static void set_port_state_delayed(hub_t *, size_t, usec_t, hub_port_state_t,
hub_t 98 uspace/drv/bus/usb/vhc/hub/hub.c static void hub_init_port(hub_port_t *port, hub_t *hub, size_t index)
hub_t 111 uspace/drv/bus/usb/vhc/hub/hub.c void hub_init(hub_t *hub)
hub_t 129 uspace/drv/bus/usb/vhc/hub/hub.c size_t hub_connect_device(hub_t *hub, void *device)
hub_t 165 uspace/drv/bus/usb/vhc/hub/hub.c errno_t hub_disconnect_device(hub_t *hub, void *device)
hub_t 188 uspace/drv/bus/usb/vhc/hub/hub.c size_t hub_find_device(hub_t *hub, void *device)
hub_t 206 uspace/drv/bus/usb/vhc/hub/hub.c void hub_acquire(hub_t *hub)
hub_t 215 uspace/drv/bus/usb/vhc/hub/hub.c void hub_release(hub_t *hub)
hub_t 226 uspace/drv/bus/usb/vhc/hub/hub.c void hub_set_port_state(hub_t *hub, size_t port_index, hub_port_state_t state)
hub_t 268 uspace/drv/bus/usb/vhc/hub/hub.c void hub_set_port_state_all(hub_t *hub, hub_port_state_t state)
hub_t 282 uspace/drv/bus/usb/vhc/hub/hub.c hub_port_state_t hub_get_port_state(hub_t *hub, size_t port_index)
hub_t 298 uspace/drv/bus/usb/vhc/hub/hub.c void hub_clear_port_status_change(hub_t *hub, size_t port_index,
hub_t 315 uspace/drv/bus/usb/vhc/hub/hub.c uint16_t hub_get_port_status_change(hub_t *hub, size_t port_index)
hub_t 331 uspace/drv/bus/usb/vhc/hub/hub.c uint32_t hub_get_port_status(hub_t *hub, size_t port_index)
hub_t 373 uspace/drv/bus/usb/vhc/hub/hub.c uint8_t hub_get_status_change_bitmap(hub_t *hub)
hub_t 402 uspace/drv/bus/usb/vhc/hub/hub.c static hub_port_t *get_hub_port(hub_t *hub, size_t port)
hub_t 452 uspace/drv/bus/usb/vhc/hub/hub.c hub_t *hub;
hub_t 495 uspace/drv/bus/usb/vhc/hub/hub.c static void set_port_state_delayed(hub_t *hub, size_t port_index,
hub_t 87 uspace/drv/bus/usb/vhc/hub/hub.h hub_t *hub;
hub_t 102 uspace/drv/bus/usb/vhc/hub/hub.h void hub_init(hub_t *);
hub_t 103 uspace/drv/bus/usb/vhc/hub/hub.h size_t hub_connect_device(hub_t *, void *);
hub_t 104 uspace/drv/bus/usb/vhc/hub/hub.h errno_t hub_disconnect_device(hub_t *, void *);
hub_t 105 uspace/drv/bus/usb/vhc/hub/hub.h size_t hub_find_device(hub_t *, void *);
hub_t 106 uspace/drv/bus/usb/vhc/hub/hub.h void hub_acquire(hub_t *);
hub_t 107 uspace/drv/bus/usb/vhc/hub/hub.h void hub_release(hub_t *);
hub_t 108 uspace/drv/bus/usb/vhc/hub/hub.h void hub_set_port_state(hub_t *, size_t, hub_port_state_t);
hub_t 109 uspace/drv/bus/usb/vhc/hub/hub.h void hub_set_port_state_all(hub_t *, hub_port_state_t);
hub_t 110 uspace/drv/bus/usb/vhc/hub/hub.h hub_port_state_t hub_get_port_state(hub_t *, size_t);
hub_t 111 uspace/drv/bus/usb/vhc/hub/hub.h void hub_clear_port_status_change(hub_t *, size_t, hub_status_change_t);
hub_t 112 uspace/drv/bus/usb/vhc/hub/hub.h uint16_t hub_get_port_status_change(hub_t *, size_t);
hub_t 113 uspace/drv/bus/usb/vhc/hub/hub.h uint32_t hub_get_port_status(hub_t *, size_t);
hub_t 114 uspace/drv/bus/usb/vhc/hub/hub.h uint8_t hub_get_status_change_bitmap(hub_t *);
hub_t 161 uspace/drv/bus/usb/vhc/hub/virthub.c hub_t *hub = malloc(sizeof(hub_t));
hub_t 185 uspace/drv/bus/usb/vhc/hub/virthub.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 205 uspace/drv/bus/usb/vhc/hub/virthub.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 225 uspace/drv/bus/usb/vhc/hub/virthub.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 252 uspace/drv/bus/usb/vhc/hub/virthub.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 46 uspace/drv/bus/usb/vhc/hub/virthubops.c hub_t *hub = (hub_t *)dev->device_data;
hub_t 76 uspace/drv/bus/usb/vhc/hub/virthubops.c hub_t *hub = dev->device_data;
hub_t 131 uspace/drv/bus/usb/vhc/hub/virthubops.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 262 uspace/drv/bus/usb/vhc/hub/virthubops.c hub_t *hub = (hub_t *) dev->device_data;
hub_t 304 uspace/drv/bus/usb/vhc/hub/virthubops.c hub_t *hub = (hub_t *) dev->device_data;
HelenOS homepage, sources at GitHub