Home
last modified time | relevance | path

Searched defs:class (Results 76 - 100 of 411) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c114 gen11_engine_irq_handler(struct intel_gt *gt, const u8 class, in gen11_engine_irq_handler() argument
134 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler() local
[all...]
H A Dintel_engine_user.c17 intel_engine_lookup_user(struct drm_i915_private *i915, u8 class, u8 instance) in intel_engine_lookup_user() argument
132 const char *intel_engine_class_repr(u8 class) in intel_engine_class_repr() argument
149 u8 class; global() member
239 int class, inst; intel_engines_driver_register() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-mux.c133 unsigned int class = 0; in i2c_mux_parent_classes() local
282 i2c_mux_add_adapter(struct i2c_mux_core *muxc, u32 force_nr, u32 chan_id, unsigned int class) i2c_mux_add_adapter() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-delay.c44 struct delay_class *class; member
/kernel/linux/linux-5.10/drivers/most/
H A Dmost_cdev.c26 struct class *class; member
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Di2c-matroxfb.c102 i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, unsigned int data, unsigned int clock, const char *name, int class) i2c_bus_reg() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.c335 u8 class = BPF_CLASS(insn->code); in prologue_relocate() local
/kernel/linux/linux-5.10/include/scsi/fc/
H A Dfc_encaps.h105 fc_sof_normal(enum fc_class class) fc_sof_normal() argument
[all...]
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep_internals.h167 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps() argument
172 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps() argument
236 static inline void debug_class_ops_inc(struct lock_class *class) in debug_class_ops_inc() argument
244 static inline unsigned long debug_class_ops_read(struct lock_class *class) in debug_class_ops_read() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c195 nvkm_disp_class_get(struct nvkm_oclass *oclass, int index, const struct nvkm_device_oclass **class) nvkm_disp_class_get() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.c246 u32 class = nvkm_rd32(device, 0x400160 + subc * 4) & 0xffff; in nv40_gr_intr() local
H A Dnv20.c194 u32 class = nvkm_rd32(device, 0x400160 + subc * 4) & 0xfff; in nv20_gr_intr() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c248 nvkm_fifo_class_get(struct nvkm_oclass *oclass, int index, const struct nvkm_device_oclass **class) nvkm_fifo_class_get() argument
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Djob.c349 u32 class; member
374 static int check_class(struct host1x_firewall *fw, u32 class) in check_class() argument
[all...]
/kernel/linux/linux-5.10/drivers/greybus/
H A Dmanifest.c319 u8 class; in gb_manifest_parse_bundles() local
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_coredump.c113 int rproc_coredump_set_elf_info(struct rproc *rproc, u8 class, u16 machine) in rproc_coredump_set_elf_info() argument
238 u8 class = rproc->elf_class; in rproc_coredump() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dauthentication.c102 static int cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id, in cap_get_ims_certificate() argument
/kernel/linux/linux-5.10/include/linux/device/
H A Dclass.h127 class_find_device_by_name(struct class *class, const char *name) class_find_device_by_name() argument
140 class_find_device_by_of_node(struct class *class, const struct device_node *np) class_find_device_by_of_node() argument
152 class_find_device_by_fwnode(struct class *class, const struct fwnode_handle *fwnode) class_find_device_by_fwnode() argument
164 class_find_device_by_devt(struct class *class, dev_t devt) class_find_device_by_devt() argument
179 class_find_device_by_acpi_dev(struct class *class, const struct acpi_device *adev) class_find_device_by_acpi_dev() argument
185 class_find_device_by_acpi_dev(struct class *class, const void *adev) class_find_device_by_acpi_dev() argument
213 class_create_file(struct class *class, const struct class_attribute *attr) class_create_file() argument
219 class_remove_file(struct class *class, const struct class_attribute *attr) class_remove_file() argument
[all...]
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_cdev.c26 struct class *class; member
/kernel/linux/linux-6.6/drivers/base/
H A Dclass.c42 struct subsys_private *class_to_subsys(const struct class *class) in class_to_subsys() argument
96 const struct class *class = cp->class; class_release() local
113 const struct class *class = cp->class; class_child_ns_type() local
311 class_dev_iter_init(struct class_dev_iter *iter, const struct class *class, const struct device *start, const struct device_type *type) class_dev_iter_init() argument
388 class_for_each_device(const struct class *class, const struct device *start, void *data, int (*fn)(struct device *, void *)) class_for_each_device() argument
437 class_find_device(const struct class *class, const struct device *start, const void *data, int (*match)(struct device *, const void *)) class_find_device() argument
535 show_class_attr_string(const struct class *class, const struct class_attribute *attr, char *buf) show_class_attr_string() argument
645 class_is_registered(const struct class *class) class_is_registered() argument
[all...]
H A Ddevcoredump.c170 static ssize_t disabled_show(const struct class *class, const struct class_attribute *attr, in disabled_show() argument
200 static ssize_t disabled_store(const struct class *class, const struct class_attribute *attr, in disabled_store() argument
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dsysfs.c28 static ssize_t timeout_show(const struct class *class, const struct class_attribute *attr, in timeout_show() argument
47 static ssize_t timeout_store(const struct class *class, const struct class_attribute *attr, in timeout_store() argument
/kernel/linux/linux-6.6/include/linux/device/
H A Dclass.h108 class_find_device_by_name(const struct class *class, const char *name) class_find_device_by_name() argument
120 class_find_device_by_of_node(const struct class *class, const struct device_node *np) class_find_device_by_of_node() argument
132 class_find_device_by_fwnode(const struct class *class, const struct fwnode_handle *fwnode) class_find_device_by_fwnode() argument
144 class_find_device_by_devt(const struct class *class, dev_t devt) class_find_device_by_devt() argument
158 class_find_device_by_acpi_dev(const struct class *class, const struct acpi_device *adev) class_find_device_by_acpi_dev() argument
164 class_find_device_by_acpi_dev(const struct class *class, const void *adev) class_find_device_by_acpi_dev() argument
191 class_create_file(const struct class *class, const struct class_attribute *attr) class_create_file() argument
197 class_remove_file(const struct class *class, const struct class_attribute *attr) class_remove_file() argument
[all...]
/kernel/linux/linux-6.6/include/scsi/fc/
H A Dfc_encaps.h105 fc_sof_normal(enum fc_class class) fc_sof_normal() argument
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_coredump.c114 int rproc_coredump_set_elf_info(struct rproc *rproc, u8 class, u16 machine) in rproc_coredump_set_elf_info() argument
243 u8 class = rproc->elf_class; in rproc_coredump() local
355 u8 class = rproc->elf_class; rproc_coredump_using_sections() local
[all...]

Completed in 15 milliseconds

12345678910>>...17