Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 169) sorted by relevance

1234567

/linux-6.3-rc2/Documentation/hwmon/
A Dsysfs-interface.rst96 Global attributes
111 Voltages
166 Fans
197 PWM
233 Temperatures
316 Currents
363 Power
464 Energy
486 Humidity
502 Alarms
[all …]
/linux-6.3-rc2/drivers/iommu/iommufd/
A Ddevice.c412 struct iommufd_access *access = in iommufd_access_destroy_object() local
437 struct iommufd_access *access; in iommufd_access_create() local
488 void iommufd_access_destroy(struct iommufd_access *access) in iommufd_access_destroy()
518 struct iommufd_access *access; in iommufd_access_notify_unmap() local
544 void iommufd_access_unpin_pages(struct iommufd_access *access, in iommufd_access_unpin_pages()
606 int iommufd_access_pin_pages(struct iommufd_access *access, unsigned long iova, in iommufd_access_pin_pages()
686 int iommufd_access_rw(struct iommufd_access *access, unsigned long iova, in iommufd_access_rw()
A Dio_pagetable.c809 struct iommufd_access *access; in iopt_check_iova_alignment() local
901 struct iommufd_access *access; in iopt_calculate_iova_alignment() local
1129 int iopt_add_access(struct io_pagetable *iopt, struct iommufd_access *access) in iopt_add_access()
1153 struct iommufd_access *access) in iopt_remove_access()
/linux-6.3-rc2/include/linux/
A Diommufd.h73 static inline int iommufd_access_pin_pages(struct iommufd_access *access, in iommufd_access_pin_pages()
82 static inline void iommufd_access_unpin_pages(struct iommufd_access *access, in iommufd_access_unpin_pages()
88 static inline int iommufd_access_rw(struct iommufd_access *access, unsigned long iova, in iommufd_access_rw()
A Ddevice_cgroup.h19 short type, access = 0; in devcgroup_inode_permission() local
61 short access) in devcgroup_check_permission()
A Dc2port.h20 unsigned int access:1; member
40 void (*access)(struct c2port_device *dev, int status); member
/linux-6.3-rc2/security/
A Ddevice_cgroup.c38 short access; member
250 static void set_access(char *acc, short access) in set_access()
328 u32 major, u32 minor, short access) in match_exception()
365 u32 major, u32 minor, short access) in match_exception_partial()
834 short access) in devcgroup_legacy_check_permission()
861 int devcgroup_check_permission(short type, u32 major, u32 minor, short access) in devcgroup_check_permission()
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_mr.c52 static void rxe_mr_init(int access, struct rxe_mr *mr) in rxe_mr_init()
72 void rxe_mr_init_dma(int access, struct rxe_mr *mr) in rxe_mr_init_dma()
135 int access, struct rxe_mr *mr) in rxe_mr_init_user()
339 int access, in copy_data()
621 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, in lookup_mr()
695 u32 access = wqe->wr.wr.reg.access; in rxe_reg_fast_mr() local
/linux-6.3-rc2/sound/core/
A Dcontrol_led.c49 unsigned int access; member
81 static inline unsigned int access_to_group(unsigned int access) in access_to_group()
92 static struct snd_ctl_led *snd_ctl_led_get_by_access(unsigned int access) in snd_ctl_led_get_by_access()
137 static void snd_ctl_led_set_state(struct snd_card *card, unsigned int access, in snd_ctl_led_set_state()
199 unsigned int access) in snd_ctl_led_remove()
219 unsigned int access, access2; in snd_ctl_led_notify() local
248 unsigned int ioff, access, new_access; in snd_ctl_led_set_id() local
/linux-6.3-rc2/arch/arm/include/asm/
A Darch_timer.h28 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15()
60 u32 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/linux-6.3-rc2/drivers/infiniband/core/
A Dumem_dmabuf.c115 int fd, int access, in ib_umem_dmabuf_get()
190 int access) in ib_umem_dmabuf_get_pinned()
A Dumem_odp.c117 int access) in ib_umem_odp_alloc_implicit()
224 unsigned long addr, size_t size, int access, in ib_umem_odp_get()
/linux-6.3-rc2/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst975 Using hostfs
1000 hostfs as the root filesystem
1028 Hostfs Caveats
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_64k.c38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
228 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K()
/linux-6.3-rc2/include/rdma/
A Dib_umem.h156 int access) in ib_umem_get()
181 int access, in ib_umem_dmabuf_get()
188 size_t size, int fd, int access) in ib_umem_dmabuf_get_pinned()
/linux-6.3-rc2/fs/9p/
A Dfid.c160 int i, n, l, access; in v9fs_fid_lookup_with_uid() local
276 int any, access; in v9fs_fid_lookup() local
/linux-6.3-rc2/drivers/clocksource/
A Darm_arch_timer.c126 void arch_timer_reg_write(int access, enum arch_timer_reg reg, u64 val, in arch_timer_reg_write()
164 u32 arch_timer_reg_read(int access, enum arch_timer_reg reg, in arch_timer_reg_read()
403 void erratum_set_next_event_generic(const int access, unsigned long evt, in erratum_set_next_event_generic()
647 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler()
691 static __always_inline int arch_timer_shutdown(const int access, in arch_timer_shutdown()
723 static __always_inline void set_next_event(const int access, unsigned long evt, in set_next_event()
769 static __always_inline void set_next_event_mem(const int access, unsigned long evt, in set_next_event_mem()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Ddev_cgroup.c17 short access = ctx->access_type >> 16; in bpf_prog1() local
/linux-6.3-rc2/arch/arm64/include/asm/
A Darch_timer.h106 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15()
138 u64 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/linux-6.3-rc2/arch/s390/mm/
A Dfault.c359 static inline vm_fault_t do_exception(struct pt_regs *regs, int access) in do_exception()
513 int access; in do_protection_exception() local
549 int access; in do_dat_exception() local
/linux-6.3-rc2/drivers/base/
A Dnode.c83 unsigned int access; member
130 unsigned int access) in node_init_node_access()
195 unsigned int access) in node_set_perf_attrs()
686 unsigned int access) in register_memory_node_under_compute_node()
/linux-6.3-rc2/arch/x86/kvm/
A Dmmu.h166 u64 access) in permission_fault()
274 gpa_t gpa, u64 access, in kvm_translate_gpa()
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dfault.c88 u64 ea, dsisr, access; in spufs_handle_class1() local
/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_mr.c428 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc()
510 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans()
519 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys()
/linux-6.3-rc2/fs/nfsd/
A Dlockd.c32 int access; in nlm_fopen() local

Completed in 54 milliseconds

1234567