Searched defs:rt_pci_ep_ops (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | pci_endpoint.h | 124 struct rt_pci_ep_ops struct 129 rt_err_t (*set_bar)(struct rt_pci_ep *ep, rt_uint8_t func_no, 131 rt_err_t (*clear_bar)(struct rt_pci_ep *ep, rt_uint8_t func_no, 134 rt_err_t (*map_addr)(struct rt_pci_ep *ep, rt_uint8_t func_no, 138 rt_err_t (*set_msi)(struct rt_pci_ep *ep, rt_uint8_t func_no, 140 rt_err_t (*get_msi)(struct rt_pci_ep *ep, rt_uint8_t func_no, 143 rt_err_t (*set_msix)(struct rt_pci_ep *ep, rt_uint8_t func_no, 145 rt_err_t (*get_msix)(struct rt_pci_ep *ep, rt_uint8_t func_no, 148 rt_err_t (*raise_irq)(struct rt_pci_ep *ep, rt_uint8_t func_no, 151 rt_err_t (*start)(struct rt_pci_ep *ep); [all …]
|
Completed in 3 milliseconds