Searched defs:bus_request (Results 1 – 4 of 4) sorted by relevance
76 struct bus_request { struct77 struct list_head list;80 u32 address;82 u8 *buffer;83 u32 length;84 u32 request;85 struct htc_packet *packet;86 int status;89 struct hif_scatter_req *scat_req;
70 struct bus_request { struct71 struct list_head list;74 u32 address;76 u8 *buffer;77 u32 length;78 u32 request;79 struct htc_packet *packet;80 int status;83 struct hif_scatter_req *scat_req;
37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */); member
48 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */); member