| /linux/sound/usb/qcom/ |
| H A D | usb_audio_qmi_v01.c | 12 .data_type = QMI_UNSIGNED_8_BYTE, 20 .data_type = QMI_UNSIGNED_8_BYTE, 28 .data_type = QMI_UNSIGNED_4_BYTE, 36 .data_type = QMI_EOTI, 44 .data_type = QMI_STRUCT, 53 .data_type = QMI_STRUCT, 62 .data_type = QMI_STRUCT, 71 .data_type = QMI_STRUCT, 80 .data_type = QMI_STRUCT, 89 .data_type = QMI_EOTI, [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | qmi_wlfw_v01.c | 13 .data_type = QMI_UNSIGNED_4_BYTE, 22 .data_type = QMI_SIGNED_4_BYTE_ENUM, 31 .data_type = QMI_UNSIGNED_4_BYTE, 40 .data_type = QMI_UNSIGNED_4_BYTE, 49 .data_type = QMI_UNSIGNED_4_BYTE, 62 .data_type = QMI_UNSIGNED_4_BYTE, 71 .data_type = QMI_SIGNED_4_BYTE_ENUM, 80 .data_type = QMI_UNSIGNED_4_BYTE, 93 .data_type = QMI_UNSIGNED_2_BYTE, 102 .data_type = QMI_UNSIGNED_2_BYTE, [all …]
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_qmi_msg.c | 15 .data_type = QMI_OPT_FLAG, 25 .data_type = QMI_UNSIGNED_1_BYTE, 35 .data_type = QMI_OPT_FLAG, 45 .data_type = QMI_UNSIGNED_1_BYTE, 55 .data_type = QMI_OPT_FLAG, 65 .data_type = QMI_UNSIGNED_1_BYTE, 75 .data_type = QMI_OPT_FLAG, 85 .data_type = QMI_UNSIGNED_1_BYTE, 95 .data_type = QMI_OPT_FLAG, 105 .data_type = QMI_UNSIGNED_1_BYTE, [all …]
|
| /linux/drivers/soc/qcom/ |
| H A D | qcom_pdr_msg.c | 13 .data_type = QMI_STRING, 22 .data_type = QMI_UNSIGNED_4_BYTE, 31 .data_type = QMI_UNSIGNED_1_BYTE, 40 .data_type = QMI_UNSIGNED_4_BYTE, 53 .data_type = QMI_STRING, 62 .data_type = QMI_OPT_FLAG, 71 .data_type = QMI_UNSIGNED_4_BYTE, 85 .data_type = QMI_STRUCT, 95 .data_type = QMI_OPT_FLAG, 104 .data_type = QMI_UNSIGNED_2_BYTE, [all …]
|
| H A D | qmi_encdec.c | 113 while (temp_ei->data_type != QMI_EOTI) { in qmi_calc_min_msg_len() 115 if (temp_ei->data_type == QMI_OPT_FLAG) { in qmi_calc_min_msg_len() 120 if (temp_ei->data_type == QMI_DATA_LEN) { in qmi_calc_min_msg_len() 125 } else if (temp_ei->data_type == QMI_STRUCT) { in qmi_calc_min_msg_len() 129 } else if (temp_ei->data_type == QMI_STRING) { in qmi_calc_min_msg_len() 318 while (temp_ei->data_type != QMI_EOTI) { in qmi_encode() 332 switch (temp_ei->data_type) { in qmi_encode() 383 __func__, temp_ei->data_type); in qmi_encode() 591 while (temp_ei->data_type != QMI_EOTI) { in find_ei() 631 if (dec_level >= 2 && temp_ei->data_type == QMI_EOTI) in qmi_decode() [all …]
|
| /linux/samples/qmi/ |
| H A D | qmi_sample_client.c | 47 .data_type = QMI_DATA_LEN, 56 .data_type = QMI_UNSIGNED_1_BYTE, 76 .data_type = QMI_UNSIGNED_1_BYTE, 85 .data_type = QMI_OPT_FLAG, 94 .data_type = QMI_STRUCT, 118 .data_type = QMI_STRUCT, 128 .data_type = QMI_OPT_FLAG, 137 .data_type = QMI_UNSIGNED_1_BYTE, 146 .data_type = QMI_OPT_FLAG, 155 .data_type [all...] |
| /linux/include/linux/ |
| H A D | fsnotify_backend.h | 174 const void *data, int data_type, struct inode *dir, 338 static inline struct inode *fsnotify_data_inode(const void *data, int data_type) in fsnotify_data_inode() argument 340 switch (data_type) { in fsnotify_data_inode() 356 static inline struct dentry *fsnotify_data_dentry(const void *data, int data_type) in fsnotify_data_dentry() argument 358 switch (data_type) { in fsnotify_data_dentry() 372 int data_type) in fsnotify_data_path() argument 374 switch (data_type) { in fsnotify_data_path() 385 int data_type) in fsnotify_data_sb() argument 387 switch (data_type) { in fsnotify_data_sb() 404 int data_type) in fsnotify_data_mnt() argument [all …]
|
| H A D | iommu.h | 437 unsigned int data_type, size_t data_len, size_t min_len) in __iommu_copy_struct_from_user() argument 441 if (src_data->type != data_type) in __iommu_copy_struct_from_user() 459 #define iommu_copy_struct_from_user(kdst, user_data, data_type, min_last) \ argument 460 __iommu_copy_struct_from_user(kdst, user_data, data_type, \ 479 unsigned int data_type, unsigned int index, size_t data_len, in __iommu_copy_struct_from_user_array() argument 492 return __iommu_copy_struct_from_user(dst_data, &src_data, data_type, in __iommu_copy_struct_from_user_array() 511 #define iommu_copy_struct_from_user_array(kdst, user_array, data_type, index, \ argument 514 kdst, user_array, data_type, index, sizeof(*(kdst)), \ 533 unsigned int data_type) in iommu_copy_struct_from_full_user_array() argument 538 if (user_array->type != data_type) in iommu_copy_struct_from_full_user_array() [all …]
|
| H A D | most.h | 97 u16 data_type; member 125 enum most_channel_data_type data_type; member
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 191 __u32 flags, __u32 *hwpt_id, __u32 data_type, in _test_cmd_hwpt_alloc() argument 199 .data_type = data_type, in _test_cmd_hwpt_alloc() 236 data_type, data, data_len) \ argument 238 hwpt_id, data_type, data, data_len)) 240 data_type, data, data_len) \ argument 243 hwpt_id, data_type, data, data_len)) 246 data_type, data, data_len) \ argument 248 flags, hwpt_id, data_type, data, \ 251 hwpt_id, data_type, data, data_len) \ argument 254 flags, hwpt_id, data_type, data, \ [all …]
|
| /linux/drivers/staging/fbtft/ |
| H A D | fbtft-bus.c | 14 #define define_fbtft_write_reg(func, buffer_type, data_type, modifier) \ argument 25 buf[i] = modifier((data_type)va_arg(args, \ 42 *buf = modifier((data_type)va_arg(args, unsigned int)); \ 43 ret = fbtft_write_buf_dc(par, par->buf, sizeof(data_type) + offset, \ 55 *buf++ = modifier((data_type)va_arg(args, \ 58 len * (sizeof(data_type) + offset), 1); \
|
| /linux/drivers/hwmon/ |
| H A D | asus_wmi_sensors.c | 149 int data_type; member 311 s->data_type = data_type_obj.integer.value; in asus_wmi_sensor_info() 400 static int asus_wmi_scale_sensor_value(u32 value, int data_type) in asus_wmi_scale_sensor_value() argument 403 switch (data_type) { in asus_wmi_scale_sensor_value() 461 *val = asus_wmi_scale_sensor_value(value, sensor->data_type); in asus_wmi_hwmon_read() 524 switch (sensor.data_type) { in asus_wmi_configure_sensor_setup() 530 type = asus_data_types[sensor.data_type]; in asus_wmi_configure_sensor_setup() 591 switch (temp_sensor->data_type) { in asus_wmi_configure_sensor_setup() 597 type = asus_data_types[temp_sensor->data_type]; in asus_wmi_configure_sensor_setup()
|
| /linux/drivers/acpi/acpica/ |
| H A D | exnames.c | 207 acpi_ex_get_name_string(acpi_object_type data_type, in acpi_ex_get_name_string() argument 220 if (ACPI_TYPE_LOCAL_REGION_FIELD == data_type || in acpi_ex_get_name_string() 221 ACPI_TYPE_LOCAL_BANK_FIELD == data_type || in acpi_ex_get_name_string() 222 ACPI_TYPE_LOCAL_INDEX_FIELD == data_type) { in acpi_ex_get_name_string()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_parser.c | 474 ctx->msg->data_type = ctx->last_oid; in pkcs7_note_content() 514 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr() 516 ctx->msg->data_type, sinfo->index, in pkcs7_sig_note_authenticated_attr() 543 if (ctx->msg->data_type != OID_msIndirectData) { in pkcs7_sig_note_authenticated_attr() 563 if (ctx->msg->data_type != OID_msIndirectData) { in pkcs7_sig_note_authenticated_attr() 595 if (ctx->msg->data_type != OID_msIndirectData && in pkcs7_sig_note_set_of_authattrs() 677 if (ctx->msg->data_type == OID_msIndirectData && !sinfo->authattrs) { in pkcs7_note_signed_info()
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395_data_type.h | 95 u32 data_type; member 109 u32 data_type; member
|
| /linux/drivers/platform/x86/intel/ |
| H A D | ishtp_eclite.c | 64 unsigned int data_type:2; member 131 header.data_type = ECL_MSG_DATA; in ecl_ish_cl_read() 183 message.header.data_type = ECL_MSG_DATA; in ecl_ish_cl_write() 412 message.header.data_type = ECL_MSG_DATA; in ecl_ish_cl_enable_events() 435 if (header->data_type == ECL_MSG_DATA) in ecl_ishtp_cl_event_cb() 437 else if (header->data_type == ECL_MSG_EVENT) in ecl_ishtp_cl_event_cb()
|
| /linux/drivers/firmware/efi/ |
| H A D | efi-pstore.c | 85 char name[DUMP_NAME_LEN], data_type; in efi_pstore_read_func() local 94 &record->type, &part, &cnt, &time, &data_type) == 5) { in efi_pstore_read_func() 100 if (data_type == 'C') in efi_pstore_read_func()
|
| /linux/drivers/most/ |
| H A D | most_usb.c | 203 switch (cfg->data_type) { in get_stream_frame_size() 259 if (mdev->conf[channel].data_type == MOST_CH_ASYNC) { in hdm_poison_channel() 502 if (conf->data_type != MOST_CH_ISOC && in hdm_enqueue() 503 conf->data_type != MOST_CH_SYNC) in hdm_enqueue() 593 if (conf->data_type != MOST_CH_SYNC && in hdm_configure_channel() 594 !(conf->data_type == MOST_CH_ISOC && in hdm_configure_channel() 628 if (conf->data_type == MOST_CH_ASYNC) { in hdm_configure_channel() 751 if (mdev->conf[channel].data_type == MOST_CH_ASYNC && in wq_clear_halt() 1037 tmp_cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in hdm_probe()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.h | 39 enum data_type { enum 63 enum data_type type;
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 768 static bool needs_type_info(struct annotated_data_type *data_type) in needs_type_info() argument 770 if (data_type == NULL || data_type == NO_TYPE) in needs_type_info() 776 return (data_type != &stackop_type) && (data_type != &canary_type); in needs_type_info() 853 struct annotated_data_type *data_type; in annotation_line__print() local 856 data_type = __hist_entry__get_data_type(apd->he, apd->arch, in annotation_line__print() 858 if (needs_type_info(data_type)) { in annotation_line__print() 862 data_type->self.type_name); in annotation_line__print() 864 if (data_type != &stackop_type && in annotation_line__print() 865 data_type != &canary_type) in annotation_line__print() 868 if (annotated_data_type__get_member_name(data_type, in annotation_line__print() [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-mem.c | 43 bool data_type; member 336 else if (mem->data_type) in get_sort_order() 358 if (mem->data_type && !strstr(sort, "type")) in get_sort_order() 518 OPT_BOOLEAN('T', "type-profile", &mem.data_type, in cmd_mem()
|
| H A D | builtin-annotate.c | 62 bool data_type; member 453 if (ann->data_type) { in hists__find_annotations() 688 ann->data_type = !unset; in parse_data_type() 848 if (annotate.data_type) { in cmd_annotate() 915 if (annotate.data_type) { in cmd_annotate() 930 if (annotate.data_type) in cmd_annotate()
|
| /linux/fs/befs/ |
| H A D | befs_fs_types.h | 221 fs32 data_type; member 231 u32 data_type; member
|
| /linux/drivers/media/common/siano/ |
| H A D | smscoreapi.c | 38 int data_type; member 1436 int data_type, int id) in smscore_find_client() argument 1450 (client_id->data_type == data_type || in smscore_find_client() 1451 (client_id->data_type == 0))) in smscore_find_client() 1664 int data_type, int id) in smscore_validate_client() argument 1673 registered_client = smscore_find_client(coredev, data_type, id); in smscore_validate_client() 1686 listentry->data_type = data_type; in smscore_validate_client() 1712 if (smscore_find_client(coredev, params->data_type, in smscore_register_client() 1729 smscore_validate_client(coredev, newclient, params->data_type, in smscore_register_client() 1732 pr_debug("%p %d %d\n", params->context, params->data_type, in smscore_register_client()
|
| /linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
| H A D | sun6i_mipi_csi2.h | 26 u8 data_type; member
|