Searched refs:sub_device (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddev_table.h157 int (*open) (void *devc, int sub_device);
158 void (*close) (void *devc, int sub_device);
H A Dpss.c803 static int pss_coproc_open(void *dev_info, int sub_device) argument
805 switch (sub_device)
828 static void pss_coproc_close(void *dev_info, int sub_device) argument
H A Dsscape.c368 static int sscape_coproc_open(void *dev_info, int sub_device) argument
370 if (sub_device == COPR_MIDI)
379 static void sscape_coproc_close(void *dev_info, int sub_device) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c251 unsigned long vendor, device, sub_vendor, sub_device, class_type; local
277 sub_device = strtoul(ptr+1, NULL, 16);
287 vendor, device, sub_vendor, sub_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c88 unsigned long vendor, device, sub_vendor, sub_device, class_type, class_mask; local
129 sub_device = strtoul(token, NULL, 0);
149 PRINT_WILDCARD("sd", "%08lX", sub_device, 0xffffffff);

Completed in 103 milliseconds