Searched refs:_id (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Dcputype.h16 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x84; })
23 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x80; })
30 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x58; })
H A Ddevices.h19 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
23 .id = _id, \
30 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
34 .id = _id, \
41 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
45 .id = _id, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dhardware.h108 unsigned int _id = (id) & 0xf3f0; \
109 _id == 0x2120; \
114 unsigned int _id = (id) & 0xf3ff; \
115 _id <= 0x2105; \
120 unsigned int _id = (id) & 0xffff; \
121 _id == 0x2d06; \
126 unsigned int _id = (id) & 0xf300; \
127 _id == 0x2100; \
139 unsigned int _id = (id) >> 4 & 0xfff; \
140 _id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmod_devicetable.h479 #define MDIO_ID_ARGS(_id) \
480 (_id)>>31, ((_id)>>30) & 1, ((_id)>>29) & 1, ((_id)>>28) & 1, \
481 ((_id)>>27) & 1, ((_id)>>26) & 1, ((_id)>>25) & 1, ((_id)>>24) & 1, \
482 ((_id)>>2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dmax8925-regulator.c168 #define MAX8925_SDV(_id, min, max, step) \
171 .name = "SDV" #_id, \
174 .id = MAX8925_ID_SD##_id, \
180 .vol_reg = MAX8925_SDV##_id, \
183 .enable_reg = MAX8925_SDCTL##_id, \
187 #define MAX8925_LDO(_id, min, max, step) \
190 .name = "LDO" #_id, \
193 .id = MAX8925_ID_LDO##_id, \
199 .vol_reg = MAX8925_LDOVOUT##_id, \
202 .enable_reg = MAX8925_LDOCTL##_id, \
[all...]
H A Dda903x.c387 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \
390 .name = "LDO" #_id, \
393 .id = _pmic##_ID_LDO##_id, \
407 #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
410 .name = #_id, \
413 .id = _pmic##_ID_##_id, \
429 #define DA9034_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \
430 DA903x_LDO(DA9034, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
432 #define DA9030_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \
433 DA903x_LDO(DA9030, _id, mi
[all...]
H A Dab8500.c265 #define AB8500_LDO(_id, min, max, reg, reg_mask, reg_enable, \
270 .name = "LDO-" #_id, \
273 .id = AB8500_LDO_##_id, \
288 #define AB8500_FIXED_LDO(_id, fixed, reg, reg_mask, \
292 .name = "LDO-" #_id, \
295 .id = AB8500_LDO_##_id, \
H A Dtps6586x-regulator.c233 #define TPS6586X_REGULATOR(_id, vdata, _ops, vreg, shift, nbits, \
237 .name = "REG-" #_id, \
240 .id = TPS6586X_ID_##_id, \
254 #define TPS6586X_LDO(_id, vdata, vreg, shift, nbits, \
256 TPS6586X_REGULATOR(_id, vdata, ldo_ops, vreg, shift, nbits, \
259 #define TPS6586X_DVM(_id, vdata, vreg, shift, nbits, \
261 TPS6586X_REGULATOR(_id, vdata, dvm_ops, vreg, shift, nbits, \
H A D88pm8607.c357 #define PM8607_LDO(_id, vreg, shift, nbits, ereg, ebit) \
360 .name = "LDO" #_id, \
363 .id = PM8607_ID_LDO##_id, \
372 .vol_table = (unsigned int *)&LDO##_id##_table, \
373 .vol_suspend = (unsigned int *)&LDO##_id##_suspend_table, \
H A Dpcf50633-regulator.c27 #define PCF50633_REGULATOR(_name, _id, _n) \
30 .id = _id, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dclock-cpg.c38 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c94 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7780.c100 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7757.c103 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-shx3.c110 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas.c194 int _id = -1; local
199 _id = id.uid;
203 _id = id.gid;
212 get_quota_command, path, qtype, _id);
345 int _id = -1; local
350 _id = id.uid;
354 _id = id.gid;
365 set_quota_command, path, qtype, _id, dp->qflags,
374 set_quota_command, path, qtype, _id, dp->qflags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dcdaudwin.tex20 MCIDEVICEID dev\_id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c151 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dvreg.c34 #define VREG(_name, _id, _status, _refcnt) \
35 { .name = _name, .id = _id, .status = _status, .refcnt = _refcnt }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dplatform.c258 #define JZ4740_UART_DATA(_id) \
265 .mapbase = JZ4740_UART ## _id ## _BASE_ADDR, \
266 .irq = JZ4740_IRQ_UART ## _id, \
H A Ddma.c107 #define JZ4740_DMA_CHANNEL(_id) { .id = _id }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dmax1111.c104 #define MAX1111_ADC_ATTR(_id) \
105 SENSOR_DEVICE_ATTR(adc##_id##_in, S_IRUGO, show_adc, NULL, _id)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dclock-sh7367.c262 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
263 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk }
H A Dclock-sh7377.c270 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
271 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c65 #define DEFINE_DEV(_name, _id) \
66 static u64 _name##_id##_dma_mask = DMA_BIT_MASK(32); \
67 static struct platform_device _name##_id##_device = { \
69 .id = _id, \
71 .dma_mask = &_name##_id##_dma_mask, \
74 .resource = _name##_id##_resource, \
75 .num_resources = ARRAY_SIZE(_name##_id##_resource), \
77 #define DEFINE_DEV_DATA(_name, _id) \
78 static u64 _name##_id##_dma_mask = DMA_BIT_MASK(32); \
79 static struct platform_device _name##_id##_devic
[all...]

Completed in 370 milliseconds

12