Searched refs:id (Results 51 - 75 of 10515) sorted by path

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c147 u32 *id, *size; local
188 id = kcalloc(count, sizeof(*id), GFP_KERNEL);
189 if (!id) {
191 "id\n");
209 if (of_property_read_u32_array(sysparam, "param-id", id, count)) {
210 pr_err("SYSPARAM: Missing property param-id in the DT\n");
241 attr[i].param_id = id[i];
274 kfree(id);
[all...]
/linux-master/arch/s390/include/asm/
H A Dchpid.h30 return (a->id == b->id) && (a->cssid == b->cssid);
35 if (chpid->id < __MAX_CHPID)
36 chpid->id++;
38 chpid->id = 0;
/linux-master/arch/s390/include/uapi/asm/
H A Dchpid.h19 __u8 id; member in struct:chp_id
H A Dchsc.h78 struct conf_id id; member in struct:chsc_conf_info
/linux-master/arch/s390/kvm/
H A Dtrace.h22 #define VCPU_FIELD_COMMON __field(int, id) \
26 __entry->id = vcpu->vcpu_id; \
31 TP_printk("%02d[%016lx-%016lx]: " p_str, __entry->id, \
/linux-master/arch/sh/boards/
H A Dboard-apsh4a3a.c98 .id = -1,
H A Dboard-apsh4ad0a.c50 .id = -1,
H A Dboard-edosk7705.c52 .id = -1,
H A Dboard-edosk7760.c100 .id = 1,
122 .id = 0,
147 .id = -1,
H A Dboard-polaris.c58 .id = 0,
81 .id = -1,
H A Dboard-urquell.c61 .id = -1,
/linux-master/arch/sh/boards/mach-highlander/
H A Dpsw.c67 .id = 0,
85 .id = 1,
103 .id = 2,
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dsetup.c44 .id = -1,
51 .id = -1,
100 .id = -1,
/linux-master/arch/sh/boards/mach-landisk/
H A Dpsw.c91 .id = 0,
101 .id = 1,
111 .id = 2,
121 .id = 3,
/linux-master/arch/sh/boards/mach-lboxre2/
H A Dsetup.c37 .id = -1,
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c51 .id = -1,
88 .id = -1,
106 .id = -1,
176 .id = -1,
220 .id = -1,
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c42 .id = -1,
80 .id = -1,
H A Ddevices-rsk7264.c38 .id = -1,
H A Ddevices-rsk7269.c40 .id = -1,
H A Dsetup.c58 .id = -1,
/linux-master/arch/sh/boards/mach-sdk7780/
H A Dsetup.c29 .id = -1,
51 .id = 0,
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c35 .id = -1,
70 .id = -1,
86 .id = 0,
99 .id = 1,
/linux-master/arch/sh/boards/mach-se/7206/
H A Dsetup.c39 .id = -1,
64 .id = -1,
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c24 .id = -1,
92 .id = PLAT8250_DEV_PLATFORM,
131 .id = -1,
/linux-master/arch/sh/boards/mach-se/770x/
H A Dsetup.c88 .id = -1,
108 .id = -1,
144 .id = 0,
172 .id = 1,

Completed in 251 milliseconds

1234567891011>>