/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 161 skb->csum = csum_partial(skb->data, sizeof(struct udphdr), in udp_csum_pull_header() 234 hash = jhash(skb->data, 2 * ETH_ALEN, in udp_flow_src_port() 396 n = copy_to_iter(skb->data + off, len, to); in copy_linear_skb()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpioctl.c | 124 /* Now read the message size and data from user space. */ in asihpi_hpi_ioctl() 178 /* -1=no data 0=read from user mem, 1=write to user mem */ in asihpi_hpi_ioctl() 209 ptr = (u16 __user *)hm->m0.u.d.u.data.pb_data; in asihpi_hpi_ioctl() 210 size = hm->m0.u.d.u.data.data_size; in asihpi_hpi_ioctl() 241 hm->m0.u.d.u.data.pb_data = pa->p_buffer; in asihpi_hpi_ioctl()
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | wm8766.c | 18 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in snd_wm8766_write() argument 21 wm->regs[addr] = data; in snd_wm8766_write() 22 wm->ops.write(wm, addr, data); in snd_wm8766_write()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ 395 * snd_pcm_format_silence_64 - return the silent data in 8 bytes array 411 * snd_pcm_format_set_silence - set the silence data on the buffer 413 * @data: the buffer pointer 416 * Sets the silence data on the buffer for the given samples. 420 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence() argument 434 /* signed or 1 byte data */ in snd_pcm_format_set_silence() 437 memset(data, *pat, bytes); in snd_pcm_format_set_silence() 442 dst = data; in snd_pcm_format_set_silence()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kallsyms.c | 278 * the kallsyms data are added. If these symbols move then in symbol_valid() 358 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol() argument 363 c = *data; in expand_symbol() 375 data++; in expand_symbol()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | mt6660.c | 64 u8 data[4]; in mt6660_reg_read() local 67 ret = i2c_smbus_read_i2c_block_data(chip->i2c, reg, size, data); in mt6660_reg_read() 72 reg_data |= data[i]; in mt6660_reg_read()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_audmix.c | 271 /* Output data will be written on positive edge of the clock */ in fsl_audmix_dai_set_fmt() 275 /* Output data will be written on negative edge of the clock */ in fsl_audmix_dai_set_fmt() 458 .data = "imx-audmix", 474 if (!of_id || !of_id->data) in fsl_audmix_probe() 477 mdrv = of_id->data; in fsl_audmix_probe()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst.h | 67 STREAM_INIT = 3, /* stream init, waiting for data */ 153 * struct sst_block - This structure is used to block a user/fw data call to another 158 * @data: data ptr 159 * @size: size of data 168 void *data; member 333 * @pdata : SST info passed as a part of pci platform data 489 u32 drv_id, u32 ipc, void *data, u32 size); 496 size_t mbox_data_len, const void *mbox_data, void **data,
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | intel-pt-pkt-decoder-test.c | 12 * struct test_data - Test data. 27 } data[] = { variable 294 struct test_data *d = data; in test__intel_pt_pkt_decoder() 297 for (d = data; d->len; d++) { in test__intel_pt_pkt_decoder()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 31 * However, this is a benchmark raw data and must be taken with a grain of 213 fd = ev.data.fd; in workerfn() 260 ev.data.u64 = i; /* any number */ in nest_epollfd() 335 ev.data.fd = w->fdmap[j]; in do_threads()
|
H A D | epoll-ctl.c | 120 ev.data.u64 = i; /* any number */ in nest_epollfd() 138 ev.data.u64 = fd; in do_epoll_op() 215 ev.data.fd = w->fdmap[i]; in init_fdmaps()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-loader.c | 347 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in hda_dsp_cl_boot_firmware() 361 memcpy(sdev->dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra30_i2s.c | 390 { .compatible = "nvidia,tegra124-i2s", .data = &tegra124_i2s_config }, 391 { .compatible = "nvidia,tegra30-i2s", .data = &tegra30_i2s_config }, 416 i2s->soc_data = (struct tegra30_i2s_soc_data *)match->data; in tegra30_i2s_platform_probe()
|
/kernel/linux/linux-5.10/sound/soc/kirkwood/ |
H A D | kirkwood-i2s.c | 523 struct kirkwood_asoc_platform_data *data = pdev->dev.platform_data; in kirkwood_i2s_dev_probe() local 545 } else if (data) { in kirkwood_i2s_dev_probe() 546 priv->burst = data->burst; in kirkwood_i2s_dev_probe() 548 dev_err(&pdev->dev, "no DT nor platform data ?!\n"); in kirkwood_i2s_dev_probe()
|
/kernel/linux/linux-5.10/sound/soc/sunxi/ |
H A D | sun8i-codec-analog.c | 806 .data = &sun8i_a23_quirks, 810 .data = &sun8i_h3_quirks, 814 .data = &sun8i_v3s_quirks,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.h | 146 * perf.data file. 147 * @file_offset: offset within the perf.data file 158 * struct auxtrace_index - index of AUX area tracing events within a perf.data 171 * struct auxtrace - session callbacks to allow AUX area data decoding. 176 * @dump_auxtrace_sample: dump AUX area sample data 177 * @flush_events: process any remaining data 203 * struct auxtrace_buffer - a buffer containing AUX area tracing data. 209 * @data: actual buffer data (can be null if the data ha 231 void *data; global() member [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fscache.c | 258 nfsi->fh.data, nfsi->fh.size, in nfs_fscache_init_inode() 279 static bool nfs_fscache_can_enable(void *data) in nfs_fscache_can_enable() argument 281 struct inode *inode = data; in nfs_fscache_can_enable()
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | dev-ioctl.c | 184 int test(const struct path *path, void *data), in find_autofs_mount() 185 void *data) in find_autofs_mount() 196 if (test(&path, data)) { in find_autofs_mount() 182 find_autofs_mount(const char *pathname, struct path *res, int test(const struct path *path, void *data), void *data) find_autofs_mount() argument
|
H A D | waitq.c | 50 const char *data = (const char *)addr; in autofs_write() local 57 wr = __kernel_write(file, data, bytes, NULL); in autofs_write() 60 data += wr; in autofs_write()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | io_uring.h | 170 * @user_data: user data associated with the request 184 __field( unsigned long long, data ) 190 __entry->data = user_data; 194 __entry->req, __entry->data) 291 * @user_data: user data associated with the request 327 * @user_data: user data associated with the request 362 TP_printk("ring %p, req %p, op %d, data 0x%llx, flags %u, " 374 * @user_data: user data associated with the request 406 TP_printk("ring %p, req %p, op %d, data 0x%llx, mask 0x%x, events 0x%x", 432 TP_printk("ring %p, op %d, data [all...] |
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 84 /* put union of data structures, for non-simple event types, 92 * @len: Length in bytes of @data. 93 * @data: VPD data as defined in various T10 SCSI standard documents. 98 unsigned char data[]; member 134 char inq_periph_qual; /* PQ from INQUIRY data */ 137 unsigned char * inquiry; /* INQUIRY response data */ 407 int retries, struct scsi_mode_data *data, 412 struct scsi_mode_data *data,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | coda.h | 374 char *data; /* Place holder for data. */ member 380 caddr_t data; /* Place holder for data. */ member 427 int name; /* Place holder for data. */ 445 int name; /* Place holder for data. */ 459 int name; /* Place holder for data. */ 471 int tname; /* Place holder for data. */ 497 int name; /* Place holder for data. */ 511 int name; /* Place holder for data 540 caddr_t data; /* Place holder for data. */ global() member [all...] |
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | inode.c | 311 static int bfs_fill_super(struct super_block *s, void *data, int silent) in bfs_fill_super() argument 453 int flags, const char *dev_name, void *data) in bfs_mount() 455 return mount_bdev(fs_type, flags, dev_name, data, bfs_fill_super); in bfs_mount() 452 bfs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) bfs_mount() argument
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | kempld_wdt.c | 370 u8 index, data, data_orig; in kempld_wdt_probe_stages() local 389 data = kempld_read8(pld, index + j); in kempld_wdt_probe_stages() 391 if (data != 0x00) in kempld_wdt_probe_stages()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | v9fs.c | 383 * @data: options 388 const char *dev_name, char *data) in v9fs_session_init() 406 v9ses->clnt = p9_client_create(dev_name, data); in v9fs_session_init() 422 rc = v9fs_parse_options(v9ses, data); in v9fs_session_init() 387 v9fs_session_init(struct v9fs_session_info *v9ses, const char *dev_name, char *data) v9fs_session_init() argument
|