Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 275) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/include/linux/device/
Dclass.h54 struct class { struct
58 const struct attribute_group **class_groups; argument
65 void (*class_release)(struct class *class); argument
87 extern int __must_check __class_register(struct class *class, argument
93 #define class_register(class) \ argument
127 static inline struct device *class_find_device_by_name(struct class *class, in class_find_device_by_name()
140 class_find_device_by_of_node(struct class *class, const struct device_node *np) in class_find_device_by_of_node()
152 class_find_device_by_fwnode(struct class *class, in class_find_device_by_fwnode()
164 static inline struct device *class_find_device_by_devt(struct class *class, in class_find_device_by_devt()
179 class_find_device_by_acpi_dev(struct class *class, const struct acpi_device *adev) in class_find_device_by_acpi_dev()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c27 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
35 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
43 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
48 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
53 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
58 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/kernel/linux/linux-5.10/mm/
Dzsmalloc.c282 unsigned int class:CLASS_BITS + 1; member
547 static inline void zs_stat_inc(struct size_class *class, in zs_stat_inc()
554 static inline void zs_stat_dec(struct size_class *class, in zs_stat_dec()
561 static inline unsigned long zs_stat_get(struct size_class *class, in zs_stat_get()
590 struct size_class *class; in zs_stats_size_show() local
689 static enum fullness_group get_fullness_group(struct size_class *class, in get_fullness_group()
716 static void insert_zspage(struct size_class *class, in insert_zspage()
742 static void remove_zspage(struct size_class *class, in remove_zspage()
762 static enum fullness_group fix_fullness_group(struct size_class *class, in fix_fullness_group()
931 static void __free_zspage(struct zs_pool *pool, struct size_class *class, in __free_zspage()
[all …]
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep_proc.c34 #define iterate_lock_classes(idx, class) \ argument
40 struct lock_class *class = v; in l_next() local
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
79 struct lock_class *class = v; in l_show() local
150 struct lock_class *class; in lc_show() local
241 struct lock_class *class; in lockdep_stats_show() local
395 struct lock_class *class; member
460 struct lock_class *class; in seq_stats() local
640 struct lock_class *class; in lock_stat_open() local
676 struct lock_class *class; in lock_stat_write() local
Dlockdep.c262 struct lock_class_stats lock_stats(struct lock_class *class) in lock_stats()
291 void clear_lock_stats(struct lock_class *class) in clear_lock_stats()
305 static struct lock_class_stats *get_lock_stats(struct lock_class *class) in get_lock_stats()
463 static int class_filter(struct lock_class *class) in class_filter()
479 static int verbose(struct lock_class *class) in verbose()
641 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit) in get_usage_char()
667 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS]) in get_usage_chars()
680 static void __print_lock_name(struct lock_class *class) in __print_lock_name()
698 static void print_lock_name(struct lock_class *class) in print_lock_name()
776 static int very_verbose(struct lock_class *class) in very_verbose()
[all …]
Dlockdep_internals.h167 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps()
172 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps()
236 static inline void debug_class_ops_inc(struct lock_class *class) in debug_class_ops_inc()
244 static inline unsigned long debug_class_ops_read(struct lock_class *class) in debug_class_ops_read()
/kernel/linux/linux-5.10/drivers/remoteproc/
Dremoteproc_elf_loader.c47 char class; local
163 u8 class = fw_elf_get_class(fw); local
242 u8 class = fw_elf_get_class(fw); local
320 u8 class = fw_elf_get_class(fw); local
364 u8 class = fw_elf_get_class(fw); local
Dremoteproc_elf_helpers.h30 static inline void elf_hdr_init_ident(struct elf32_hdr *hdr, u8 class) in elf_hdr_init_ident()
Dremoteproc_coredump.c113 int rproc_coredump_set_elf_info(struct rproc *rproc, u8 class, u16 machine) in rproc_coredump_set_elf_info()
238 u8 class = rproc->elf_class; in rproc_coredump() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dspu_priv1.h45 spu_int_mask_and (struct spu *spu, int class, u64 mask) in spu_int_mask_and()
51 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or()
57 spu_int_mask_set (struct spu *spu, int class, u64 mask) in spu_int_mask_set()
63 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get()
69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear()
75 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get()
/kernel/linux/linux-5.10/drivers/base/
Dclass.c52 struct class *class = cp->class; in class_release() local
68 struct class *class = cp->class; in class_child_ns_type() local
286 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class, in class_dev_iter_init()
357 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device()
404 struct device *class_find_device(struct class *class, struct device *start, in class_find_device()
480 ssize_t show_class_attr_string(struct class *class, in show_class_attr_string()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_user.c17 intel_engine_lookup_user(struct drm_i915_private *i915, u8 class, u8 instance) in intel_engine_lookup_user()
132 const char *intel_engine_class_repr(u8 class) in intel_engine_class_repr()
149 u8 class; member
239 int class, inst; in intel_engines_driver_register() local
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dqueue.c38 void queue_event(struct s_smc *smc, int class, int event) in queue_event()
72 int class ; in ev_dispatcher() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
Dspu.c462 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
471 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
479 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
486 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
491 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
499 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Derr_impl.h19 u16 class; member
29 u16 class; member
/kernel/linux/linux-5.10/samples/bpf/
Dibumad_kern.c81 u8 class = ctx->mgmt_class; in on_ib_umad_read_recv() local
101 u8 class = ctx->mgmt_class; in on_ib_umad_read_send() local
121 u8 class = ctx->mgmt_class; in on_ib_umad_write() local
/kernel/linux/linux-5.10/include/linux/
Dww_mutex.h52 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \ argument
55 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) argument
64 #define __WW_MUTEX_INITIALIZER(lockname, class) \ argument
/kernel/linux/linux-5.10/Documentation/driver-api/
Dparport-lowlevel.rst1001 SYNOPSIS
1027 DESCRIPTION
1032 RETURN VALUE
1038 NOTES
1049 SEE ALSO
1059 SYNOPSIS
1068 DESCRIPTION
1074 RETURN VALUE
1080 NOTES
1091 SEE ALSO
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dnames.c37 struct class { struct
38 struct class *next; argument
39 u_int8_t classid; argument
43 struct subclass { argument
/kernel/linux/linux-5.10/drivers/ata/
Dahci_da850.c94 unsigned int *class, unsigned long deadline) in ahci_da850_softreset()
116 unsigned int *class, unsigned long deadline) in ahci_da850_hardreset()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dfpudispatch.c184 u_int class, subop; in fpudispatch() local
239 u_int class, subop, major; in emfpudispatch() local
275 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) in decode_0c()
720 decode_0e(ir,class,subop,fpregs) in decode_0e() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Dgr2d.c117 static int gr2d_is_addr_reg(struct device *dev, u32 class, u32 offset) in gr2d_is_addr_reg()
142 static int gr2d_is_valid_class(u32 class) in gr2d_is_valid_class()
/kernel/linux/linux-5.10/lib/
Dglob.c72 char const *class = pat + inverted; in glob_match() local
/kernel/linux/linux-5.10/include/linux/greybus/
Dgreybus_id.h17 __u8 class; member
/kernel/linux/linux-5.10/include/linux/platform_data/
Di2c-pxa.h11 unsigned int class; member

1234567891011