Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 92) sorted by relevance

1234

/arch/arm/mach-omap2/
A Domap_hwmod_2xxx_ipblock_data.c167 .class = &l3_hwmod_class,
174 .class = &l4_hwmod_class,
181 .class = &l4_hwmod_class,
188 .class = &mpu_hwmod_class,
369 .class = &omap2_uart_class,
385 .class = &omap2_uart_class,
401 .class = &omap2_uart_class,
545 .class = &omap2xxx_mcspi_class,
559 .class = &omap2xxx_mcspi_class,
638 .class = &omap2xxx_sham_class,
[all …]
A Domap_hwmod_81xx_data.c105 .class = &l3_hwmod_class,
112 .class = &l3_hwmod_class,
119 .class = &l3_hwmod_class,
130 .class = &l4_hwmod_class,
142 .class = &l4_hwmod_class,
164 .class = &mpu_hwmod_class,
279 .class = &uart_class,
300 .class = &uart_class,
321 .class = &uart_class,
396 .class = &i2c_class,
[all …]
A Domap_hwmod_3xxx_data.c50 .class = &l3_hwmod_class,
57 .class = &l4_hwmod_class,
64 .class = &l4_hwmod_class,
71 .class = &l4_hwmod_class,
78 .class = &l4_hwmod_class,
86 .class = &mpu_hwmod_class,
99 .class = &iva_hwmod_class,
351 .class = &omap2_uart_class,
607 .class = &i2c_class,
622 .class = &i2c_class,
[all …]
A Domap_hwmod.c318 if (oh->class->lock) in _write_sysconfig()
319 oh->class->lock(oh); in _write_sysconfig()
2563 if (!oh || !oh->name || !oh->class || !oh->class->name || in _register()
3418 if (oh->class->name && strcmp(oh->class->name, data->name)) { in omap_hwmod_allocate_module()
3419 class = kmemdup(oh->class, sizeof(*oh->class), GFP_KERNEL); in omap_hwmod_allocate_module()
3420 if (!class) in omap_hwmod_allocate_module()
3441 if (class) in omap_hwmod_allocate_module()
3442 oh->class = class; in omap_hwmod_allocate_module()
3456 kfree(class); in omap_hwmod_allocate_module()
3539 oh->class = kzalloc(sizeof(*oh->class), GFP_KERNEL); in omap_hwmod_init_module()
[all …]
A Domap_hwmod_2430_data.c47 .class = &iva_hwmod_class,
90 .class = &i2c_class,
105 .class = &i2c_class,
120 .class = &omap2xxx_gpio_hwmod_class,
148 .class = &omap2xxx_mcspi_class,
180 .class = &usbotg_class,
215 .class = &omap2430_mcbsp_hwmod_class,
231 .class = &omap2430_mcbsp_hwmod_class,
332 .class = &omap2430_mmc_class,
353 .class = &omap2430_mmc_class,
[all …]
A Domap_hwmod_2420_data.c51 .class = &iva1_hwmod_class,
70 .class = &dsp_hwmod_class,
103 .class = &i2c_class,
123 .class = &i2c_class,
130 .class = &omap2xxx_mailbox_hwmod_class,
158 .class = &omap2420_mcbsp_hwmod_class,
174 .class = &omap2420_mcbsp_hwmod_class,
204 .class = &omap2420_msdi_hwmod_class,
227 .class = &omap2_hdq1w_class,
A Dwd_timer.c86 oh->class->sysc->syss_offs) in omap2_wd_timer_reset()
90 if (oh->class->sysc->srst_udelay) in omap2_wd_timer_reset()
91 udelay(oh->class->sysc->srst_udelay); in omap2_wd_timer_reset()
A Dsoc.h76 #define IS_OMAP_CLASS(class, id) \ argument
77 static inline int is_omap ##class (void) \
84 #define IS_AM_CLASS(class, id) \ argument
85 static inline int is_am ##class (void) \
92 #define IS_TI_CLASS(class, id) \ argument
93 static inline int is_ti ##class (void) \
100 #define IS_DRA_CLASS(class, id) \ argument
101 static inline int is_dra ##class (void) \
/arch/powerpc/include/asm/
A Dspu_priv1.h23 u64 (*int_mask_get) (struct spu *spu, int class);
25 u64 (*int_stat_get) (struct spu *spu, int class);
47 spu_priv1_ops->int_mask_and(spu, class, mask); in spu_int_mask_and()
51 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or() argument
53 spu_priv1_ops->int_mask_or(spu, class, mask); in spu_int_mask_or()
59 spu_priv1_ops->int_mask_set(spu, class, mask); in spu_int_mask_set()
63 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get() argument
65 return spu_priv1_ops->int_mask_get(spu, class); in spu_int_mask_get()
71 spu_priv1_ops->int_stat_clear(spu, class, stat); in spu_int_stat_clear()
75 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get() argument
[all …]
/arch/powerpc/perf/
A Dmpc7450-pmu.c153 int pmc, class; in mpc7450_get_constraint() local
158 if (class < 0) in mpc7450_get_constraint()
160 if (class == 4) { in mpc7450_get_constraint()
165 mask = classbits[class][0]; in mpc7450_get_constraint()
166 value = classbits[class][1]; in mpc7450_get_constraint()
266 int i, j, class, tuse; in mpc7450_compute_mmcr() local
279 if (class < 0) in mpc7450_compute_mmcr()
281 j = n_classevent[class]++; in mpc7450_compute_mmcr()
282 event_index[class][j] = i; in mpc7450_compute_mmcr()
286 for (class = N_CLASSES - 1; class >= 0; --class) { in mpc7450_compute_mmcr()
[all …]
/arch/alpha/kernel/
A Derr_common.c96 if (header->class != EL_CLASS__HEADER) { in el_process_header_subpacket()
99 header->class, header->type); in el_process_header_subpacket()
134 header->class, header->type); in el_process_header_subpacket()
142 header->class, header->type); in el_process_header_subpacket()
162 for (; h && h->class != header->class; h = h->next); in el_process_subpacket_reg()
199 switch(header->class) { in el_process_subpacket()
211 header->class, header->type); in el_process_subpacket()
226 if (a->class == header->class && in el_annotate_subpacket()
252 for (err = 0; header && (header->class != EL_CLASS__TERMINATION); err++) in cdl_process_console_data_log()
287 if ((a->class == new->class && a->type == new->type) || in cdl_register_subpacket_annotation()
[all …]
A Derr_ev7.c33 if (el_ptr->class != EL_CLASS__HEADER || in ev7_collect_logout_frame_subpackets()
46 if (el_ptr->class != EL_CLASS__PAL || in ev7_collect_logout_frame_subpackets()
65 if (subpacket->class != EL_CLASS__PAL) { in ev7_collect_logout_frame_subpackets()
68 err_print_prefix, subpacket->class, i); in ev7_collect_logout_frame_subpackets()
239 if (header->class != EL_CLASS__PAL) { in ev7_process_pal_subpacket()
242 header->class, header->type); in ev7_process_pal_subpacket()
A Dpci.c66 dev->class = PCI_CLASS_BRIDGE_ISA << 8; in quirk_isa_bridge()
77 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE) { in quirk_cypress()
95 if (dev->class >> 8 == PCI_CLASS_BRIDGE_ISA) { in quirk_cypress()
111 unsigned int class = dev->class >> 8; in pcibios_fixup_final() local
113 if (class == PCI_CLASS_BRIDGE_ISA || class == PCI_CLASS_BRIDGE_EISA) { in pcibios_fixup_final()
259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
A Derr_impl.h19 u16 class; member
29 u16 class; member
/arch/arm64/boot/dts/renesas/
A Dr8a779g3-sparrow-hawk-fan-pwm.dtso12 * r8a779g3-sparrow-hawk$ grep -H . /sys/class/hwmon/hwmon?/name
13 * /sys/class/hwmon/hwmon0/name:sensor1_thermal
14 * /sys/class/hwmon/hwmon1/name:sensor2_thermal
15 * /sys/class/hwmon/hwmon2/name:sensor3_thermal
16 * /sys/class/hwmon/hwmon3/name:sensor4_thermal
17 * /sys/class/hwmon/hwmon4/name:pwmfan
22 * r8a779g3-sparrow-hawk$ echo 2 > /sys/class/hwmon/hwmon4/pwm1_enable
26 * r8a779g3-sparrow-hawk$ echo 101 > /sys/class/hwmon/hwmon4/pwm1
/arch/x86/kvm/vmx/
A Dtdx_arch.h14 #define __BUILD_TDX_FIELD(non_arch, class, field) \ argument
16 ((u64)(class) << TDX_CLASS_SHIFT) | \
19 #define BUILD_TDX_FIELD(class, field) \ argument
20 __BUILD_TDX_FIELD(false, (class), (field))
22 #define BUILD_TDX_FIELD_NON_ARCH(class, field) \ argument
23 __BUILD_TDX_FIELD(true, (class), (field))
/arch/powerpc/platforms/ps3/
A Dspu.c467 old_mask = spu_int_mask_get(spu, class); in int_mask_and()
468 spu_int_mask_set(spu, class, old_mask & mask); in int_mask_and()
471 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() argument
475 old_mask = spu_int_mask_get(spu, class); in int_mask_or()
476 spu_int_mask_set(spu, class, old_mask | mask); in int_mask_or()
481 spu_pdata(spu)->cache.masks[class] = mask; in int_mask_set()
482 lv1_set_spe_interrupt_mask(spu_pdata(spu)->spe_id, class, in int_mask_set()
483 spu_pdata(spu)->cache.masks[class]); in int_mask_set()
486 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() argument
488 return spu_pdata(spu)->cache.masks[class]; in int_mask_get()
[all …]
/arch/powerpc/kernel/
A Dpci-hotplug.c101 u32 class = 0; in traverse_siblings_and_scan_slot() local
103 if (!of_property_read_u32(start->child, "class-code", &class)) { in traverse_siblings_and_scan_slot()
105 if (!((class >> 8) == PCI_CLASS_BRIDGE_PCI)) { in traverse_siblings_and_scan_slot()
114 class = 0; in traverse_siblings_and_scan_slot()
116 if (!of_property_read_u32(start->child, "class-code", &class)) { in traverse_siblings_and_scan_slot()
118 if ((class >> 8) == PCI_CLASS_BRIDGE_PCI) { in traverse_siblings_and_scan_slot()
/arch/x86/ia32/
A DMakefile6 audit-class-$(CONFIG_AUDIT) := audit.o
7 obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
/arch/mips/include/asm/
A Dmips_mt.h26 struct class;
27 extern const struct class mt_class;
/arch/powerpc/kvm/
A Dguest-state-buffer.c324 int class; in kvmppc_gse_flatten_iden() local
326 class = kvmppc_gsid_class(iden); in kvmppc_gse_flatten_iden()
328 if (class == KVMPPC_GS_CLASS_GUESTWIDE) { in kvmppc_gse_flatten_iden()
335 if (class == KVMPPC_GS_CLASS_HOSTWIDE) { in kvmppc_gse_flatten_iden()
342 if (class == KVMPPC_GS_CLASS_META) { in kvmppc_gse_flatten_iden()
349 if (class == KVMPPC_GS_CLASS_DWORD_REG) { in kvmppc_gse_flatten_iden()
356 if (class == KVMPPC_GS_CLASS_WORD_REG) { in kvmppc_gse_flatten_iden()
363 if (class == KVMPPC_GS_CLASS_VECTOR) { in kvmppc_gse_flatten_iden()
370 if (class == KVMPPC_GS_CLASS_INTR) { in kvmppc_gse_flatten_iden()
/arch/powerpc/platforms/book3s/
A Dvas-api.c48 struct class *class; member
622 coproc_device.class = class_create(name); in vas_register_coproc_api()
623 if (IS_ERR(coproc_device.class)) { in vas_register_coproc_api()
624 rc = PTR_ERR(coproc_device.class); in vas_register_coproc_api()
628 coproc_device.class->devnode = coproc_devnode; in vas_register_coproc_api()
642 coproc_device.device = device_create(coproc_device.class, NULL, in vas_register_coproc_api()
657 class_destroy(coproc_device.class); in vas_register_coproc_api()
669 device_destroy(coproc_device.class, devno); in vas_unregister_coproc_api()
671 class_destroy(coproc_device.class); in vas_unregister_coproc_api()
/arch/mips/pci/
A Dfixup-cobalt.c57 (dev->class >> 8) == PCI_CLASS_MEMORY_OTHER) { in qube_raq_galileo_early_fixup()
59 dev->class = (PCI_CLASS_BRIDGE_HOST << 8) | (dev->class & 0xff); in qube_raq_galileo_early_fixup()
/arch/parisc/math-emu/
A Dfpudispatch.c184 u_int class, subop; in fpudispatch() local
194 class = get_class(ir); in fpudispatch()
195 if (class == 1) { in fpudispatch()
239 u_int class, subop, major; in emfpudispatch() local
248 class = get_class(ir); in emfpudispatch()
249 if (class == 1) { in emfpudispatch()
298 switch (class) { in decode_0c()
721 u_int ir,class,subop; in decode_0e()
737 if (t == 0 && class != 2)
750 if (class != 1)
[all …]
/arch/arm/kernel/
A Dbios32.c148 dev->class &= 0xff; in pci_fixup_dec21285()
149 dev->class |= PCI_CLASS_BRIDGE_HOST << 8; in pci_fixup_dec21285()
166 if ((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) in pci_fixup_ide_bases()
205 if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE) { in pci_fixup_cy82c693()
208 if (dev->class & 0x80) { /* primary */ in pci_fixup_cy82c693()
297 switch (dev->class >> 8) { in pcibios_fixup_bus()

Completed in 53 milliseconds

1234