/linux-6.12.1/drivers/net/ipa/ |
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-6.12.1/drivers/net/wireless/ath/ath10k/ |
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-6.12.1/drivers/soc/qcom/ |
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, 54 .data_type = QMI_STRING, 63 .data_type = QMI_OPT_FLAG, 72 .data_type = QMI_UNSIGNED_4_BYTE, 86 .data_type = QMI_STRUCT, 96 .data_type = QMI_OPT_FLAG, 105 .data_type = QMI_UNSIGNED_2_BYTE, [all …]
|
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() 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-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | qmi.c | 22 .data_type = QMI_UNSIGNED_1_BYTE, 31 .data_type = QMI_UNSIGNED_1_BYTE, 40 .data_type = QMI_UNSIGNED_1_BYTE, 49 .data_type = QMI_UNSIGNED_1_BYTE, 58 .data_type = QMI_EOTI, 66 .data_type = QMI_OPT_FLAG, 75 .data_type = QMI_UNSIGNED_4_BYTE, 84 .data_type = QMI_OPT_FLAG, 93 .data_type = QMI_UNSIGNED_4_BYTE, 102 .data_type = QMI_OPT_FLAG, [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | qmi.c | 34 .data_type = QMI_OPT_FLAG, 43 .data_type = QMI_UNSIGNED_4_BYTE, 52 .data_type = QMI_OPT_FLAG, 61 .data_type = QMI_UNSIGNED_4_BYTE, 70 .data_type = QMI_OPT_FLAG, 79 .data_type = QMI_DATA_LEN, 88 .data_type = QMI_UNSIGNED_4_BYTE, 97 .data_type = QMI_OPT_FLAG, 106 .data_type = QMI_UNSIGNED_1_BYTE, 115 .data_type = QMI_OPT_FLAG, [all …]
|
/linux-6.12.1/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 82 u8 data_type; member 89 u8 data_type; member 95 u8 data_type; member 101 u8 data_type; member 107 u8 data_type; member 113 u8 data_type; member 126 u8 data_type; member 133 u8 data_type; member 149 u8 data_type; member 157 u8 data_type; member [all …]
|
/linux-6.12.1/fs/bcachefs/ |
D | alloc_background.h | 43 dst->data_type = src.data_type; in alloc_to_bucket() 53 dst->data_type = src.data_type; in __bucket_m_to_alloc() 67 static inline enum bch_data_type bucket_data_type(enum bch_data_type data_type) in bucket_data_type() argument 69 switch (data_type) { in bucket_data_type() 74 return data_type; in bucket_data_type() 105 return a.data_type == BCH_DATA_cached in bch2_bucket_sectors() 127 return a.data_type == BCH_DATA_stripe ? a.dirty_sectors : 0; in bch2_bucket_sectors_unstriped() 131 enum bch_data_type data_type) in alloc_data_type() argument 134 return data_type == BCH_DATA_parity ? data_type : BCH_DATA_stripe; in alloc_data_type() 136 return data_type; in alloc_data_type() [all …]
|
D | buckets.c | 135 enum bch_data_type data_type = bch2_bkey_ptr_data_type(k, p, entry); in bch2_check_fix_ptr() local 164 (g->data_type != BCH_DATA_btree || in bch2_check_fix_ptr() 165 data_type == BCH_DATA_btree)) { in bch2_check_fix_ptr() 168 g->data_type = 0; in bch2_check_fix_ptr() 199 if (data_type != BCH_DATA_btree && p.ptr.gen != g->gen) in bch2_check_fix_ptr() 202 if (fsck_err_on(bucket_data_type_mismatch(g->data_type, data_type), in bch2_check_fix_ptr() 207 bch2_data_type_str(g->data_type), in bch2_check_fix_ptr() 208 bch2_data_type_str(data_type), in bch2_check_fix_ptr() 211 if (data_type == BCH_DATA_btree) { in bch2_check_fix_ptr() 214 g->data_type = data_type; in bch2_check_fix_ptr() [all …]
|
D | replicas.c | 50 bch2_prt_data_type(out, e->data_type); in bch2_replicas_entry_v0_to_text() 61 bch2_prt_data_type(out, e->data_type); in bch2_replicas_entry_to_text() 182 e->data_type = BCH_DATA_btree; in bch2_bkey_to_replicas() 187 e->data_type = BCH_DATA_user; in bch2_bkey_to_replicas() 191 e->data_type = BCH_DATA_parity; in bch2_bkey_to_replicas() 200 enum bch_data_type data_type, in bch2_devlist_to_replicas() argument 203 BUG_ON(!data_type || in bch2_devlist_to_replicas() 204 data_type == BCH_DATA_sb || in bch2_devlist_to_replicas() 205 data_type >= BCH_DATA_NR); in bch2_devlist_to_replicas() 207 e->data_type = data_type; in bch2_devlist_to_replicas() [all …]
|
D | alloc_background.c | 49 u8 data_type; member 113 out->data_type = a.v->data_type; in bch2_alloc_unpack_v2() 146 out->data_type = a.v->data_type; in bch2_alloc_unpack_v3() 259 bkey_fsck_err_on(alloc_data_type(a, a.data_type) != a.data_type, in bch2_alloc_v4_validate() 262 a.data_type, alloc_data_type(a, a.data_type)); in bch2_alloc_v4_validate() 276 switch (a.data_type) { in bch2_alloc_v4_validate() 300 bch2_data_type_str(a.data_type)); in bch2_alloc_v4_validate() 355 bch2_prt_data_type(out, a->data_type); in bch2_alloc_to_text() 399 .data_type = u.data_type, in __bch2_alloc_to_v4() 683 if (a->data_type != BCH_DATA_free && in bch2_bucket_do_index() [all …]
|
D | disk_groups.h | 62 enum bch_data_type data_type, in target_rw_devs() argument 65 struct bch_devs_mask devs = c->rw_devs[data_type]; in target_rw_devs() 74 enum bch_data_type data_type, in bch2_target_accepts_data() argument 77 struct bch_devs_mask rw_devs = target_rw_devs(c, data_type, target); in bch2_target_accepts_data()
|
D | alloc_background_format.h | 15 x(data_type, 8) \ 33 __u8 data_type; member 52 __u8 data_type; member 65 __u8 data_type; member
|
D | disk_accounting.h | 44 enum bch_data_type data_type, in fs_usage_data_type_to_base() argument 47 switch (data_type) { in fs_usage_data_type_to_base() 140 fs_usage_data_type_to_base(&trans->fs_usage_delta, acc_k.replicas.data_type, a.v->d[0]); in bch2_accounting_mem_mod_locked() 146 this_cpu_add(ca->usage->d[acc_k.dev_data_type.data_type].buckets, a.v->d[0]); in bch2_accounting_mem_mod_locked() 147 this_cpu_add(ca->usage->d[acc_k.dev_data_type.data_type].sectors, a.v->d[1]); in bch2_accounting_mem_mod_locked() 148 this_cpu_add(ca->usage->d[acc_k.dev_data_type.data_type].fragmented, a.v->d[2]); in bch2_accounting_mem_mod_locked()
|
D | replicas.h | 40 e->data_type = BCH_DATA_cached; in bch2_replicas_entry_cached() 68 (void *) (_i) < vstruct_end(&(_r)->field) && (_i)->data_type;\ 73 (void *) (_i) < vstruct_end(&(_r)->field) && (_i)->data_type;\
|
/linux-6.12.1/drivers/media/platform/ti/vpe/ |
D | vpdma.c | 31 .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-6.12.1/fs/notify/ |
D | fsnotify.c | 215 int data_type) in __fsnotify_parent() argument 217 const struct path *path = fsnotify_data_path(data, data_type); in __fsnotify_parent() 254 WARN_ON_ONCE(inode != fsnotify_data_inode(data, data_type)); in __fsnotify_parent() 264 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0); in __fsnotify_parent() 276 u32 mask, const void *data, int data_type, in fsnotify_handle_inode_event() argument 280 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify_handle_inode_event() 281 struct inode *inode = fsnotify_data_inode(data, data_type); in fsnotify_handle_inode_event() 302 const void *data, int data_type, in fsnotify_handle_event() argument 320 struct dentry *moved = fsnotify_data_dentry(data, data_type); in fsnotify_handle_event() 328 data, data_type, dir, name, 0); in fsnotify_handle_event() [all …]
|
/linux-6.12.1/samples/qmi/ |
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 = QMI_STRUCT, [all …]
|
/linux-6.12.1/include/linux/ |
D | fsnotify_backend.h | 157 const void *data, int data_type, struct inode *dir, 300 static inline struct inode *fsnotify_data_inode(const void *data, int data_type) in fsnotify_data_inode() argument 302 switch (data_type) { in fsnotify_data_inode() 316 static inline struct dentry *fsnotify_data_dentry(const void *data, int data_type) in fsnotify_data_dentry() argument 318 switch (data_type) { in fsnotify_data_dentry() 330 int data_type) in fsnotify_data_path() argument 332 switch (data_type) { in fsnotify_data_path() 341 int data_type) in fsnotify_data_sb() argument 343 switch (data_type) { in fsnotify_data_sb() 359 int data_type) in fsnotify_data_error_report() argument [all …]
|
/linux-6.12.1/drivers/media/platform/nxp/ |
D | imx-mipi-csis.c | 351 u32 data_type; member 360 .data_type = MIPI_CSI2_DATA_TYPE_YUV422_8, 367 .data_type = MIPI_CSI2_DATA_TYPE_RGB565, 372 .data_type = MIPI_CSI2_DATA_TYPE_RGB888, 379 .data_type = MIPI_CSI2_DATA_TYPE_RAW8, 384 .data_type = MIPI_CSI2_DATA_TYPE_RAW8, 389 .data_type = MIPI_CSI2_DATA_TYPE_RAW8, 394 .data_type = MIPI_CSI2_DATA_TYPE_RAW8, 399 .data_type = MIPI_CSI2_DATA_TYPE_RAW8, 404 .data_type = MIPI_CSI2_DATA_TYPE_RAW10, [all …]
|
/linux-6.12.1/tools/testing/selftests/iommu/ |
D | iommufd_utils.h | 159 __u32 flags, __u32 *hwpt_id, __u32 data_type, in _test_cmd_hwpt_alloc() argument 167 .data_type = data_type, in _test_cmd_hwpt_alloc() 192 data_type, data, data_len) \ argument 194 hwpt_id, data_type, data, data_len)) 196 data_type, data, data_len) \ argument 199 hwpt_id, data_type, data, data_len)) 202 data_type, data, data_len) \ argument 204 flags, hwpt_id, data_type, data, \ 207 hwpt_id, data_type, data, data_len) \ argument 210 flags, hwpt_id, data_type, data, \ [all …]
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify.c | 292 const void *data, int data_type, in fanotify_group_event_mask() argument 298 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask() 305 __func__, iter_info->report_mask, event_mask, data, data_type); in fanotify_group_event_mask() 502 int data_type, struct inode *dir, in fanotify_fid_inode() argument 509 return fsnotify_data_inode(data, data_type); in fanotify_fid_inode() 521 int data_type, struct inode *dir) in fanotify_dfid_inode() argument 523 struct inode *inode = fsnotify_data_inode(data, data_type); in fanotify_dfid_inode() 671 const void *data, int data_type, in fanotify_alloc_error_event() argument 675 fsnotify_data_error_report(data, data_type); in fanotify_alloc_error_event() 708 u32 mask, const void *data, int data_type, in fanotify_alloc_event() argument [all …]
|
/linux-6.12.1/drivers/staging/fbtft/ |
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-6.12.1/drivers/video/fbdev/omap/ |
D | lcd_dma.c | 60 int rotate, data_type, xres, yres; member 70 int data_type) in omap_set_lcd_dma_b1() argument 73 lcd_dma.data_type = data_type; in omap_set_lcd_dma_b1() 143 switch (lcd_dma.data_type) { in set_b1_regs() 175 lcd_dma.data_type == OMAP_DMA_DATA_TYPE_S32) in set_b1_regs() 258 w |= lcd_dma.data_type; in set_b1_regs()
|
/linux-6.12.1/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 469 .data_type = UVC_CTRL_DATA_TYPE_ENUM, 481 .data_type = UVC_CTRL_DATA_TYPE_ENUM, 493 .data_type = UVC_CTRL_DATA_TYPE_ENUM, 558 .data_type = UVC_CTRL_DATA_TYPE_SIGNED, 567 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED, 576 .data_type = UVC_CTRL_DATA_TYPE_SIGNED, 587 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED, 596 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED, 605 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED, 614 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED, [all …]
|