/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | imx-audmux.c | 187 { .compatible = "fsl,imx21-audmux", .data = &imx_audmux_ids[0], }, 188 { .compatible = "fsl,imx31-audmux", .data = &imx_audmux_ids[1], }, 318 pdev->id_entry = of_id->data; in imx_audmux_probe()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-frddr.c | 355 .data = &axg_frddr_match_data, 358 .data = &g12a_frddr_match_data, 361 .data = &sm1_frddr_match_data,
|
H A D | axg-toddr.c | 100 /* Select orginal data - resampling not supported ATM */ in axg_toddr_dai_startup() 326 .data = &axg_toddr_match_data, 329 .data = &g12a_toddr_match_data, 332 .data = &sm1_toddr_match_data,
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_sai.c | 40 { .compatible = "st,stm32f4-sai", .data = (void *)&stm32_sai_conf_f4 }, 41 { .compatible = "st,stm32h7-sai", .data = (void *)&stm32_sai_conf_h7 }, 132 "SAI sync provider data not found\n"); in stm32_sai_set_sync() 169 memcpy(&sai->conf, (const struct stm32_sai_conf *)of_id->data, in stm32_sai_probe()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 148 struct annotation_data data[]; member 159 static inline double annotation_data__percent(struct annotation_data *data, in annotation_data__percent() argument 162 return which < PERCENT_MAX ? data->percent[which] : -1; in annotation_data__percent()
|
H A D | event.h | 60 char *data; member 119 void *data; member 176 * Raw data formats for synthesized events. Note that 4 bytes of padding are 177 * present to match the 'size' member of PERF_SAMPLE_RAW data which is always 399 void cpu_map_data__synthesize(struct perf_record_cpu_map_data *data, struct perf_cpu_map *map,
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bfind.c | 169 __be32 data; in hfs_brec_find() local 202 hfs_bnode_read(bnode, &data, fd->entryoffset, 4); in hfs_brec_find() 203 nidx = be32_to_cpu(data); in hfs_brec_find()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sunxi_wdt.c | 83 unsigned long action, void *data) in sunxi_wdt_restart() 224 { .compatible = "allwinner,sun4i-a10-wdt", .data = &sun4i_wdt_reg }, 225 { .compatible = "allwinner,sun6i-a31-wdt", .data = &sun6i_wdt_reg }, 82 sunxi_wdt_restart(struct watchdog_device *wdt_dev, unsigned long action, void *data) sunxi_wdt_restart() argument
|
H A D | imx7ulp_wdt.c | 141 unsigned long action, void *data) in imx7ulp_wdt_restart() 203 static void imx7ulp_wdt_action(void *data) in imx7ulp_wdt_action() argument 205 clk_disable_unprepare(data); in imx7ulp_wdt_action() 140 imx7ulp_wdt_restart(struct watchdog_device *wdog, unsigned long action, void *data) imx7ulp_wdt_restart() argument
|
H A D | watchdog_core.c | 155 unsigned long code, void *data) in watchdog_reboot_notifier() 174 unsigned long action, void *data) in watchdog_restart_notifier() 181 ret = wdd->ops->restart(wdd, action, data); in watchdog_restart_notifier() 222 * Note: now that all watchdog_device data has been verified, we in __watchdog_register_device() 223 * will not check this anymore in other functions. If data gets in __watchdog_register_device() 154 watchdog_reboot_notifier(struct notifier_block *nb, unsigned long code, void *data) watchdog_reboot_notifier() argument 173 watchdog_restart_notifier(struct notifier_block *nb, unsigned long action, void *data) watchdog_restart_notifier() argument
|
H A D | asm9260_wdt.c | 173 void *data) in asm9260_restart() 198 static void asm9260_clk_disable_unprepare(void *data) in asm9260_clk_disable_unprepare() argument 200 clk_disable_unprepare(data); in asm9260_clk_disable_unprepare() 172 asm9260_restart(struct watchdog_device *wdd, unsigned long action, void *data) asm9260_restart() argument
|
H A D | imx2_wdt.c | 92 void *data) in imx2_wdt_restart() 247 static void imx2_wdt_action(void *data) in imx2_wdt_action() argument 249 clk_disable_unprepare(data); in imx2_wdt_action() 91 imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action, void *data) imx2_wdt_restart() argument
|
H A D | lpc18xx_wdt.c | 156 unsigned long action, void *data) in lpc18xx_wdt_restart() 200 static void lpc18xx_clk_disable_unprepare(void *data) in lpc18xx_clk_disable_unprepare() argument 202 clk_disable_unprepare(data); in lpc18xx_clk_disable_unprepare() 155 lpc18xx_wdt_restart(struct watchdog_device *wdt_dev, unsigned long action, void *data) lpc18xx_wdt_restart() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | protocol.h | 82 void *data; member 104 void *data; member 136 void *data; member
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | os-linux.h | 123 void jffs2_wbuf_timeout(unsigned long data); 124 void jffs2_wbuf_process(void *data); 158 int jffs2_do_readpage_unlock(void *data, struct page *pg);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hdreg.h | 40 unsigned data : 1; member 86 __u8 data; member 97 __u8 data; member
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | affs.h | 18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey]) 26 #define AFFS_DATA(bh) (((struct affs_data_head *)(bh)->b_data)->data) 42 * affs fs inode data in memory 65 /* short cut to get to the affs specific inode data */ 72 * super-block data in memory 87 u32 s_data_blksize; /* size of the data block w/o header */ 127 /* short cut to get to the affs specific sb data */
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | super.c | 26 int flags, const char *dev_name, void *data) in efs_mount() 28 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount() 111 static int efs_remount(struct super_block *sb, int *flags, char *data) in efs_remount() argument 337 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs() 339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs() 25 efs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) efs_mount() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 18 char data[4080]; member 127 if (i >= (PAGE_SIZE - offsetof(struct rb_page, data))) { in read_page() 133 event = (void *)&rpage->data[i]; in read_page() 216 /* Wait till the producer wakes us up when there is more data in ring_buffer_consumer()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | task_nommu.c | 100 unsigned long *data, unsigned long *resident) in task_statm() 120 *data = (PAGE_ALIGN(mm->start_stack) - (mm->start_data & PAGE_MASK)) in task_statm() 124 size += *text + *data; in task_statm() 98 task_statm(struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) task_statm() argument
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | fils_aead.c | 105 /* IV for CTR before encrypted data */ in aes_siv_encrypt() 220 struct ieee80211_mgmt *mgmt = (void *)skb->data; in fils_encrypt_assoc_req() 235 ies, skb->data + skb->len - ies); in fils_encrypt_assoc_req() 261 crypt_len = skb->data + skb->len - encr; in fils_encrypt_assoc_req() 317 "Not enough room for AES-SIV data after FILS Session element in (Re)Association Response frame from %pM", in fils_decrypt_assoc_resp()
|
/kernel/linux/linux-5.10/net/ncsi/ |
H A D | internal.h | 121 u32 data[8]; /* Data entries */ member 349 unsigned char bytes[16]; /* Command packet specific data */ 353 unsigned char *data; /* NCSI OEM data */ member 400 u32 ncsi_calculate_checksum(unsigned char *data, int len);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_dp.c | 152 static int exynos_dp_bind(struct device *dev, struct device *master, void *data) in exynos_dp_bind() argument 156 struct drm_device *drm_dev = data; in exynos_dp_bind() 185 void *data) in exynos_dp_unbind() 184 exynos_dp_unbind(struct device *dev, struct device *master, void *data) exynos_dp_unbind() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_perfmon.c | 16 u32 data; member 44 gpu_write(gpu, domain->profile_config, signal->data); in perf_reg_read() 61 gpu_write(gpu, domain->profile_config, signal->data); in pipe_reg_read()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_print.c | 81 memcpy(iterator->data, in __drm_puts_coredump() 91 memcpy(iterator->data + pos, str, len); in __drm_puts_coredump() 121 snprintf(((char *) iterator->data) + pos, in __drm_printfn_coredump()
|