Searched defs:bus_request (Results 1 – 2 of 2) 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;
26 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */); member