Searched refs:subsystem (Results 1 - 25 of 169) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_message17 subsystem=`basename $f .src`
22 f=../dbinc_auto/${subsystem}_auto.h
26 f=../$i/${subsystem}_auto.c
H A Ds_recover44 subsystem=`basename $f .src`
51 f=../dbinc_auto/${subsystem}_auto.h
55 f=../$i/${subsystem}_auto.c
59 f=../$i/${subsystem}_autop.c
63 f=template/rec_${subsystem}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_sysfs.c81 const char *subsystem, const char *driver)
86 if (subsystem != NULL)
87 strlcpy(dev->subsystem, subsystem, sizeof(dev->subsystem));
161 strncmp(devpath, "/subsystem/", 11) != 0 &&
211 /* get subsystem name */
214 strlcat(link_path, "/subsystem", sizeof(link_path));
217 /* get subsystem from "subsystem" lin
80 sysfs_device_set_values(struct sysfs_device *dev, const char *devpath, const char *subsystem, const char *driver) argument
331 sysfs_device_get_parent_with_subsystem(struct sysfs_device *dev, const char *subsystem) argument
437 sysfs_lookup_devpath_by_subsys_id(char *devpath_full, size_t len, const char *subsystem, const char *id) argument
[all...]
H A Dudevtest.c94 char *subsystem = NULL; local
104 { "subsystem", 1, NULL, 's' },
133 subsystem = optarg;
141 " --subsystem=<string> set subsystem string\n"
183 if (subsystem != NULL)
184 strlcpy(dev->subsystem, subsystem, sizeof(dev->subsystem));
196 setenv("SUBSYSTEM", udev->dev->subsystem,
[all...]
H A Dtest-udev.c68 const char *subsystem; local
112 subsystem = getenv("SUBSYSTEM");
114 if (subsystem == NULL && argc == 2)
115 subsystem = argv[1];
117 if (action == NULL || subsystem == NULL || devpath == NULL) {
118 err("action, subsystem or devpath missing");
169 run_program(program, udev->dev->subsystem, NULL, 0, NULL, (udev_log_priority >= LOG_INFO));
H A Dudevd.h65 char *subsystem; member in struct:udevd_uevent_msg
H A Dudev.h59 char subsystem[NAME_SIZE]; /* $class, $bus, drivers, module */ member in struct:sysfs_device
116 const char *subsystem, const char *driver);
119 extern struct sysfs_device *sysfs_device_get_parent_with_subsystem(struct sysfs_device *dev, const char *subsystem);
122 extern int sysfs_lookup_devpath_by_subsys_id(char *devpath, size_t len, const char *subsystem, const char *id);
169 extern int run_program(const char *command, const char *subsystem,
H A Dudev_rules.h70 struct key subsystem; member in struct:udev_rule
H A Dudevstart.c131 if (strcmp(udev->dev->subsystem, "net") != 0) {
139 setenv("SUBSYSTEM", udev->dev->subsystem, 1);
163 run_program(program, udev->dev->subsystem, NULL, 0, NULL, (udev_log_priority >= LOG_INFO));
H A Dudevtrigger.c153 static int subsystem_filtered(const char *subsystem) argument
159 if (fnmatch(loop_name->name, subsystem, 0) == 0)
165 if (fnmatch(loop_name->name, subsystem, 0) == 0)
433 { "subsystem-match", 1, NULL, 's' },
434 { "subsystem-nomatch", 1, NULL, 'S' },
478 " --subsystem-match=<subsystem> trigger devices from a matching subystem\n"
479 " --subsystem-nomatch=<subsystem> exclude devices from a matching subystem\n"
498 /* if we have /sys/subsystem, forge
[all...]
H A Dudevinfo.c121 printf(" SUBSYSTEM==\"%s\"\n", dev->subsystem);
132 printf(" SUBSYSTEMS==\"%s\"\n", dev->subsystem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl42 my $subsystem = 0;
154 'subsystem!' => \$subsystem,
197 $subsystem = 0;
201 my $selections = $email + $scm + $status + $subsystem + $web;
203 die "$P: Missing required option: email, scm, status, subsystem or web\n";
364 my @subsystem = ();
500 if ($subsystem) {
501 @subsystem = uniq(@subsystem);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_main.c1243 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102,
1261 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102,
1300 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102,
1310 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
1320 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102,
1329 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
1337 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102,
1345 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102,
1360 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20071102,
1373 {.vendor = 0x1102, .device = 0x0004, .subsystem
1620 snd_emu10k1_create(struct snd_card *card, struct pci_dev *pci, unsigned short extin_mask, unsigned short extout_mask, long max_cache_bytes, int enable_ir, uint subsystem, struct snd_emu10k1 **remu) argument
[all...]
H A Demu10k1.c55 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ variable
76 module_param_array(subsystem, uint, NULL, 0444);
77 MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
130 enable_ir[dev], subsystem[dev],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dxfi.c35 static unsigned int subsystem[SNDRV_CARDS]; variable
43 module_param_array(subsystem, int, NULL, 0444);
44 MODULE_PARM_DESC(subsystem, "Override subsystem ID for Creative X-Fi driver");
91 pci_id->driver_data, subsystem[dev], &atc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dbadge4.h74 extern void badge4_set_5V(unsigned subsystem, int on);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmodule.c98 NTSTATUS smb_probe_module(const char *subsystem, const char *module) argument
113 pstrcpy(full_path, lib_path(subsystem));
138 NTSTATUS smb_probe_module(const char *subsystem, const char *module) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject_uevent.c135 const char *subsystem; local
180 /* originating subsystem */
182 subsystem = uevent_ops->name(kset, kobj);
184 subsystem = kobject_name(&kset->kobj);
185 if (!subsystem) {
186 pr_debug("kobject: '%s' (%p): %s: unset subsystem caused the "
211 retval = add_uevent_var(env, "SUBSYSTEM=%s", subsystem);
298 argv [1] = (char *)subsystem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dbadge4.c230 void badge4_set_5V(unsigned subsystem, int on) argument
240 badge4_5V_bitmap |= subsystem;
242 badge4_5V_bitmap &= ~subsystem;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/path_id/
H A Dpath_id42 cd "$SYSFS$DEVPATH/subsystem";
431 # skip parent device of the same subsystem
432 if [ -L $full_sysfs_path/subsystem ]; then
433 cd "$full_sysfs_path/subsystem";
438 : skip same subsystem parent
442 # skip subsystem directory
445 : skip subsystem directory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dmmu.S37 ; Bus fault handler. Extracts relevant information and calls mm subsystem
60 ; 1. PMD and PTE exists in mm subsystem but not in TLB
63 ; The code below handles case 1 and calls the mm subsystem for case 2 and 3.
181 8: ; PMD missing, let the mm subsystem fix it up.
183 9: ; PTE missing, let the mm subsystem fix it up.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A DMakefile.w3262 RLDFLAGS = -nologo -subsystem:windows
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_tree.l10 subsystem. The tree is an opaque data type, and client code never has
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c175 char *subsystem, *major, *minor, *devpath; local
190 subsystem = get_hotplug2_value_by_key(event, "SUBSYSTEM");
191 if (!strcmp(subsystem, "block"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUninstallUSBModem126 udevadm trigger --subsystem-match="usb"

Completed in 285 milliseconds

1234567