/linux-6.14.4/include/linux/ |
D | c2port.h | 20 unsigned int access:1; member 24 char name[C2PORT_NAME_LEN]; member 40 void (*access)(struct c2port_device *dev, int status); member
|
D | coresight.h | 163 const char *name; member 164 struct csdev_access access; member 288 struct csdev_access access; member
|
/linux-6.14.4/sound/core/ |
D | control_led.c | 39 const char *name; member 49 unsigned int access; member 82 static inline unsigned int access_to_group(unsigned int access) in access_to_group() 93 static struct snd_ctl_led *snd_ctl_led_get_by_access(unsigned int access) in snd_ctl_led_get_by_access() 138 static void snd_ctl_led_set_state(struct snd_card *card, unsigned int access, in snd_ctl_led_set_state() 201 unsigned int access) in snd_ctl_led_remove() 220 unsigned int access, access2; in snd_ctl_led_notify() local 251 unsigned int ioff, access, new_access; in DEFINE_FREE() local
|
/linux-6.14.4/drivers/base/ |
D | node.c | 82 unsigned int access; member 129 enum access_coordinate_class access) in node_init_node_access() 194 enum access_coordinate_class access) in node_set_perf_attrs() 233 #define CACHE_ATTR(name, fmt) \ argument 693 enum access_coordinate_class access) in register_memory_node_under_compute_node() 921 #define _NODE_ATTR(name, state) \ argument
|
/linux-6.14.4/drivers/mtd/maps/ |
D | pismo.c | 23 __le16 access; member 38 u16 access; member 89 struct pismo_mem *region, const char *name, in pismo_add_device()
|
/linux-6.14.4/drivers/video/backlight/ |
D | ili9320.h | 21 const char *name; member 40 } access; /* Register access method. */ member
|
/linux-6.14.4/include/sound/ |
D | control.h | 51 const char *name; /* ASCII name of item */ member 53 unsigned int access; /* access rights */ member 67 unsigned int access; /* access rights */ member 159 snd_ctl_find_id_mixer(struct snd_card *card, const char *name) in snd_ctl_find_id_mixer()
|
D | info.h | 61 const char *name; member 74 struct mutex access; member 130 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() 165 …snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, struct snd_i… in snd_info_create_module_entry() 166 …t snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_i… in snd_info_create_card_entry() 176 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() 181 static inline int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new() 205 snd_card_ro_proc_new(struct snd_card *card, const char *name, in snd_card_ro_proc_new()
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | paging_tmpl.h | 27 #define FNAME(name) paging##64_##name argument 40 #define FNAME(name) paging##32_##name argument 54 #define FNAME(name) ept_##name argument 181 unsigned access; in FNAME() local 620 unsigned int direct_access, access; in FNAME() local
|
D | mmu.c | 199 #define BUILD_MMU_ROLE_REGS_ACCESSOR(reg, name, flag) \ argument 222 #define BUILD_MMU_ROLE_ACCESSOR(base_or_ext, reg, name) \ argument 292 unsigned int access) in mark_mmio_spte() 676 gfn_t gfn, unsigned int access) in kvm_mmu_page_set_translation() 695 unsigned int access) in kvm_mmu_page_set_access() 1525 u64 *spte, gfn_t gfn, unsigned int access) in __rmap_add() 1547 u64 *spte, gfn_t gfn, unsigned int access) in rmap_add() 2214 unsigned int access) in kvm_mmu_child_role() 2261 bool direct, unsigned int access) in kvm_mmu_get_child_sp() 2898 int nr_pages, unsigned int access) in kvm_mmu_prefetch_sptes() [all …]
|
/linux-6.14.4/fs/nfsd/ |
D | vfs.c | 240 const char *name, unsigned int len, in nfsd_lookup_dentry() 310 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() 737 u32 access; member 788 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access() 846 int nfsd_open_break_lease(struct inode *inode, int access) in nfsd_open_break_lease() 1708 char *name, int len, struct svc_fh *tfhp) in nfsd_link() 2046 char name[]; member 2056 static bool nfsd_buffered_filldir(struct dir_context *ctx, const char *name, in nfsd_buffered_filldir() 2240 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs() 2303 nfsd_getxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char *name, in nfsd_getxattr() [all …]
|
D | nfs4state.c | 434 unsigned int access = 0; in bmap_to_share_mode() local 445 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access() 455 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access() 465 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() 501 static int nfs4_access_to_omode(u32 access) in nfs4_access_to_omode() 732 struct nfs4_ol_stateid *stp, u32 access, bool share_access) in nfs4_resolve_deny_conflicts_locked() 766 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access() 777 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access() 831 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access() 1413 static unsigned int clientstr_hashval(struct xdr_netobj name) in clientstr_hashval() [all …]
|
D | xdr3.h | 22 char * name; member 28 __u32 access; member 48 char * name; member 57 char * name; member 132 __u32 access; member
|
/linux-6.14.4/sound/soc/fsl/ |
D | fsl_qmc_audio.c | 27 char *name; member 79 static bool qmc_audio_access_is_interleaved(snd_pcm_access_t access) in qmc_audio_access_is_interleaved() 516 u64 access; in qmc_dai_constraints_interleaved() local 569 u64 access; in qmc_dai_constraints_noninterleaved() local
|
/linux-6.14.4/sound/core/oss/ |
D | pcm_plugin.h | 40 const char *name; /* plug-in name */ member 46 snd_pcm_access_t access; member
|
/linux-6.14.4/tools/testing/selftests/alsa/ |
D | pcm-test.c | 28 const char *name; member 154 char name[32], key[64]; in find_pcms() local 287 char name[64], msg[256]; in test_pcm_time() local 293 snd_pcm_access_t access = SND_PCM_ACCESS_RW_INTERLEAVED; in test_pcm_time() local
|
/linux-6.14.4/security/ipe/ |
D | policy_fs.c | 22 const char *name; member 23 umode_t access; member
|
/linux-6.14.4/tools/testing/selftests/kvm/ |
D | access_tracking_perf_test.c | 283 enum access_type access, const char *description) in access_memory() 331 static void help(char *name) in help()
|
/linux-6.14.4/drivers/vhost/ |
D | vhost.c | 656 char name[TASK_COMM_LEN]; in vhost_worker_create() local 1433 static bool umem_access_ok(u64 uaddr, u64 size, int access) in umem_access_ok() 1646 static int vhost_iotlb_miss(struct vhost_virtqueue *vq, u64 iova, int access) in vhost_iotlb_miss() 1693 int access = (type == VHOST_ADDR_USED) ? in vhost_vq_meta_update() local 1701 int access, u64 addr, u64 len, int type) in iotlb_access_ok() 2415 struct iovec iov[], int iov_size, int access) in translate_desc() 2485 int ret, access; in get_indirect() local 2585 int ret, access; in vhost_get_vq_desc() local
|
/linux-6.14.4/arch/arm64/kvm/ |
D | sys_regs.h | 54 const char *name; member 70 bool (*access)(struct kvm_vcpu *, member
|
/linux-6.14.4/security/smack/ |
D | smack_lsm.c | 75 const char *name; member 276 static struct smack_known *smk_fetch(const char *name, struct inode *ip, in smk_fetch() 1280 static int smack_inode_xattr_skipcap(const char *name) in smack_inode_xattr_skipcap() 1310 struct dentry *dentry, const char *name, in smack_inode_setxattr() 1375 static void smack_inode_post_setxattr(struct dentry *dentry, const char *name, in smack_inode_post_setxattr() 1410 static int smack_inode_getxattr(struct dentry *dentry, const char *name) in smack_inode_getxattr() 1434 struct dentry *dentry, const char *name) in smack_inode_removexattr() 1561 struct inode *inode, const char *name, in smack_inode_getsecurity() 2190 static int smk_curacc_on_task(struct task_struct *p, int access, in smk_curacc_on_task() 2866 static int smack_inode_setsecurity(struct inode *inode, const char *name, in smack_inode_setsecurity() [all …]
|
/linux-6.14.4/fs/smb/client/ |
D | smb2inode.c | 91 __u8 name[SMB2_WSL_XATTR_NAME_LEN + 1]; member 1045 struct cifs_tcon *tcon, const char *name, in smb2_mkdir() 1059 smb2_mkdir_setinfo(struct inode *inode, const char *name, in smb2_mkdir_setinfo() 1088 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() 1103 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() 1127 __u32 create_options, __u32 access, in smb2_set_path_attr()
|
/linux-6.14.4/sound/drivers/ |
D | aloop.c | 122 snd_pcm_access_t access; member 325 static bool is_access_interleaved(snd_pcm_access_t access) in is_access_interleaved() 1086 const char *name = str; in loopback_parse_timer_id() local 1558 snd_pcm_access_t access; in loopback_access_get() local 1743 char name[32]; in loopback_cable_proc_new() local
|
/linux-6.14.4/drivers/staging/greybus/ |
D | audio_topology.c | 16 unsigned int access; member 22 char const *name) in find_gb_module() 79 const char *name) in gbaudio_map_controlname() 94 const char *name) in gbaudio_map_wcontrolname() 108 const char *name) in gbaudio_map_widgetname() 162 const char *name; in gbcodec_mixer_ctl_info() local
|
/linux-6.14.4/drivers/soc/tegra/cbb/ |
D | tegra234-cbb.c | 89 const char *name; member 94 const char *name; member 121 u64 access; member 230 char name[64]; in tegra234_cbb_lookup_apbslv() local 295 char name[64]; in tegra234_lookup_slave_timeout() local
|