Searched defs:gbaudio_module_info (Results 1 – 1 of 1) sorted by relevance
109 struct gbaudio_module_info { struct111 struct device *dev;112 int dev_id; /* check if it should be bundle_id/hd_cport_id */113 int vid;114 int pid;115 int type;116 int set_uevent;117 char vstr[NAME_SIZE];118 char pstr[NAME_SIZE];119 struct list_head list;[all …]