/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nv04_graph.c | 469 u32 handle, u16 class) in nv04_graph_object_new() 555 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_set_ref() 563 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_page_flip() 672 int class, op, valid = 1; in nv04_graph_set_ctx_val() local 717 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_set_operation() 732 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_surf3d_clip_h() 751 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_surf3d_clip_v() 770 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_bind_surf2d() 787 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_bind_surf2d_swzsurf() 808 u32 class, u32 mthd, u32 data) in nv04_graph_mthd_bind_nv01_patt() [all …]
|
D | nv50_graph.c | 303 u32 handle, u16 class) in nv50_graph_object_new() 344 u32 class, u32 mthd, u32 data) in nv50_graph_nvsw_dma_vblsem() 362 u32 class, u32 mthd, u32 data) in nv50_graph_nvsw_vblsem_offset() 373 u32 class, u32 mthd, u32 data) in nv50_graph_nvsw_vblsem_release_val() 381 u32 class, u32 mthd, u32 data) in nv50_graph_nvsw_vblsem_release() 399 u32 class, u32 mthd, u32 data) in nv50_graph_nvsw_mthd_page_flip() 718 u32 class = nv_rd32(dev, 0x400814); in nv50_pgraph_trap_handler() local 745 u32 class = nv_rd32(dev, 0x400814); in nv50_pgraph_trap_handler() local 933 u32 class = nv_rd32(dev, 0x400814); in nv50_graph_isr() local
|
D | nouveau_object.c | 55 nouveau_gpuobj_class_new(struct drm_device *dev, u32 class, u32 engine) in nouveau_gpuobj_class_new() 72 nouveau_gpuobj_mthd_new(struct drm_device *dev, u32 class, u32 mthd, in nouveau_gpuobj_mthd_new() argument 99 u32 class, u32 mthd, u32 data) in nouveau_gpuobj_mthd_call() 120 u32 class, u32 mthd, u32 data) in nouveau_gpuobj_mthd_call2() 393 nv50_gpuobj_dma_init(struct nouveau_gpuobj *obj, u32 offset, int class, in nv50_gpuobj_dma_init() 444 nv50_gpuobj_dma_new(struct nouveau_channel *chan, int class, u64 base, u64 size, in nv50_gpuobj_dma_new() 461 nouveau_gpuobj_dma_new(struct nouveau_channel *chan, int class, u64 base, in nouveau_gpuobj_dma_new() 595 nouveau_gpuobj_sw_new(struct nouveau_channel *chan, u32 handle, u16 class) in nouveau_gpuobj_sw_new() 620 nouveau_gpuobj_gr_new(struct nouveau_channel *chan, u32 handle, int class) in nouveau_gpuobj_gr_new()
|
D | nv10_graph.c | 674 int class = nv_rd32(dev, NV10_PGRAPH_CTX_CACHE(i, 0)) & 0xfff; in nv10_graph_load_dma_vtxbuf() local 974 u32 class, u32 mthd, u32 data) in nv17_graph_mthd_lma_window() 1050 u32 class, u32 mthd, u32 data) in nv17_graph_mthd_lma_enable() 1091 u32 class = nv_rd32(dev, 0x400160 + subc * 4) & 0xfff; in nv10_graph_isr() local
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | beat_spu_priv1.c | 27 static inline void _int_mask_set(struct spu *spu, int class, u64 mask) in _int_mask_set() 33 static inline u64 _int_mask_get(struct spu *spu, int class) in _int_mask_get() 38 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 43 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 48 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 55 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 62 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 67 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
|
D | spu_priv1_mmio.c | 39 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 47 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 55 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 60 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 65 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 70 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
|
/linux-3.3/include/linux/ |
D | device.h | 336 struct class { struct 340 struct class_attribute *class_attrs; argument 348 void (*class_release)(struct class *class); argument 369 extern int __must_check __class_register(struct class *class, argument 375 #define class_register(class) \ argument 440 struct class *class; member 682 struct class *class; member
|
/linux-3.3/arch/avr32/boards/merisc/ |
D | merisc_sysfs.c | 21 static ssize_t merisc_model_show(struct class *class, char *buf) in merisc_model_show() 31 static ssize_t merisc_revision_show(struct class *class, char *buf) in merisc_revision_show()
|
/linux-3.3/kernel/ |
D | lockdep_proc.c | 40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 59 struct lock_class *class = list_entry(v, struct lock_class, lock_entry); in l_show() local 140 struct lock_class *class; in lc_show() local 220 struct lock_class *class; in lockdep_stats_show() local 366 struct lock_class *class; member 429 struct lock_class *class; in seq_stats() local 596 struct lock_class *class; in lock_stat_open() local 628 struct lock_class *class; in lock_stat_write() local
|
D | lockdep.c | 204 struct lock_class_stats lock_stats(struct lock_class *class) in lock_stats() 233 void clear_lock_stats(struct lock_class *class) in clear_lock_stats() 247 static struct lock_class_stats *get_lock_stats(struct lock_class *class) in get_lock_stats() 352 static int class_filter(struct lock_class *class) in class_filter() 368 static int verbose(struct lock_class *class) in verbose() 475 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit) in get_usage_char() 490 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS]) in get_usage_chars() 503 static void __print_lock_name(struct lock_class *class) in __print_lock_name() 521 static void print_lock_name(struct lock_class *class) in print_lock_name() 576 static int very_verbose(struct lock_class *class) in very_verbose() [all …]
|
D | lockdep_internals.h | 101 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps() 106 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps()
|
/linux-3.3/arch/powerpc/include/asm/ |
D | spu_priv1.h | 57 spu_int_mask_and (struct spu *spu, int class, u64 mask) in spu_int_mask_and() 63 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or() 69 spu_int_mask_set (struct spu *spu, int class, u64 mask) in spu_int_mask_set() 75 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get() 81 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear() 87 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get()
|
/linux-3.3/drivers/uwb/ |
D | driver.c | 77 ssize_t beacon_timeout_ms_show(struct class *class, in beacon_timeout_ms_show() 85 ssize_t beacon_timeout_ms_store(struct class *class, in beacon_timeout_ms_store()
|
/linux-3.3/drivers/base/ |
D | class.c | 65 struct class *class = cp->class; in class_release() local 81 struct class *class = cp->class; in class_child_ns_type() local 304 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class, in class_dev_iter_init() 375 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() 422 struct device *class_find_device(struct class *class, struct device *start, in class_find_device() 498 ssize_t show_class_attr_string(struct class *class, in show_class_attr_string()
|
D | core.c | 453 struct class *class = dev->class; in device_add_attrs() local 493 struct class *class = dev->class; in device_remove_attrs() local 669 struct class *class; member 694 class_dir_create_and_add(struct class *class, struct kobject *parent_kobj) in class_dir_create_and_add() 1513 struct device *device_create_vargs(struct class *class, struct device *parent, in device_create_vargs() 1575 struct device *device_create(struct class *class, struct device *parent, in device_create() 1603 void device_destroy(struct class *class, dev_t devt) in device_destroy()
|
/linux-3.3/drivers/net/fddi/skfp/ |
D | queue.c | 42 void queue_event(struct s_smc *smc, int class, int event) in queue_event() 76 int class ; in ev_dispatcher() local
|
/linux-3.3/drivers/isdn/sc/ |
D | message.c | 86 unsigned int class, in sendmessage() 171 unsigned char class, in send_and_receive()
|
/linux-3.3/arch/alpha/kernel/ |
D | err_impl.h | 16 u16 class; member 26 u16 class; member
|
/linux-3.3/arch/powerpc/platforms/ps3/ |
D | spu.c | 479 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 488 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 496 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 503 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 508 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 516 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
|
/linux-3.3/arch/parisc/math-emu/ |
D | fpudispatch.c | 196 u_int class, subop; in fpudispatch() local 251 u_int class, subop, major; in emfpudispatch() local 287 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) in decode_0c() 704 decode_0e(ir,class,subop,fpregs) in decode_0e() argument
|
/linux-3.3/include/linux/i2c/ |
D | pxa-i2c.h | 67 unsigned int class; member
|
/linux-3.3/net/dsa/ |
D | dsa.c | 231 static int dev_is_class(struct device *dev, void *class) in dev_is_class() 239 static struct device *dev_find_class(struct device *parent, char *class) in dev_find_class()
|
/linux-3.3/arch/powerpc/kernel/ |
D | mpc7450-pmu.c | 157 int pmc, class; in mpc7450_get_constraint() local 268 int i, j, class, tuse; in mpc7450_compute_mmcr() local
|
/linux-3.3/drivers/pci/ |
D | pci-stub.c | 58 subdevice = PCI_ANY_ID, class=0, class_mask=0; in pci_stub_init() local
|
/linux-3.3/arch/x86/kernel/ |
D | early-quirks.c | 201 u32 class; member 240 u16 class; in check_dev_quirk() local
|