Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1751) sorted by relevance

12345678910>>...71

/arch/cris/include/arch-v32/arch/
Dunistd.h9 #define _syscall0(type,name) \ argument
10 type name(void) \
22 return (type) __a; \
24 return (type) -1; \
27 #define _syscall1(type,name,type1,arg1) \ argument
28 type name(type1 arg1) \
40 return (type) __a; \
42 return (type) -1; \
45 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
46 type name(type1 arg1,type2 arg2) \
[all …]
/arch/cris/include/arch-v10/arch/
Dunistd.h9 #define _syscall0(type,name) \ argument
10 type name(void) \
21 return (type) __a; \
23 return (type) -1; \
26 #define _syscall1(type,name,type1,arg1) \ argument
27 type name(type1 arg1) \
38 return (type) __a; \
40 return (type) -1; \
43 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
44 type name(type1 arg1,type2 arg2) \
[all …]
/arch/powerpc/math-emu/
Dmath.c233 int type = 0; in do_mathemu() local
240 case LFS: func = lfs; type = D; break; in do_mathemu()
241 case LFSU: func = lfs; type = DU; break; in do_mathemu()
242 case LFD: func = lfd; type = D; break; in do_mathemu()
243 case LFDU: func = lfd; type = DU; break; in do_mathemu()
244 case STFS: func = stfs; type = D; break; in do_mathemu()
245 case STFSU: func = stfs; type = DU; break; in do_mathemu()
246 case STFD: func = stfd; type = D; break; in do_mathemu()
247 case STFDU: func = stfd; type = DU; break; in do_mathemu()
251 case LFSX: func = lfs; type = XE; break; in do_mathemu()
[all …]
/arch/arm/mach-omap1/
Did.c37 u32 type; /* Cpu id bits [31:08], cpu class bits [07:00] */ member
44 { .jtag_id = 0xb574, .die_rev = 0x2, .omap_id = 0x03310315, .type = 0x03100000},
45 { .jtag_id = 0x355f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300100},
46 { .jtag_id = 0xb55f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300300},
47 { .jtag_id = 0xb62c, .die_rev = 0x1, .omap_id = 0x03320500, .type = 0x08500000},
48 { .jtag_id = 0xb470, .die_rev = 0x0, .omap_id = 0x03310100, .type = 0x15100000},
49 { .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x16100000},
50 { .jtag_id = 0xb576, .die_rev = 0x2, .omap_id = 0x03320100, .type = 0x16110000},
51 { .jtag_id = 0xb576, .die_rev = 0x3, .omap_id = 0x03320100, .type = 0x16100c00},
52 { .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320200, .type = 0x16100d00},
[all …]
/arch/sh/kernel/cpu/sh4/
Dprobe.c91 boot_cpu_data.type = CPU_SH7750; in cpu_probe()
96 boot_cpu_data.type = CPU_SH7750S; in cpu_probe()
101 boot_cpu_data.type = CPU_SH7751; in cpu_probe()
105 boot_cpu_data.type = CPU_SH7770; in cpu_probe()
110 boot_cpu_data.type = CPU_SH7781; in cpu_probe()
112 boot_cpu_data.type = CPU_SH7763; in cpu_probe()
114 boot_cpu_data.type = CPU_SH7780; in cpu_probe()
120 boot_cpu_data.type = CPU_SH7343; in cpu_probe()
124 boot_cpu_data.type = CPU_SH7785; in cpu_probe()
128 boot_cpu_data.type = CPU_SH7786; in cpu_probe()
[all …]
/arch/avr32/include/asm/
Dio.h79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument
81 pfx##write##bwl(type val, volatile void __iomem *addr) \
83 volatile type *__addr; \
84 type __val; \
89 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
94 static inline type pfx##read##bwl(const volatile void __iomem *addr) \
96 volatile type *__addr; \
97 type __val; \
101 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
[all …]
/arch/m68k/include/asm/
Dbootstd.h37 #define __bsc_return(type, res) \ argument
45 return (type)(res); \
48 #define _bsc0(type,name) \ argument
49 type name(void) \
56 __bsc_return(type,__res); \
59 #define _bsc1(type,name,atype,a) \ argument
60 type name(atype a) \
68 __bsc_return(type,__res); \
71 #define _bsc2(type,name,atype,a,btype,b) \ argument
72 type name(atype a, btype b) \
[all …]
/arch/mips/include/asm/
Dio.h313 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument
315 static inline void pfx##write##bwlq(type val, \
318 volatile type *__mem; \
319 type __val; \
327 if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) \
331 type __tmp; \
351 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
353 volatile type *__mem; \
354 type __val; \
358 if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) \
[all …]
/arch/x86/events/intel/
Duncore.h17 #define UNCORE_PCI_DEV_FULL_DATA(dev, func, type, idx) \ argument
18 ((dev << 24) | (func << 16) | (type << 8) | idx)
19 #define UNCORE_PCI_DEV_DATA(type, idx) ((type << 8) | idx) argument
90 struct intel_uncore_type *type; member
161 return box->pmu->type->box_ctl; in uncore_pci_box_ctl()
166 return box->pmu->type->fixed_ctl; in uncore_pci_fixed_ctl()
171 return box->pmu->type->fixed_ctr; in uncore_pci_fixed_ctr()
178 return idx * 8 + box->pmu->type->event_ctl; in uncore_pci_event_ctl()
180 return idx * 4 + box->pmu->type->event_ctl; in uncore_pci_event_ctl()
186 return idx * 8 + box->pmu->type->perf_ctr; in uncore_pci_perf_ctr()
[all …]
/arch/mips/fw/arc/
Dmemory.c66 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() argument
68 switch (type.arcs) { in memtype_classify_arcs()
86 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() argument
88 switch (type.arc) { in memtype_classify_arc()
106 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() argument
109 return memtype_classify_arcs(type); in prom_memtype_classify()
111 return memtype_classify_arc(type); in prom_memtype_classify()
125 i, p, p->base, p->pages, mtypes(p->type)); in prom_meminit()
134 long type; in prom_meminit() local
138 type = prom_memtype_classify(p->type); in prom_meminit()
[all …]
/arch/arm/mach-gemini/
Dmm.c25 .type = MT_DEVICE,
30 .type = MT_DEVICE,
35 .type = MT_DEVICE,
40 .type = MT_DEVICE,
45 .type = MT_DEVICE,
50 .type = MT_DEVICE,
55 .type = MT_DEVICE,
60 .type = MT_DEVICE,
65 .type = MT_DEVICE,
70 .type = MT_DEVICE,
[all …]
/arch/alpha/include/uapi/asm/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
42 ((type) << _IOC_TYPESHIFT) | \
47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/arch/powerpc/include/asm/
Demulated_ops.h63 extern void ppc_warn_emulated_print(const char *type);
65 #define __PPC_WARN_EMULATED(type) \ argument
67 atomic_inc(&ppc_emulated.type.val); \
69 ppc_warn_emulated_print(ppc_emulated.type.name); \
74 #define __PPC_WARN_EMULATED(type) do { } while (0) argument
78 #define PPC_WARN_EMULATED(type, regs) \ argument
82 __PPC_WARN_EMULATED(type); \
85 #define PPC_WARN_ALIGNMENT(type, regs) \ argument
89 __PPC_WARN_EMULATED(type); \
/arch/arm/mach-imx/
Dmach-pcm037_eet.c69 .type = EV_KEY,
75 .type = EV_KEY,
81 .type = EV_KEY,
87 .type = EV_KEY,
93 .type = EV_KEY,
99 .type = EV_KEY,
105 .type = EV_KEY,
111 .type = EV_KEY,
117 .type = EV_KEY,
123 .type = EV_KEY,
[all …]
/arch/sparc/kernel/
Dvio.c25 const char *type, *compat; in vio_match_device() local
28 type = dev->type; in vio_match_device()
32 while (matches->type[0] || matches->compat[0]) { in vio_match_device()
34 if (matches->type[0]) in vio_match_device()
35 match &= !strcmp(matches->type, type); in vio_match_device()
52 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug()
101 if (!strcmp(vdev->type, "vnet-port")) in devspec_show()
103 else if (!strcmp(vdev->type, "vdc-port")) in devspec_show()
113 return sprintf(buf, "%s\n", vdev->type); in type_show()
121 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show()
[all …]
/arch/sparc/include/uapi/asm/
Dioctl.h38 #define _IOC(dir,type,nr,size) \ argument
40 ((type) << _IOC_TYPESHIFT) | \
44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/arch/avr32/kernel/
Dsyscall-stubs.S18 .type __sys_rt_sigsuspend,@function
24 .type __sys_rt_sigreturn,@function
30 .type __sys_mmap2,@function
39 .type __sys_sendto,@function
48 .type __sys_recvfrom,@function
57 .type __sys_pselect6,@function
66 .type __sys_splice,@function
75 .type __sys_epoll_pwait,@function
84 .type __sys_sync_file_range,@function
93 .type __sys_fallocate,@function
[all …]
/arch/s390/hypfs/
Dhypfs_diag.c46 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size() argument
48 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__size()
54 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar() argument
56 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__npar()
62 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags() argument
64 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__flags()
70 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus() argument
72 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__pcpus()
80 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size() argument
82 if (type == DIAG204_INFO_SIMPLE) in part_hdr__size()
[all …]
/arch/x86/platform/intel-mid/device_libs/
Dplatform_pcal9555a.c31 char *type = i2c_info->type; in pcal9555a_platform_data() local
37 snprintf(base_pin_name, sizeof(base_pin_name), "%s_base", type); in pcal9555a_platform_data()
38 snprintf(intr_pin_name, sizeof(intr_pin_name), "%s_int", type); in pcal9555a_platform_data()
64 strcpy(type, "pcal9555a"); in pcal9555a_platform_data()
70 .type = SFI_DEV_TYPE_I2C,
77 .type = SFI_DEV_TYPE_I2C,
84 .type = SFI_DEV_TYPE_I2C,
91 .type = SFI_DEV_TYPE_I2C,
/arch/mips/lantiq/xway/
Dprom.c52 i->type = SOC_TYPE_DANUBE; in ltq_soc_detect()
58 i->type = SOC_TYPE_DANUBE; in ltq_soc_detect()
67 i->type = SOC_TYPE_AR9; in ltq_soc_detect()
74 i->type = SOC_TYPE_AR9; in ltq_soc_detect()
84 i->type = SOC_TYPE_AMAZON_SE; in ltq_soc_detect()
92 i->type = SOC_TYPE_VR9; in ltq_soc_detect()
99 i->type = SOC_TYPE_VR9; in ltq_soc_detect()
106 i->type = SOC_TYPE_VR9_2; in ltq_soc_detect()
112 i->type = SOC_TYPE_VRX220; in ltq_soc_detect()
119 i->type = SOC_TYPE_VR9_2; in ltq_soc_detect()
[all …]
/arch/m68k/coldfire/
Dintc-525x.c24 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_mask() local
27 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_mask()
29 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_mask()
37 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_unmask() local
40 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_unmask()
42 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_unmask()
50 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_ack() local
53 if (type & IRQ_TYPE_EDGE_RISING) in intc2_irq_gpio_ack()
55 if (type & IRQ_TYPE_EDGE_FALLING) in intc2_irq_gpio_ack()
/arch/arm/mach-iop32x/
Dn2100.c64 .type = MT_DEVICE
209 .type = PCA9532_TYPE_LED,
213 .type = PCA9532_TYPE_LED,
217 .type = PCA9532_TYPE_LED,
219 { .type = PCA9532_TYPE_NONE },
221 { .type = PCA9532_TYPE_NONE },
222 { .type = PCA9532_TYPE_NONE },
223 { .type = PCA9532_TYPE_NONE },
226 .type = PCA9532_TYPE_LED,
229 { .type = PCA9532_TYPE_NONE }, /* power OFF gpio */
[all …]
/arch/x86/kernel/cpu/mtrr/
Damd.c10 unsigned long *size, mtrr_type *type) in amd_get_mtrr() argument
20 *type = 0; in amd_get_mtrr()
22 *type = MTRR_TYPE_UNCACHABLE; in amd_get_mtrr()
24 *type = MTRR_TYPE_WRCOMB; in amd_get_mtrr()
59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr() argument
83 | (base << PAGE_SHIFT) | (type + 1); in amd_set_mtrr()
95 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page() argument
105 if (type > MTRR_TYPE_WRCOMB || size < (1 << (17 - PAGE_SHIFT)) in amd_validate_add_page()
/arch/arm/kernel/
Djump_label.c9 enum jump_label_type type, in __arch_jump_label_transform() argument
15 if (type == JUMP_LABEL_JMP) in __arch_jump_label_transform()
27 enum jump_label_type type) in arch_jump_label_transform() argument
29 __arch_jump_label_transform(entry, type, false); in arch_jump_label_transform()
33 enum jump_label_type type) in arch_jump_label_transform_static() argument
35 __arch_jump_label_transform(entry, type, true); in arch_jump_label_transform_static()
/arch/frv/mm/
Dhighmem.c38 int type; in kmap_atomic() local
42 type = kmap_atomic_idx_push(); in kmap_atomic()
45 switch (type) { in kmap_atomic()
56 return __kmap_atomic_secondary(type - 5, paddr); in kmap_atomic()
67 int type = kmap_atomic_idx(); in __kunmap_atomic() local
68 switch (type) { in __kunmap_atomic()
76 __kunmap_atomic_secondary(type - 5, kvaddr); in __kunmap_atomic()

12345678910>>...71