Lines Matching refs:osext
147 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset);
148 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset);
149 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset);
150 void os_pci_writeb(void *osext, HPT_U8 offset, HPT_U8 value);
151 void os_pci_writew(void *osext, HPT_U8 offset, HPT_U16 value);
152 void os_pci_writel(void *osext, HPT_U8 offset, HPT_U32 value);
165 void *osext,
172 void os_unmap_pci_bar(void *osext, void *base);
179 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg);
181 void os_request_timer(void * osext, HPT_U32 interval);
194 void os_schedule_task(void *osext, OSM_TASK *task);
215 #define os_register_device(osext, target_id) argument
216 #define os_unregister_device(osext, target_id) argument
217 int os_query_remove_device(void *osext, int target_id);
218 int os_revalidate_device(void *osext, int target_id);
220 HPT_U8 os_get_vbus_seq(void *osext);