Searched refs:id (Results 1 - 25 of 10515) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dconsole.h15 extern long callback_getenv(long id, const char *buf, unsigned long buf_size);
16 extern long callback_setenv(long id, const char *buf, unsigned long buf_size);
H A Dgct.h15 gct_id id; member in struct:__gct6_node
/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c1121 SMC37c669_DEVICE_ID_REGISTER id;
1136 ** Read the device id
1138 id.as_uchar = SMC37c669_read_config( SMC37c669_DEVICE_ID_INDEX );
1144 ** Does the device id match? If so, assume we have found an
1147 if ( id.by_field.device_id == SMC37c669_DEVICE_ID ) {
1120 SMC37c669_DEVICE_ID_REGISTER id; local
/linux-master/arch/arm/include/asm/
H A Decard.h98 unsigned char id:4; /* Simple ID */ member in struct:in_ecid
183 * id : id number to find
184 * num: (n+1)'th id to find.
186 extern int ecard_readchunk (struct in_chunk_dir *cd, struct expansion_card *ec, int id, int num);
203 int (*probe)(struct expansion_card *, const struct ecard_id *id);
207 unsigned int id; member in struct:ecard_driver
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c46 u32 id[5]; local
48 id[0] = readl(CLPS711X_VIRT_BASE + UNIQID);
49 id[1] = readl(CLPS711X_VIRT_BASE + RANDID0);
50 id[2] = readl(CLPS711X_VIRT_BASE + RANDID1);
51 id[3] = readl(CLPS711X_VIRT_BASE + RANDID2);
52 id[4] = readl(CLPS711X_VIRT_BASE + RANDID3);
55 add_device_randomness(id, sizeof(id));
57 system_serial_low = id[0];
/linux-master/arch/arm/mach-ep93xx/
H A Ddma.c69 .id = -1,
100 .id = -1,
/linux-master/arch/arm/mach-omap2/
H A Dfb.c87 .id = -1,
H A Dsoc.h46 * SoC id bits (0730, 1510, 1710, 2422...) [31:16]
76 #define IS_OMAP_CLASS(class, id) \
79 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
84 #define IS_AM_CLASS(class, id) \
87 return (GET_AM_CLASS == (id)) ? 1 : 0; \
92 #define IS_TI_CLASS(class, id) \
95 return (GET_TI_CLASS == (id)) ? 1 : 0; \
100 #define IS_DRA_CLASS(class, id) \
103 return (GET_DRA_CLASS == (id)) ? 1 : 0; \
108 #define IS_OMAP_SUBCLASS(subclass, id) \
[all...]
H A Dvp.c138 vp->common->ops->clear_txdone(vp->id);
139 if (!vp->common->ops->check_txdone(vp->id))
160 omap_test_timeout(vp->common->ops->check_txdone(vp->id),
174 vp->common->ops->clear_txdone(vp->id);
175 if (!vp->common->ops->check_txdone(vp->id))
H A Dvp.h84 * @id: Unique identifier for VP instance.
97 u8 id; member in struct:omap_vp_instance
H A Dvp3xxx_data.c57 .id = OMAP3_VP_VDD_MPU_ID,
68 .id = OMAP3_VP_VDD_CORE_ID,
H A Dvp44xx_data.c56 .id = OMAP4_VP_VDD_MPU_ID,
67 .id = OMAP4_VP_VDD_IVA_ID,
78 .id = OMAP4_VP_VDD_CORE_ID,
/linux-master/arch/arm/mach-orion5x/
H A Dmv2120-setup.c70 .id = 0,
99 .id = -1,
177 .id = -1,
H A Dterastation_pro2-setup.c62 .id = 0,
H A Dts209-setup.c89 .id = 0,
224 .id = -1,
H A Dts409-setup.c109 .id = 0,
195 .id = -1,
230 .id = -1,
H A Dts78xx-fpga.h6 * get yer id's from http://ts78xx.digriz.org.uk/
38 unsigned int id; member in struct:ts78xx_fpga_data
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c159 .id = -1,
196 .id = -1,
210 .id = -1,
H A Djornada720.c181 .id = 0,
213 .id = 0,
225 .id = -1,
234 .id = -1,
248 .id = -1,
/linux-master/arch/m68k/amiga/
H A Dplatform.c66 static int __init z_dev_present(zorro_id id) argument
72 if (be16_to_cpu(rom->er_Manufacturer) == ZORRO_MANUF(id) &&
73 rom->er_Product == ZORRO_PROD(id))
82 static inline int z_dev_present(zorro_id id) { return 0; } argument
/linux-master/arch/m68k/coldfire/
H A Damcore.c64 .id = 0,
114 .id = -1,
124 .id = -1,
H A Dfirebee.c69 .id = 0,
H A Dnettel.c72 .id = 0,
78 .id = 1,
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S59 bfextu %d0{#4:#3},%d1 |extract coprocessor id
/linux-master/arch/m68k/include/asm/
H A Dnatfeat.h15 long nf_call(long id, ...);

Completed in 285 milliseconds

1234567891011>>