/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 1295 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102, 1341 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102, 1359 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, 1398 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, 1408 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102, 1418 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102, 1427 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102, 1436 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102, 1444 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102, 1452 {.vendor = 0x1102, .device = 0x0004, .subsystem 1779 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) snd_emu10k1_create() argument [all...] |
H A D | emu10k1.c | 38 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ variable 59 module_param_array(subsystem, uint, NULL, 0444); 60 MODULE_PARM_DESC(subsystem, "Force card subsystem model."); 114 enable_ir[dev], subsystem[dev], in snd_card_emu10k1_probe()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 988 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102, 1034 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102, 1061 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, 1100 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, 1113 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102, 1126 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102, 1140 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102, 1152 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102, 1162 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102, 1173 {.vendor = 0x1102, .device = 0x0004, .subsystem 1506 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) snd_emu10k1_create() argument [all...] |
H A D | emu10k1.c | 34 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ variable 54 module_param_array(subsystem, uint, NULL, 0444); 55 MODULE_PARM_DESC(subsystem, "Force card subsystem model."); 98 enable_ir[dev], subsystem[dev]); in snd_card_emu10k1_probe()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.c | 56 * @encryption_status: Encryption status for this subsystem 57 * @encryption_required : Decides to encrypt the subsystem regions or not 58 * @region_count : Number of regions added in this subsystem toc 59 * @regions_baseptr : regions base pointer of the subsystem 104 static int qcom_add_minidump_segments(struct rproc *rproc, struct minidump_subsystem *subsystem, in qcom_add_minidump_segments() argument 120 seg_cnt = le32_to_cpu(subsystem->region_count); in qcom_add_minidump_segments() 121 ptr = ioremap((unsigned long)le64_to_cpu(subsystem->regions_baseptr), in qcom_add_minidump_segments() 150 struct minidump_subsystem *subsystem; in qcom_minidump() local 162 /* Get subsystem table of contents using the minidump id */ in qcom_minidump() 163 subsystem in qcom_minidump() [all...] |
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | xfi.c | 33 static unsigned int subsystem[SNDRV_CARDS]; variable 41 module_param_array(subsystem, int, NULL, 0444); 42 MODULE_PARM_DESC(subsystem, "Override subsystem ID for Creative X-Fi driver"); 91 pci_id->driver_data, subsystem[dev], &atc); in ct_card_probe()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | xfi.c | 32 static unsigned int subsystem[SNDRV_CARDS]; variable 40 module_param_array(subsystem, int, NULL, 0444); 41 MODULE_PARM_DESC(subsystem, "Override subsystem ID for Creative X-Fi driver"); 90 pci_id->driver_data, subsystem[dev], &atc); in ct_card_probe()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 56 my $subsystem = 0; 267 'subsystem!' => \$subsystem, 318 $subsystem = 0; 323 my $selections = $email + $scm + $status + $subsystem + $web; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 632 my @subsystem = (); 653 if ($subsystem) { 654 @subsystem = uniq(@subsystem); [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 56 my $subsystem = 0; 267 'subsystem!' => \$subsystem, 318 $subsystem = 0; 323 my $selections = $email + $scm + $status + $subsystem + $web; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 632 my @subsystem = (); 653 if ($subsystem) { 654 @subsystem = uniq(@subsystem); [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | kobject_uevent.c | 252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv() argument 257 len = strlcpy(&env->buf[env->buflen], subsystem, buffer_size); in init_uevent_argv() 478 const char *subsystem; in kobject_uevent_env() local 526 /* originating subsystem */ in kobject_uevent_env() 528 subsystem = uevent_ops->name(kset, kobj); in kobject_uevent_env() 530 subsystem = kobject_name(&kset->kobj); in kobject_uevent_env() 531 if (!subsystem) { in kobject_uevent_env() 532 pr_debug("kobject: '%s' (%p): %s: unset subsystem caused the " in kobject_uevent_env() 557 retval = add_uevent_var(env, "SUBSYSTEM=%s", subsystem); in kobject_uevent_env() 624 retval = init_uevent_argv(env, subsystem); in kobject_uevent_env() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | kobject_uevent.c | 252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv() argument 257 len = strlcpy(&env->buf[env->buflen], subsystem, buffer_size); in init_uevent_argv() 463 const char *subsystem; in kobject_uevent_env() local 511 /* originating subsystem */ in kobject_uevent_env() 513 subsystem = uevent_ops->name(kobj); in kobject_uevent_env() 515 subsystem = kobject_name(&kset->kobj); in kobject_uevent_env() 516 if (!subsystem) { in kobject_uevent_env() 517 pr_debug("kobject: '%s' (%p): %s: unset subsystem caused the " in kobject_uevent_env() 542 retval = add_uevent_var(env, "SUBSYSTEM=%s", subsystem); in kobject_uevent_env() 609 retval = init_uevent_argv(env, subsystem); in kobject_uevent_env() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | badge4.c | 260 void badge4_set_5V(unsigned subsystem, int on) in badge4_set_5V() argument 270 badge4_5V_bitmap |= subsystem; in badge4_set_5V() 272 badge4_5V_bitmap &= ~subsystem; in badge4_set_5V()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | qcom_stats.c | 75 * If a subsystem is in sleep when reading the sleep stats adjust in qcom_print_stats() 89 struct subsystem_data *subsystem = s->private; in qcom_subsystem_sleep_stats_show() local 93 stat = qcom_smem_get(subsystem->pid, subsystem->smem_item, NULL); in qcom_subsystem_sleep_stats_show()
|
/kernel/linux/linux-5.10/samples/ftrace/ |
H A D | sample-trace-array.h | 16 * to be called "sample-subsystem". Therefore we must define the name of this 27 #define TRACE_SYSTEM sample-subsystem
|
/kernel/linux/linux-6.6/samples/ftrace/ |
H A D | sample-trace-array.h | 16 * to be called "sample-subsystem". Therefore we must define the name of this 27 #define TRACE_SYSTEM sample-subsystem
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | badge4.h | 70 extern void badge4_set_5V(unsigned subsystem, int on);
|
/kernel/liteos_m/testsuites/unittest/posix/src/ |
H A D | posix_test.h | 47 #define LITE_TEST_SUIT(subsystem, module, testsuit)
|
/kernel/liteos_m/testsuites/unittest/xts/ |
H A D | xts_test.h | 44 #define LITE_TEST_SUIT(subsystem, module, testsuit)
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 21 u16 subsystem; member 247 header->subsystem = cpu_to_be16(adapter->guest->subsystem); in handle_image()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | flash.c | 22 u16 subsystem; member 248 header->subsystem = cpu_to_be16(adapter->guest->subsystem); in handle_image()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 716 __get_system(dir->subsystem); in __get_system_dir() 722 /* If the subsystem is about to be freed, the dir must be too */ in __put_system_dir() 723 WARN_ON_ONCE(system_refcount(dir->subsystem) == 1 && dir->ref_count != 1); in __put_system_dir() 725 __put_system(dir->subsystem); in __put_system_dir() 854 * The buf format can be <subsystem>:<event-name> in ftrace_set_clr_event() 858 * <subsystem>:* means all events in that subsystem in ftrace_set_clr_event() 859 * <subsystem>: means the same. in ftrace_set_clr_event() 861 * <name> (no ':') means all events in a subsystem with in ftrace_set_clr_event() 990 * The ftrace subsystem i in t_next() [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memset.S | 161 wh64 ($4) # L1 : memory subsystem write hint 339 wh64 ($4) # L1 : memory subsystem write hint 527 wh64 ($4) # L1 : memory subsystem write hint
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-memset.S | 161 wh64 ($4) # L1 : memory subsystem write hint 339 wh64 ($4) # L1 : memory subsystem write hint 527 wh64 ($4) # L1 : memory subsystem write hint
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 99 static bool be_cmd_allowed(struct be_adapter *adapter, u8 opcode, u8 subsystem) in be_cmd_allowed() argument 107 subsystem == cmd_priv_map[i].subsystem) in be_cmd_allowed() 190 u8 opcode = 0, subsystem = 0; in be_async_cmd_process() local 194 subsystem = resp_hdr->subsystem; in be_async_cmd_process() 198 subsystem == CMD_SUBSYSTEM_LOWLEVEL) { in be_async_cmd_process() 204 subsystem == CMD_SUBSYSTEM_LOWLEVEL) { in be_async_cmd_process() 211 subsystem == CMD_SUBSYSTEM_COMMON) { in be_async_cmd_process() 219 subsystem in be_async_cmd_process() 248 u8 opcode = 0, subsystem = 0; be_mcc_compl_process() local 794 be_wrb_cmd_hdr_prepare(struct be_cmd_req_hdr *req_hdr, u8 subsystem, u8 opcode, int cmd_len, struct be_mcc_wrb *wrb, struct be_dma_mem *mem) be_wrb_cmd_hdr_prepare() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 99 static bool be_cmd_allowed(struct be_adapter *adapter, u8 opcode, u8 subsystem) in be_cmd_allowed() argument 107 subsystem == cmd_priv_map[i].subsystem) in be_cmd_allowed() 191 u8 opcode = 0, subsystem = 0; in be_async_cmd_process() local 195 subsystem = resp_hdr->subsystem; in be_async_cmd_process() 199 subsystem == CMD_SUBSYSTEM_LOWLEVEL) { in be_async_cmd_process() 205 subsystem == CMD_SUBSYSTEM_LOWLEVEL) { in be_async_cmd_process() 212 subsystem == CMD_SUBSYSTEM_COMMON) { in be_async_cmd_process() 220 subsystem in be_async_cmd_process() 249 u8 opcode = 0, subsystem = 0; be_mcc_compl_process() local 795 be_wrb_cmd_hdr_prepare(struct be_cmd_req_hdr *req_hdr, u8 subsystem, u8 opcode, int cmd_len, struct be_mcc_wrb *wrb, struct be_dma_mem *mem) be_wrb_cmd_hdr_prepare() argument [all...] |