/arch/arm/mach-pxa/include/mach/ |
D | hardware.h | 104 #define __cpu_is_pxa210(id) \ argument 110 #define __cpu_is_pxa250(id) \ argument 116 #define __cpu_is_pxa255(id) \ argument 122 #define __cpu_is_pxa25x(id) \ argument 128 #define __cpu_is_pxa210(id) (0) argument 129 #define __cpu_is_pxa250(id) (0) argument 130 #define __cpu_is_pxa255(id) (0) argument 131 #define __cpu_is_pxa25x(id) (0) argument 135 #define __cpu_is_pxa27x(id) \ argument 141 #define __cpu_is_pxa27x(id) (0) argument [all …]
|
/arch/arm/mach-mmp/ |
D | pxa168.h | 49 static inline int pxa168_add_uart(int id) in pxa168_add_uart() 65 static inline int pxa168_add_twsi(int id, struct i2c_pxa_platform_data *data, in pxa168_add_twsi() 85 static inline int pxa168_add_pwm(int id) in pxa168_add_pwm() 101 static inline int pxa168_add_ssp(int id) in pxa168_add_ssp()
|
D | pxa910.h | 35 static inline int pxa910_add_uart(int id) in pxa910_add_uart() 50 static inline int pxa910_add_twsi(int id, struct i2c_pxa_platform_data *data, in pxa910_add_twsi() 70 static inline int pxa910_add_pwm(int id) in pxa910_add_pwm()
|
D | mmp2.h | 37 static inline int mmp2_add_uart(int id) in mmp2_add_uart() 53 static inline int mmp2_add_twsi(int id, struct i2c_pxa_platform_data *data, in mmp2_add_twsi() 77 static inline int mmp2_add_sdhost(int id, struct sdhci_pxa_platdata *data) in mmp2_add_sdhost()
|
/arch/mips/bcm63xx/ |
D | timer.c | 57 int bcm63xx_timer_enable(int id) in bcm63xx_timer_enable() 81 int bcm63xx_timer_disable(int id) in bcm63xx_timer_disable() 105 int bcm63xx_timer_register(int id, void (*callback)(void *data), void *data) in bcm63xx_timer_register() 130 void bcm63xx_timer_unregister(int id) in bcm63xx_timer_unregister() 151 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us) in bcm63xx_timer_set()
|
D | dev-uart.c | 52 int __init bcm63xx_uart_register(unsigned int id) in bcm63xx_uart_register()
|
/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 109 static unsigned int steal_context_smp(unsigned int id) in steal_context_smp() 169 unsigned int id; in steal_all_contexts() local 204 static unsigned int steal_context_up(unsigned int id) in steal_context_up() 233 unsigned int id, nrf, nact; in context_check_map() local 264 unsigned int id; in switch_mmu_context() local 392 unsigned int id; in destroy_context() local
|
/arch/mips/ralink/ |
D | reset.c | 26 unsigned long id) in ralink_assert_device() 41 unsigned long id) in ralink_deassert_device() 56 unsigned long id) in ralink_reset_device()
|
/arch/s390/kernel/ |
D | debug.c | 422 debug_info_t *id; in debug_next_entry() local 604 static void _debug_register(debug_info_t *id) in _debug_register() 696 static void _debug_unregister(debug_info_t *id) in _debug_unregister() 724 void debug_unregister(debug_info_t *id) in debug_unregister() 740 static int debug_set_size(debug_info_t *id, int nr_areas, int pages_per_area) in debug_set_size() 775 void debug_set_level(debug_info_t *id, int new_level) in debug_set_level() 799 static inline void proceed_active_entry(debug_info_t *id) in proceed_active_entry() 814 static inline void proceed_active_area(debug_info_t *id) in proceed_active_area() 823 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry() 871 static inline void debug_finish_entry(debug_info_t *id, debug_entry_t *active, in debug_finish_entry() [all …]
|
/arch/arm/mach-omap2/ |
D | pm.h | 88 #define IS_PM34XX_ERRATUM(id) (pm34xx_errata & (id)) argument 91 #define IS_PM34XX_ERRATUM(id) 0 argument 101 #define IS_PM44XX_ERRATUM(id) (pm44xx_errata & (id)) argument 103 #define IS_PM44XX_ERRATUM(id) 0 argument
|
D | soc.h | 76 #define IS_OMAP_CLASS(class, id) \ argument 84 #define IS_AM_CLASS(class, id) \ argument 92 #define IS_TI_CLASS(class, id) \ argument 100 #define IS_DRA_CLASS(class, id) \ argument 108 #define IS_OMAP_SUBCLASS(subclass, id) \ argument 114 #define IS_TI_SUBCLASS(subclass, id) \ argument 120 #define IS_AM_SUBCLASS(subclass, id) \ argument 126 #define IS_DRA_SUBCLASS(subclass, id) \ argument 134 #define IS_DRA_SUBCLASS_PACKAGE(subclass, package, id) \ argument 223 #define IS_OMAP_TYPE(type, id) \ argument
|
/arch/m68k/emu/ |
D | natfeat.c | 68 long id = nf_get_id("NF_SHUTDOWN"); in nf_poweroff() local 76 unsigned long id, version; in nf_init() local
|
/arch/sh/drivers/ |
D | platform_early.c | 11 platform_match_id(const struct platform_device_id *id, in platform_match_id() 175 sh_early_platform_match(struct sh_early_platform_driver *epdrv, int id) in sh_early_platform_match() 193 int id) in sh_early_platform_left() 212 int id, in sh_early_platform_driver_probe_id()
|
/arch/s390/include/asm/ |
D | debug.h | 132 static inline bool debug_level_enabled(debug_info_t *id, int level) in debug_level_enabled() 150 static inline debug_entry_t *debug_event(debug_info_t *id, int level, in debug_event() 170 static inline debug_entry_t *debug_int_event(debug_info_t *id, int level, in debug_int_event() 192 static inline debug_entry_t *debug_long_event(debug_info_t *id, int level, in debug_long_event() 214 static inline debug_entry_t *debug_text_event(debug_info_t *id, int level, in debug_text_event() 274 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception() 295 static inline debug_entry_t *debug_int_exception(debug_info_t *id, int level, in debug_int_exception() 318 static inline debug_entry_t *debug_long_exception (debug_info_t *id, int level, in debug_long_exception() 342 static inline debug_entry_t *debug_text_exception(debug_info_t *id, int level, in debug_text_exception()
|
/arch/m68k/amiga/ |
D | platform.c | 66 static int __init z_dev_present(zorro_id id) in z_dev_present() 82 static inline int z_dev_present(zorro_id id) { return 0; } in z_dev_present()
|
/arch/alpha/kernel/ |
D | srm_env.c | 37 unsigned long id; member 66 unsigned long id = (unsigned long)m->private; in srm_env_proc_show() local 93 unsigned long id = (unsigned long)PDE_DATA(file_inode(file)); in srm_env_proc_write() local
|
/arch/mips/ath79/ |
D | early_printk.c | 60 static void prom_enable_uart(u32 id) in prom_enable_uart() 103 u32 id; in prom_putchar_init() local
|
/arch/arm/plat-pxa/ |
D | ssp.c | 155 const struct of_device_id *id = in pxa_ssp_probe() local 159 const struct platform_device_id *id = in pxa_ssp_probe() local
|
/arch/powerpc/kvm/ |
D | e500.c | 27 struct id { struct 29 struct id **pentry; argument 44 struct id id[2][NUM_TIDS][2]; member 422 static int kvmppc_get_one_reg_e500(struct kvm_vcpu *vcpu, u64 id, in kvmppc_get_one_reg_e500() 429 static int kvmppc_set_one_reg_e500(struct kvm_vcpu *vcpu, u64 id, in kvmppc_set_one_reg_e500()
|
/arch/arm/mach-omap1/include/mach/ |
D | soc.h | 86 #define IS_OMAP_CLASS(class, id) \ argument 94 #define IS_OMAP_SUBCLASS(subclass, id) \ argument 157 #define IS_OMAP_TYPE(type, id) \ argument
|
/arch/nds32/include/asm/ |
D | mmu.h | 8 unsigned int id; member
|
/arch/x86/include/asm/ |
D | olpc.h | 28 static inline uint32_t olpc_board(uint8_t id) in olpc_board() 33 static inline uint32_t olpc_board_pre(uint8_t id) in olpc_board_pre()
|
/arch/um/include/asm/ |
D | mmu.h | 13 struct mm_id id; member
|
/arch/sparc/include/asm/ |
D | mdesc.h | 79 u64 id; /* id */ member 84 u64 id; /* id */ member
|
/arch/x86/boot/ |
D | cpuflags.c | 74 static inline void cpuid_count(u32 id, u32 count, in cpuid_count() 85 #define cpuid(id, a, b, c, d) cpuid_count(id, 0, a, b, c, d) argument
|