/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_core.c | 148 if (!strcmp(filter_buf, "enable")) in enable_sysctl_handler() 150 else if (!strcmp(filter_buf, "disable")) in enable_sysctl_handler() 152 else if (!strcmp(filter_buf, "force_disable")) in enable_sysctl_handler()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-csiphy.c | 116 if (!strcmp(clock->name, "csiphy0_timer") || in csiphy_set_clock_rates() 117 !strcmp(clock->name, "csiphy1_timer") || in csiphy_set_clock_rates() 118 !strcmp(clock->name, "csiphy2_timer")) { in csiphy_set_clock_rates()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_msg.c | 430 if (strcmp(pm_msg->dev_name, dev_name) || in iwpm_register_pid_cb() 431 strcmp(iwpm_ulib_name, iwpm_name) || in iwpm_register_pid_cb() 731 if (strcmp(iwpm_ulib_name, iwpm_name) || in iwpm_mapping_info_cb()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | channel.c | 188 if (!strcmp("AA", ccode) || /* AA */ in brcms_c_country_valid() 189 !strcmp("ZZ", ccode) || /* ZZ */ in brcms_c_country_valid() 195 if (!strcmp("NA", ccode)) in brcms_c_country_valid()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | pdr_interface.c | 316 if (strcmp(pds->service_path, ind_msg->service_path)) in pdr_indication_cb() 425 if (!strcmp(entry->name, pds->service_path)) { in pdr_locate_service() 540 if (strcmp(tmp->service_path, service_path)) in pdr_add_lookup()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 572 if (strcmp(this_opt, "nopan") == 0) { in kyrofb_setup() 574 } else if (strcmp(this_opt, "nowrap") == 0) { in kyrofb_setup() 576 } else if (strcmp(this_opt, "nomtrr") == 0) { in kyrofb_setup()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.c | 552 if (strcmp(shname, "license") == 0) { in do_load_bpf_file() 555 } else if (strcmp(shname, "version") == 0) { in do_load_bpf_file() 563 } else if (strcmp(shname, "maps") == 0) { in do_load_bpf_file()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emuproc.c | 331 if (!strcmp(entry->name, "fx8010_tram_addr")) { in snd_emu10k1_fx8010_read() 334 } else if (!strcmp(entry->name, "fx8010_tram_data")) { in snd_emu10k1_fx8010_read() 336 } else if (!strcmp(entry->name, "fx8010_code")) { in snd_emu10k1_fx8010_read()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 54 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup() 324 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement() 929 if (error && strcmp(hash_algo_name[ima_hash_algo], in init_ima()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | info.c | 41 if (!strcmp(*xstr, str)) in snd_info_check_reserved_words() 536 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register() 558 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-ftrace.c | 704 if (strcmp(var, "ftrace.tracer")) in perf_ftrace_config() 707 if (!strcmp(value, "function_graph") || in perf_ftrace_config() 708 !strcmp(value, "function")) { in perf_ftrace_config()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | srcline.c | 99 if (base_sym && strcmp(funcname, base_sym->name) == 0) { in new_inline_sym() 392 if (!strcmp(filename, "??:0")) in filename_split() 598 if (srcline && strcmp(srcline, SRCLINE_UNKNOWN) != 0) in free_srcline()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_misc.c | 107 if (p && !strcmp(e->magic, p + 1)) in check_file() 312 !strcmp(e->name, ".") || in create_entry() 313 !strcmp(e->name, "..") || in create_entry()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | super.c | 243 if (strcmp(name, "none") == 0) { in afs_parse_source() 273 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_source() 276 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_source()
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 855 if (!strcmp(str, "on")) in debugfs_kernel() 857 else if (!strcmp(str, "no-mount")) in debugfs_kernel() 859 else if (!strcmp(str, "off")) in debugfs_kernel()
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | platform.c | 135 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type() 676 if (backend && strcmp(backend, psi->name)) { in pstore_register() 930 if (!strcmp(compress, step->name)) { in pstore_choose_compression()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_lvds.c | 545 if (!strcmp(property->name, "scaling mode")) { in psb_intel_lvds_set_property() 585 } else if (!strcmp(property->name, "backlight")) { in psb_intel_lvds_set_property() 592 } else if (!strcmp(property->name, "DPMS")) { in psb_intel_lvds_set_property()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinmux.c | 127 desc->mux_usecount && strcmp(desc->mux_owner, owner)) { in pin_request() 330 if (!strcmp(function, fname)) in pinmux_func_name_to_selector() 612 !strcmp(desc->mux_owner, pinctrl_dev_get_name(pctldev))) in pinmux_pins_show()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdpart.c | 452 if (!strcmp(p->name, name) && try_module_get(p->owner)) { in mtd_part_parser_get() 560 if (!strcmp(matches->compatible, compat) && in mtd_part_get_compatible_parser() 681 if (!strcmp(*types, "ofpart")) { in parse_mtd_partitions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_fw_update.c | 924 if (strcmp(component, "fw.mgmt") == 0) in ice_cancel_pending_update() 926 else if (strcmp(component, "fw.undi") == 0) in ice_cancel_pending_update() 928 else if (strcmp(component, "fw.netlist") == 0) in ice_cancel_pending_update()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_misc.c | 107 if (p && !strcmp(e->magic, p + 1)) in check_file() 314 !strcmp(e->name, ".") || in create_entry() 315 !strcmp(e->name, "..") || in create_entry()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | super.c | 244 if (strcmp(name, "none") == 0) { in afs_parse_source() 274 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_source() 277 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_source()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | super.c | 75 if (strcmp(str, "single") == 0) { in squashfs_parse_param_threads_str() 79 if (strcmp(str, "multi") == 0) { in squashfs_parse_param_threads_str() 83 if (strcmp(str, "percpu") == 0) { in squashfs_parse_param_threads_str()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 888 if (!strcmp(str, "on")) in debugfs_kernel() 890 else if (!strcmp(str, "no-mount")) in debugfs_kernel() 892 else if (!strcmp(str, "off")) in debugfs_kernel()
|
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | event_inode.c | 188 if (strcmp(name, entry->name) == 0) { in eventfs_set_attr() 496 if (strcmp(ei_child->name, name) != 0) in eventfs_root_lookup() 510 if (strcmp(name, entry->name) != 0) in eventfs_root_lookup()
|