Searched refs:devmand_usb_match_id (Results 1 – 4 of 4) sorted by relevance
22 struct devmand_usb_match_id { struct25 LIST_ENTRY(devmand_usb_match_id) list; argument45 LIST_HEAD(devid_head, devmand_usb_match_id) ids;50 struct devmand_usb_match_id *add_usb_match_id(struct devmand_usb_driver *drv);
6 struct devmand_usb_match_id * add_usb_match_id();
238 match_usb_id(struct devmand_usb_match_id *mid, struct usb_device_id *id) in match_usb_id()277 struct devmand_usb_match_id *mid; in match_usb_driver()307 struct devmand_usb_match_id *311 struct devmand_usb_match_id *id = (struct devmand_usb_match_id*) in add_usb_match_id()312 malloc(sizeof(struct devmand_usb_match_id)); in add_usb_match_id()314 memset(id, 0, sizeof(struct devmand_usb_match_id)); in add_usb_match_id()
8 static struct devmand_usb_match_id *current_id;