/kernel/linux/linux-6.6/drivers/atm/ |
H A D | atmtcp.c | 293 hdr = (struct atmtcp_hdr *) skb->data; in atmtcp_c_send() 296 (struct atmtcp_control *) skb->data); in atmtcp_c_send()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsfield.c | 225 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field() 351 info->resource_buffer = child->named.data; in acpi_ds_get_field_names() 790 /* Second arg is the data register (must already exist) */ in acpi_ds_create_index_field()
|
H A D | dswload2.c | 602 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 669 data, in acpi_ds_load2_end_op()
|
H A D | psargs.c | 649 /* Fill in bytelist data */ in acpi_ps_get_next_field() 653 arg->named.data = parser_state->aml; in acpi_ps_get_next_field() 656 /* Skip to End of byte data */ in acpi_ps_get_next_field() 765 /* Skip to End of byte data */ in acpi_ps_get_next_arg() 783 /* Fill in bytelist data */ in acpi_ps_get_next_arg() 788 arg->named.data = parser_state->aml; in acpi_ps_get_next_arg() 790 /* Skip to End of byte data */ in acpi_ps_get_next_arg()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | sleep.c | 1067 static int acpi_power_off_prepare(struct sys_off_data *data) in acpi_power_off_prepare() argument 1076 static int acpi_power_off(struct sys_off_data *data) in acpi_power_off() argument
|
H A D | pfr_telemetry.c | 8 * This driver allows user space to fetch telemetry data from the 359 static void pfrt_log_put_idx(void *data) in pfrt_log_put_idx() argument 361 struct pfrt_log_device *pfrt_log_dev = data; in pfrt_log_put_idx()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devtmpfs.c | 67 const char *dev_name, void *data) in public_dev_mount() 74 err = reconfigure_single(s, flags, data); in public_dev_mount() 66 public_dev_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) public_dev_mount() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.h | 61 * Use sequence counter to get consistent device stat data on 480 * stripes[0]: The first data stripe 481 * stripes[1]: The second data stripe 483 * stripes[data_stripes - 1]: The last data stripe 505 u8 ncopies; /* how many copies to data has */ 531 struct btrfs_balance_args data; member 651 int btrfs_uuid_scan_kthread(void *data);
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dlm_internal.h | 491 /* RCOM_STATUS data */ 498 /* RCOM_STATUS_REPLY data */ 695 device has private data 817 void *dlm_create_debug_comms_file(int nodeid, void *data); 824 static inline void *dlm_create_debug_comms_file(int nodeid, void *data) { return NULL; } in dlm_create_debug_comms_file() argument
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 163 /* immutable data from the volume header */ 169 /* mutable data from the volume header, protected by alloc_mutex */ 173 /* mutable data from the volume header, protected by vh_mutex */ 227 * Immutable data. 275 * For data or metadata that gets written back by into the catalog btree 400 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data); 530 void **data, blk_opf_t opf);
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 378 /* extra data to send if we are updating lvb */ in dlm_send_remote_convert_request() 429 int dlm_convert_lock_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_convert_lock_handler() argument 432 struct dlm_ctxt *dlm = data; in dlm_convert_lock_handler()
|
H A D | dlmast.c | 184 * racing gets and puts which could result in old lvb data in dlm_update_lvb() 256 int dlm_proxy_ast_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_proxy_ast_handler() argument 261 struct dlm_ctxt *dlm = data; in dlm_proxy_ast_handler()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | exfat_fs.h | 219 * exfat mount in-memory data 240 * EXFAT file system superblock in-memory data 251 unsigned long long data_start_sector; /* data area start sector */ 281 * EXFAT file system inode in-memory data 554 u16 exfat_calc_chksum16(void *data, int len, u16 chksum, int type); 555 u32 exfat_calc_chksum32(void *data, int len, u32 chksum, int type);
|
/kernel/linux/linux-6.6/fs/ |
H A D | mpage.c | 248 /* some filesystems will copy data into the page during in do_mpage_readpage() 250 * read it again. map_buffer_to_folio copies the data in do_mpage_readpage() 470 void *data) in __mpage_writepage() 472 struct mpage_data *mpd = data; in __mpage_writepage() 503 * block_dirty_folio -> mmapped data in __mpage_writepage() 469 __mpage_writepage(struct folio *folio, struct writeback_control *wbc, void *data) __mpage_writepage() argument
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | super.c | 100 * read a page worth of data from the image 228 * pointed to by the directory's special data */ in romfs_lookup() 318 /* precalculate the data offset */ in romfs_iget() 442 static __u32 romfs_checksum(const void *data, int size) in romfs_checksum() argument 444 const __be32 *ptr = data; in romfs_checksum()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | xattr.c | 363 ssize_t cifs_listxattr(struct dentry *direntry, char *data, size_t buf_size) in cifs_listxattr() argument 401 full_path, NULL, data, buf_size, cifs_sb); in cifs_listxattr()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 546 void *data); 555 xfs_btree_visit_blocks_fn fn, unsigned int flags, void *data);
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_vdpa.c | 120 u32 data = vring_notification_data(vq); in virtio_vdpa_notify_with_data() local 122 ops->kick_vq_with_data(vdpa, data); in virtio_vdpa_notify_with_data()
|
H A D | virtio_pci_modern.c | 293 u32 data = vring_notification_data(vq); in vp_notify_with_data() local 295 iowrite32(data, (void __iomem *)vq->priv); in vp_notify_with_data()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | starfive-wdt.c | 589 { .compatible = "starfive,jh7100-wdt", .data = &starfive_wdt_jh7100_variant }, 590 { .compatible = "starfive,jh7110-wdt", .data = &starfive_wdt_jh7110_variant },
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pciback_ops.c | 397 void xen_pcibk_do_op(struct work_struct *data) in xen_pcibk_do_op() argument 400 container_of(data, struct xen_pcibk_device, op_work); in xen_pcibk_do_op()
|
/kernel/linux/linux-6.6/include/linux/pds/ |
H A D | pds_adminq.h | 123 * @data: anonymous field for building the qcq 126 __le32 data; /* Not used but needed for qcq structure */ member 140 u8 data[64]; member 317 * Firmware will copy LIF identity data (struct pds_core_lif_identity) 511 * @ident_pa: DMA address to receive the data (struct pds_core_q_identity) 647 * struct pds_vdpa_ident - vDPA identification data 655 * data, the DSC will write the ident information, then we can remove the DMA 657 * is valid information, else there was an error and the data should be invalid. 942 * @addr: DMA address of SG element data buffer 943 * @len: Length of SG element data buffe [all...] |
/kernel/linux/linux-6.6/include/linux/phy/ |
H A D | phy.h | 210 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata() argument 212 dev_set_drvdata(&phy->dev, data); in phy_set_drvdata()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm.h | 830 extern void dpm_for_each_dev(void *data, void (*fn)(struct device *, void *)); 873 static inline void dpm_for_each_dev(void *data, void (*fn)(struct device *, void *)) in dpm_for_each_dev() argument
|
H A D | kprobes.h | 177 char data[]; member 205 /* rethook::data is non-changed field, so that you can access it freely. */ in get_kretprobe() 206 return (struct kretprobe *)ri->node.rethook->data; in get_kretprobe()
|