Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v5.15/drivers/net/ipa/
Dipa_qmi_msg.c14 .data_type = QMI_OPT_FLAG,
24 .data_type = QMI_UNSIGNED_1_BYTE,
34 .data_type = QMI_OPT_FLAG,
44 .data_type = QMI_UNSIGNED_1_BYTE,
54 .data_type = QMI_OPT_FLAG,
64 .data_type = QMI_UNSIGNED_1_BYTE,
74 .data_type = QMI_OPT_FLAG,
84 .data_type = QMI_UNSIGNED_1_BYTE,
94 .data_type = QMI_OPT_FLAG,
104 .data_type = QMI_UNSIGNED_1_BYTE,
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dqmi_wlfw_v01.c12 .data_type = QMI_UNSIGNED_4_BYTE,
21 .data_type = QMI_SIGNED_4_BYTE_ENUM,
30 .data_type = QMI_UNSIGNED_4_BYTE,
39 .data_type = QMI_UNSIGNED_4_BYTE,
48 .data_type = QMI_UNSIGNED_4_BYTE,
61 .data_type = QMI_UNSIGNED_4_BYTE,
70 .data_type = QMI_SIGNED_4_BYTE_ENUM,
79 .data_type = QMI_UNSIGNED_4_BYTE,
92 .data_type = QMI_UNSIGNED_2_BYTE,
101 .data_type = QMI_UNSIGNED_2_BYTE,
[all …]
/Linux-v5.15/drivers/soc/qcom/
Dpdr_internal.h33 .data_type = QMI_STRING,
42 .data_type = QMI_UNSIGNED_4_BYTE,
51 .data_type = QMI_UNSIGNED_1_BYTE,
60 .data_type = QMI_UNSIGNED_4_BYTE,
79 .data_type = QMI_STRING,
88 .data_type = QMI_OPT_FLAG,
97 .data_type = QMI_UNSIGNED_4_BYTE,
121 .data_type = QMI_STRUCT,
131 .data_type = QMI_OPT_FLAG,
140 .data_type = QMI_UNSIGNED_2_BYTE,
[all …]
Dqmi_encdec.c113 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()
316 while (temp_ei->data_type != QMI_EOTI) { in qmi_encode()
330 switch (temp_ei->data_type) { in qmi_encode()
373 __func__, temp_ei->data_type); in qmi_encode()
572 while (temp_ei->data_type != QMI_EOTI) { in find_ei()
609 if (dec_level >= 2 && temp_ei->data_type == QMI_EOTI) in qmi_decode()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dqmi.c25 .data_type = QMI_OPT_FLAG,
34 .data_type = QMI_UNSIGNED_4_BYTE,
43 .data_type = QMI_OPT_FLAG,
52 .data_type = QMI_UNSIGNED_4_BYTE,
61 .data_type = QMI_OPT_FLAG,
70 .data_type = QMI_DATA_LEN,
79 .data_type = QMI_UNSIGNED_4_BYTE,
88 .data_type = QMI_OPT_FLAG,
97 .data_type = QMI_UNSIGNED_1_BYTE,
106 .data_type = QMI_OPT_FLAG,
[all …]
/Linux-v5.15/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.h81 u8 data_type; member
88 u8 data_type; member
94 u8 data_type; member
100 u8 data_type; member
106 u8 data_type; member
112 u8 data_type; member
125 u8 data_type; member
132 u8 data_type; member
148 u8 data_type; member
156 u8 data_type; member
[all …]
Dpcan_usb_pro.c277 rec_len = pcan_usb_pro_sizeof_rec[pr->data_type]; in pcan_usb_pro_wait_rsp()
287 if (pr->data_type != req_data_type) in pcan_usb_pro_wait_rsp()
290 pr->data_type); in pcan_usb_pro_wait_rsp()
705 u16 sizeof_rec = pcan_usb_pro_sizeof_rec[pr->data_type]; in pcan_usb_pro_decode_buf()
722 switch (pr->data_type) { in pcan_usb_pro_decode_buf()
745 pr->data_type, pr->data_type); in pcan_usb_pro_decode_buf()
764 u8 data_type, len, flags; in pcan_usb_pro_encode_msg() local
770 data_type = PCAN_USBPRO_TXMSG0; in pcan_usb_pro_encode_msg()
772 data_type = PCAN_USBPRO_TXMSG4; in pcan_usb_pro_encode_msg()
774 data_type = PCAN_USBPRO_TXMSG8; in pcan_usb_pro_encode_msg()
[all …]
/Linux-v5.15/drivers/media/platform/ti-vpe/
Dvpdma.c31 .data_type = DATA_TYPE_Y444,
36 .data_type = DATA_TYPE_Y422,
41 .data_type = DATA_TYPE_Y420,
46 .data_type = DATA_TYPE_C444,
51 .data_type = DATA_TYPE_C422,
56 .data_type = DATA_TYPE_C420,
61 .data_type = DATA_TYPE_CB420,
66 .data_type = DATA_TYPE_YCR422,
71 .data_type = DATA_TYPE_YC444,
76 .data_type = DATA_TYPE_CRY422,
[all …]
/Linux-v5.15/samples/qmi/
Dqmi_sample_client.c47 .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 = QMI_STRUCT,
[all …]
/Linux-v5.15/fs/notify/
Dfsnotify.c181 int data_type) in __fsnotify_parent() argument
183 const struct path *path = fsnotify_data_path(data, data_type); in __fsnotify_parent()
222 WARN_ON_ONCE(inode != fsnotify_data_inode(data, data_type)); in __fsnotify_parent()
232 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent()
244 u32 mask, const void *data, int data_type, in fsnotify_handle_inode_event() argument
248 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify_handle_inode_event()
249 struct inode *inode = fsnotify_data_inode(data, data_type); in fsnotify_handle_inode_event()
267 const void *data, int data_type, in fsnotify_handle_event() argument
288 data, data_type, dir, name, 0); in fsnotify_handle_event()
310 return fsnotify_handle_inode_event(group, inode_mark, mask, data, data_type, in fsnotify_handle_event()
[all …]
/Linux-v5.15/include/linux/
Dfsnotify_backend.h150 const void *data, int data_type, struct inode *dir,
253 static inline struct inode *fsnotify_data_inode(const void *data, int data_type) in fsnotify_data_inode() argument
255 switch (data_type) { in fsnotify_data_inode()
266 int data_type) in fsnotify_data_path() argument
268 switch (data_type) { in fsnotify_data_path()
412 extern int fsnotify(__u32 mask, const void *data, int data_type,
416 int data_type);
591 static inline int fsnotify(__u32 mask, const void *data, int data_type, in fsnotify() argument
599 const void *data, int data_type) in __fsnotify_parent() argument
Dfsnotify.h58 const void *data, int data_type) in fsnotify_parent() argument
77 return __fsnotify_parent(dentry, mask, data, data_type); in fsnotify_parent()
80 return fsnotify(mask, data, data_type, NULL, NULL, inode, 0); in fsnotify_parent()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c259 int data_type, struct inode *dir) in fanotify_group_event_mask() argument
264 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask()
270 __func__, iter_info->report_mask, event_mask, data, data_type); in fanotify_group_event_mask()
431 int data_type, struct inode *dir) in fanotify_fid_inode() argument
436 return fsnotify_data_inode(data, data_type); in fanotify_fid_inode()
448 int data_type, struct inode *dir) in fanotify_dfid_inode() argument
450 struct inode *inode = fsnotify_data_inode(data, data_type); in fanotify_dfid_inode()
568 int data_type, struct inode *dir, in fanotify_alloc_event() argument
574 struct inode *id = fanotify_fid_inode(mask, data, data_type, dir); in fanotify_alloc_event()
575 struct inode *dirid = fanotify_dfid_inode(mask, data, data_type, dir); in fanotify_alloc_event()
[all …]
/Linux-v5.15/drivers/staging/media/imx/
Dimx7-mipi-csis.c343 u32 data_type; member
351 .data_type = MIPI_CSI2_DATA_TYPE_YUV422_8,
357 .data_type = MIPI_CSI2_DATA_TYPE_RAW8,
361 .data_type = MIPI_CSI2_DATA_TYPE_RAW8,
365 .data_type = MIPI_CSI2_DATA_TYPE_RAW8,
369 .data_type = MIPI_CSI2_DATA_TYPE_RAW8,
373 .data_type = MIPI_CSI2_DATA_TYPE_RAW8,
377 .data_type = MIPI_CSI2_DATA_TYPE_RAW10,
381 .data_type = MIPI_CSI2_DATA_TYPE_RAW10,
385 .data_type = MIPI_CSI2_DATA_TYPE_RAW10,
[all …]
/Linux-v5.15/drivers/staging/fbtft/
Dfbtft-bus.c14 #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-v5.15/drivers/media/usb/uvc/
Duvc_ctrl.c436 .data_type = UVC_CTRL_DATA_TYPE_SIGNED,
446 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
456 .data_type = UVC_CTRL_DATA_TYPE_SIGNED,
468 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
478 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
488 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
498 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
508 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
518 .data_type = UVC_CTRL_DATA_TYPE_ENUM,
530 .data_type = UVC_CTRL_DATA_TYPE_BOOLEAN,
[all …]
/Linux-v5.15/arch/arm/mach-omap1/
Dlcd_dma.c57 int rotate, data_type, xres, yres; member
67 int data_type) in omap_set_lcd_dma_b1() argument
70 lcd_dma.data_type = data_type; in omap_set_lcd_dma_b1()
140 switch (lcd_dma.data_type) { in set_b1_regs()
172 lcd_dma.data_type == OMAP_DMA_DATA_TYPE_S32) in set_b1_regs()
255 w |= lcd_dma.data_type; in set_b1_regs()
/Linux-v5.15/drivers/acpi/acpica/
Dexnames.c207 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-v5.15/crypto/asymmetric_keys/
Dpkcs7_parser.c454 ctx->msg->data_type = ctx->last_oid; in pkcs7_note_content()
494 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr()
496 ctx->msg->data_type, sinfo->index, in pkcs7_sig_note_authenticated_attr()
523 if (ctx->msg->data_type != OID_msIndirectData) { in pkcs7_sig_note_authenticated_attr()
543 if (ctx->msg->data_type != OID_msIndirectData) { in pkcs7_sig_note_authenticated_attr()
575 if (ctx->msg->data_type != OID_msIndirectData && in pkcs7_sig_note_set_of_authattrs()
657 if (ctx->msg->data_type == OID_msIndirectData && !sinfo->authattrs) { in pkcs7_note_signed_info()
Dpkcs7_verify.c414 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
424 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
434 if (pkcs7->data_type != OID_msIndirectData) { in pkcs7_verify()
441 if (pkcs7->data_type != OID_data) { in pkcs7_verify()
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c145 int32_t data_type);
694 cfg->csi_mipi_cfg.data_type = isys_cfg->metadata.fmt_type; in calculate_be_cfg()
698 cfg->csi_mipi_cfg.data_type = isys_cfg->csi_port_attr.fmt_type; in calculate_be_cfg()
702 cfg->csi_mipi_cfg.comp_bit_idx = cfg->csi_mipi_cfg.data_type - in calculate_be_cfg()
864 int32_t data_type) in get_csi_mipi_packet_type() argument
870 if (data_type >= 0 && data_type <= MIPI_FORMAT_SHORT8) in get_csi_mipi_packet_type()
873 if (data_type > MIPI_FORMAT_SHORT8 && data_type <= N_MIPI_FORMAT) in get_csi_mipi_packet_type()
/Linux-v5.15/drivers/staging/most/dim2/
Ddim2.c70 enum most_channel_data_type data_type; member
294 if (hdm_ch->data_type == MOST_CH_ASYNC && in service_done_flag()
303 if (hdm_ch->data_type == MOST_CH_CONTROL || in service_done_flag()
304 hdm_ch->data_type == MOST_CH_ASYNC) { in service_done_flag()
464 switch (ccfg->data_type) { in configure_channel()
523 hdm_ch->name, ccfg->data_type); in configure_channel()
530 hdm_ch->name, hal_ret, ccfg->data_type, (int)is_tx); in configure_channel()
534 hdm_ch->data_type = ccfg->data_type; in configure_channel()
538 if (hdm_ch->data_type == MOST_CH_ASYNC && in configure_channel()
827 cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in dim2_probe()
/Linux-v5.15/drivers/remoteproc/
Dqcom_sysmon.c194 .data_type = QMI_STRUCT,
215 .data_type = QMI_DATA_LEN,
225 .data_type = QMI_UNSIGNED_1_BYTE,
235 .data_type = QMI_SIGNED_4_BYTE_ENUM,
245 .data_type = QMI_OPT_FLAG,
255 .data_type = QMI_SIGNED_4_BYTE_ENUM,
273 .data_type = QMI_STRUCT,
/Linux-v5.15/drivers/acpi/numa/
Dhmat.c268 switch (hmat_loc->data_type) { in hmat_add_locality()
310 type = hmat_loc->data_type; in hmat_parse_locality()
529 hmat_loc->data_type); in hmat_initiator_perf()
629 if (hmat_update_best(loc->hmat_loc->data_type, value, &best)) in hmat_register_target_initiators()
635 hmat_update_target_access(target, loc->hmat_loc->data_type, in hmat_register_target_initiators()
666 if (hmat_update_best(loc->hmat_loc->data_type, value, &best)) in hmat_register_target_initiators()
672 hmat_update_target_access(target, loc->hmat_loc->data_type, best, 1); in hmat_register_target_initiators()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dprofiler.h39 enum data_type { enum
63 enum data_type type;

12345