Home
last modified time | relevance | path

Searched refs:template (Results 176 - 200 of 470) sorted by relevance

12345678910>>...19

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h56 template<typename T>
103 template<typename T>
/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h48 template <typename T>
72 template <typename T1, typename T2>
/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Ditable.h34 template <typename T>
66 template <typename ValueType>
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h62 template <typename T>
73 template <typename T>
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.h82 template<typename D, TelephonyUpdateEventType eventType>
84 template<TelephonyUpdateEventType eventType>
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h87 template <typename T>
90 template <typename T>
/kernel/linux/linux-5.10/scripts/atomic/
H A Dgen-atomic-instrumented.sh56 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
60 if [ ! -z "${order}" ] || [ ! -z "${template}" ]; then
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Dse6x.c59 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter() argument
62 if (!strncmp(template->name, "Master Playback ", 16)) in se6x_control_filter()
H A Doxygen_mixer.c1044 struct snd_kcontrol_new template; in add_controls() local
1049 template = controls[i]; in add_controls()
1051 err = chip->model.control_filter(&template); in add_controls()
1057 if (!strcmp(template.name, "Stereo Upmixing") && in add_controls()
1060 if (!strcmp(template.name, "Mic Source Capture Enum") && in add_controls()
1063 if (!strncmp(template.name, "CD Capture ", 11) && in add_controls()
1066 if (!strcmp(template.name, "Master Playback Volume") && in add_controls()
1068 template.tlv.p = chip->model.dac_tlv; in add_controls()
1069 template.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; in add_controls()
1071 ctl = snd_ctl_new1(&template, chi in add_controls()
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Dse6x.c58 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter() argument
61 if (!strncmp(template->name, "Master Playback ", 16)) in se6x_control_filter()
H A Doxygen_mixer.c1044 struct snd_kcontrol_new template; in add_controls() local
1049 template = controls[i]; in add_controls()
1051 err = chip->model.control_filter(&template); in add_controls()
1057 if (!strcmp(template.name, "Stereo Upmixing") && in add_controls()
1060 if (!strcmp(template.name, "Mic Source Capture Enum") && in add_controls()
1063 if (!strncmp(template.name, "CD Capture ", 11) && in add_controls()
1066 if (!strcmp(template.name, "Master Playback Volume") && in add_controls()
1068 template.tlv.p = chip->model.dac_tlv; in add_controls()
1069 template.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; in add_controls()
1071 ctl = snd_ctl_new1(&template, chi in add_controls()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dcontrol.c34 if (guid_equal(&mod->template->cfg_ext->type, &AVS_PEAKVOL_MOD_UUID) in avs_get_volume_module()
35 && mod->template->ctl_id == id) { in avs_get_volume_module()
/kernel/linux/linux-6.6/scripts/atomic/
H A Datomic-tbl.sh185 #gen_template_kerneldoc(template, class, meta, pfx, name, sfx, order, atomic, int, args...)
188 local template="$1"; shift
224 . ${template}
/kernel/linux/linux-5.10/include/linux/
H A Dtracepoint.h544 #define DEFINE_EVENT(template, name, proto, args) \
546 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\
548 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
550 #define DEFINE_EVENT_CONDITION(template, name, proto, \
585 #define DEFINE_EVENT_NOP(template, name, proto, args) \
/kernel/linux/linux-6.6/include/linux/
H A Dtracepoint.h554 #define DEFINE_EVENT(template, name, proto, args) \
556 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\
558 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
560 #define DEFINE_EVENT_CONDITION(template, name, proto, \
595 #define DEFINE_EVENT_NOP(template, name, proto, args) \
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_main.c59 pr_err("invalid hash algorithm \"%s\" for template \"%s\"", in hash_setup()
346 * template format and whether the file was already measured. in process_measurement()
470 struct ima_template_desc *template = NULL; in ima_file_mprotect() local
490 &pcr, &template, NULL, NULL); in ima_file_mprotect()
493 MMAP_CHECK_REQPROT, &pcr, &template, NULL, in ima_file_mprotect()
942 struct ima_template_desc *template; in process_buffer_measurement() local
956 template = ima_template_desc_buf(); in process_buffer_measurement()
957 if (!template) { in process_buffer_measurement()
973 secid, 0, func, &pcr, &template, in process_buffer_measurement()
1012 ret = ima_alloc_init_template(&event_data, &entry, template); in process_buffer_measurement()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtwl6030-regulator.c682 const struct twlreg_info *template; in twlreg_probe() local
689 template = of_device_get_match_data(&pdev->dev); in twlreg_probe()
690 if (!template) in twlreg_probe()
693 id = template->desc.id; in twlreg_probe()
694 initdata = of_get_regulator_init_data(&pdev->dev, np, &template->desc); in twlreg_probe()
698 info = devm_kmemdup(&pdev->dev, template, sizeof(*info), GFP_KERNEL); in twlreg_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtwl6030-regulator.c681 const struct twlreg_info *template; in twlreg_probe() local
688 template = of_device_get_match_data(&pdev->dev); in twlreg_probe()
689 if (!template) in twlreg_probe()
692 id = template->desc.id; in twlreg_probe()
693 initdata = of_get_regulator_init_data(&pdev->dev, np, &template->desc); in twlreg_probe()
697 info = devm_kmemdup(&pdev->dev, template, sizeof(*info), GFP_KERNEL); in twlreg_probe()
/base/sensors/sensor/utils/common/include/
H A Dsensor_utils.h22 template<typename T>
/base/telephony/core_service/frameworks/js/napi/
H A Dservice_interface_death_recipient.h25 template<typename T>
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data() local
570 memset(&template, 0, sizeof(template)); in wl1251_build_qos_null_data()
572 memcpy(template.addr1, wl->bssid, ETH_ALEN); in wl1251_build_qos_null_data()
573 memcpy(template.addr2, wl->mac_addr, ETH_ALEN); in wl1251_build_qos_null_data()
574 memcpy(template.addr3, wl->bssid, ETH_ALEN); in wl1251_build_qos_null_data()
576 template.frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA | in wl1251_build_qos_null_data()
581 template.qos_ctrl = cpu_to_le16(0); in wl1251_build_qos_null_data()
583 return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template, in wl1251_build_qos_null_data()
584 sizeof(template)); in wl1251_build_qos_null_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data() local
570 memset(&template, 0, sizeof(template)); in wl1251_build_qos_null_data()
572 memcpy(template.addr1, wl->bssid, ETH_ALEN); in wl1251_build_qos_null_data()
573 memcpy(template.addr2, wl->mac_addr, ETH_ALEN); in wl1251_build_qos_null_data()
574 memcpy(template.addr3, wl->bssid, ETH_ALEN); in wl1251_build_qos_null_data()
576 template.frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA | in wl1251_build_qos_null_data()
581 template.qos_ctrl = cpu_to_le16(0); in wl1251_build_qos_null_data()
583 return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template, in wl1251_build_qos_null_data()
584 sizeof(template)); in wl1251_build_qos_null_data()
[all...]
/base/security/access_token/services/common/libraryloader/include/
H A Dlibraryloader.h29 template<typename T> T* GetObject() in GetObject()
/base/sensors/sensor/vibration_convert/core/native/include/
H A Dgenerate_vibration_json_file.h33 template<typename T>
/base/security/huks/test/fuzz_test/innerapi_fuzzer/
H A Dhks_fuzz_util.h28 template<typename ReadType>

Completed in 22 milliseconds

12345678910>>...19