Searched refs:info (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/arch/x86/um/asm/
H A Ddesc.h6 #define LDT_empty(info) (\
7 (info)->base_addr == 0 && \
8 (info)->limit == 0 && \
9 (info)->contents == 0 && \
10 (info)->read_exec_only == 1 && \
11 (info)->seg_32bit == 0 && \
12 (info)->limit_in_pages == 0 && \
13 (info)->seg_not_present == 1 && \
14 (info)->useable == 0 )
H A Dmm_context.h37 #define LDT_entry_a(info) \
38 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
40 #define LDT_entry_b(info) \
41 (((info)->base_addr & 0xff000000) | \
42 (((info)->base_addr & 0x00ff0000) >> 16) | \
43 ((info)->limit & 0xf0000) | \
44 (((info)->read_exec_only ^ 1) << 9) | \
45 ((info)->contents << 10) | \
46 (((info)
[all...]
/arch/arm/mach-ixp4xx/include/mach/
H A Dudc.h7 extern void ixp4xx_set_udc_info(struct pxa2xx_udc_mach_info *info);
/arch/arm/mach-omap1/include/mach/
H A Dcamera.h8 static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info) argument
10 omap1_camera_init(info);
/arch/arm/mach-pxa/include/mach/
H A Dudc.h7 extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
H A Dpxa930_rotary.h18 void __init pxa930_set_rotarykey_info(struct pxa930_rotary_platform_data *info);
/arch/sh/drivers/dma/
H A Ddma-api.c28 struct dma_info *info; local
34 list_for_each_entry(info, &registered_dmac_list, list) {
35 if ((chan < info->first_vchannel_nr) ||
36 (chan >= info->first_vchannel_nr + info->nr_channels))
39 return info;
48 struct dma_info *info; local
50 list_for_each_entry(info, &registered_dmac_list, list) {
51 if (dmac_name && (strcmp(dmac_name, info->name) != 0))
54 return info;
63 struct dma_info *info; local
77 struct dma_info *info = get_dma_info(chan); local
96 struct dma_info *info = get_dma_info(chan); local
133 struct dma_info *info; local
169 struct dma_info *info = get_dma_info(0); local
196 struct dma_info *info = get_dma_info(chan); local
219 struct dma_info *info = get_dma_info(chan); local
231 struct dma_info *info = get_dma_info(chan); local
247 struct dma_info *info; local
276 struct dma_info *info = get_dma_info(chan); local
287 struct dma_info *info = get_dma_info(chan); local
301 struct dma_info *info = get_dma_info(chan); local
314 struct dma_info *info; local
343 register_dmac(struct dma_info *info) argument
397 unregister_dmac(struct dma_info *info) argument
[all...]
/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c43 static int calc_freq(struct spu_gov_info_struct *info) argument
48 cpu = info->policy->cpu;
51 CALC_LOAD(info->busy_spus, EXP, busy_spus * FIXED_1);
52 pr_debug("cpu %d: busy_spus=%d, info->busy_spus=%ld\n",
53 cpu, busy_spus, info->busy_spus);
55 return info->policy->max * info->busy_spus / FIXED_1;
60 struct spu_gov_info_struct *info; local
64 info = container_of(work, struct spu_gov_info_struct, work.work);
66 /* after cancel_delayed_work_sync we unset info
76 spu_gov_init_work(struct spu_gov_info_struct *info) argument
83 spu_gov_cancel_work(struct spu_gov_info_struct *info) argument
91 struct spu_gov_info_struct *info, *affected_info; local
[all...]
/arch/s390/kernel/
H A Dsysinfo.c31 static int stsi_1_1_1(struct sysinfo_1_1_1 *info, char *page, int len) argument
33 if (stsi(info, 1, 1, 1) == -ENOSYS)
36 EBCASC(info->manufacturer, sizeof(info->manufacturer));
37 EBCASC(info->type, sizeof(info->type));
38 EBCASC(info->model, sizeof(info->model));
39 EBCASC(info->sequence, sizeof(info
88 stsi_15_1_x(struct sysinfo_15_1_x *info, char *page, int len) argument
119 stsi_1_2_2(struct sysinfo_1_2_2 *info, char *page, int len) argument
171 stsi_2_2_2(struct sysinfo_2_2_2 *info, char *page, int len) argument
212 stsi_3_2_2(struct sysinfo_3_2_2 *info, char *page, int len) argument
246 unsigned long info = get_zeroed_page(GFP_KERNEL); local
400 struct sysinfo_1_2_2 *info; local
421 struct sysinfo_1_2_2 *info; local
[all...]
/arch/um/os-Linux/
H A Dtty.c21 struct grantpt_info *info = arg; local
23 info->res = grantpt(info->fd);
24 info->err = errno;
29 struct grantpt_info info; local
40 info.fd = fd;
41 initial_thread_cb(grantpt_cb, &info);
43 if (info.res < 0) {
44 err = -info.err;
46 "errno = %d\n", -info
[all...]
/arch/arm/plat-samsung/include/plat/
H A Dusb-control.h34 static void inline s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) argument
36 if (info->report_oc != NULL) {
37 (info->report_oc)(info, ports);
41 extern void s3c_ohci_set_platdata(struct s3c2410_hcd_info *info);
/arch/x86/xen/
H A Dvga.c11 void __init xen_init_vga(const struct dom0_vga_console_info *info, size_t size) argument
25 switch (info->video_type) {
28 + sizeof(info->u.text_mode_3))
30 screen_info->orig_video_lines = info->u.text_mode_3.rows;
31 screen_info->orig_video_cols = info->u.text_mode_3.columns;
32 screen_info->orig_x = info->u.text_mode_3.cursor_x;
33 screen_info->orig_y = info->u.text_mode_3.cursor_y;
35 info->u.text_mode_3.font_height;
43 screen_info->lfb_width = info->u.vesa_lfb.width;
44 screen_info->lfb_height = info
[all...]
/arch/arm/mach-mmp/
H A Dsram.c44 struct sram_bank_info *info = NULL; local
51 list_for_each_entry(info, &sram_bank_list, node)
52 if (!strcmp(pool_name, info->pool_name))
57 if (&info->node == &sram_bank_list)
60 return info->gpool;
67 struct sram_bank_info *info; local
74 info = kzalloc(sizeof(*info), GFP_KERNEL);
75 if (!info)
88 info
130 struct sram_bank_info *info; local
[all...]
/arch/arm/plat-samsung/
H A Ddma-ops.c22 struct samsung_dma_info *info)
30 dma_cap_set(info->cap, mask);
36 filter_param = (dma_ch == DMACH_DT_PROP) ? (void *)info->dt_dmach_prop :
40 if (info->direction == DMA_DEV_TO_MEM) {
42 slave_config.direction = info->direction;
43 slave_config.src_addr = info->fifo;
44 slave_config.src_addr_width = info->width;
47 } else if (info->direction == DMA_MEM_TO_DEV) {
49 slave_config.direction = info->direction;
50 slave_config.dst_addr = info
21 samsung_dmadev_request(enum dma_ch dma_ch, struct samsung_dma_info *info) argument
67 samsung_dmadev_prepare(unsigned ch, struct samsung_dma_prep_info *info) argument
[all...]
/arch/x86/um/os-Linux/
H A Dtls.c28 user_desc_t info; local
29 info.entry_number = val[i];
31 if (syscall(__NR_get_thread_area, &info) == 0) {
47 int os_set_thread_area(user_desc_t *info, int pid) argument
51 ret = ptrace(PTRACE_SET_THREAD_AREA, pid, info->entry_number,
52 (unsigned long) info);
58 int os_get_thread_area(user_desc_t *info, int pid) argument
62 ret = ptrace(PTRACE_GET_THREAD_AREA, pid, info->entry_number,
63 (unsigned long) info);
/arch/cris/arch-v10/kernel/
H A Dsetup.c55 struct cpu_info *info; local
62 info = &cpu_info[ARRAY_SIZE(cpu_info) - 1];
64 info = &cpu_info[revision];
83 info->model,
84 info->cache,
85 info->flags & HAS_FPU ? "yes" : "no",
86 info->flags & HAS_MMU ? "yes" : "no",
87 info->flags & HAS_MMU_BUG ? "yes" : "no",
88 info->flags & HAS_ETHERNET100 ? "10/100" : "10",
89 info
[all...]
/arch/alpha/include/asm/
H A Dfb.h8 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/cris/include/asm/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/frv/include/asm/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/h8300/include/asm/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/mn10300/include/asm/
H A Dfb.h18 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/s390/include/asm/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c32 static void hp6x0_apm_get_power_status(struct apm_power_info *info) argument
45 info->battery_life = percentage;
48 info->units = 0;
51 info->time = (2 * battery);
53 info->ac_line_status = (battery > HP680_BATTERY_AC_ON) ?
58 info->battery_status = APM_BATTERY_STATUS_NOT_PRESENT;
59 info->battery_flag = 0x80;
61 info->battery_status = APM_BATTERY_STATUS_CHARGING;
62 info->battery_flag = 0x08;
63 info
[all...]
/arch/xtensa/include/asm/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/arch/powerpc/lib/
H A Drheap.c45 static int grow(rh_info_t * info, int max_blocks) argument
52 if (max_blocks <= info->max_blocks)
55 new_blocks = max_blocks - info->max_blocks;
61 if (info->max_blocks > 0) {
64 memcpy(block, info->block,
65 sizeof(rh_block_t) * info->max_blocks);
67 delta = (char *)block - (char *)info->block;
70 blks = (unsigned long)info->block;
71 blke = (unsigned long)(info->block + info
103 assure_empty(rh_info_t * info, int slots) argument
121 get_slot(rh_info_t * info) argument
145 release_slot(rh_info_t * info, rh_block_t * blk) argument
151 attach_free_block(rh_info_t * info, rh_block_t * blkn) argument
232 attach_taken_block(rh_info_t * info, rh_block_t * blkn) argument
255 rh_info_t *info; local
285 rh_destroy(rh_info_t * info) argument
300 rh_init(rh_info_t * info, unsigned int alignment, int max_blocks, rh_block_t * block) argument
329 rh_attach_region(rh_info_t * info, unsigned long start, int size) argument
370 rh_detach_region(rh_info_t * info, unsigned long start, int size) argument
442 rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) argument
517 rh_alloc(rh_info_t * info, int size, const char *owner) argument
527 rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) argument
612 rh_free(rh_info_t * info, unsigned long start) argument
641 rh_get_stats(rh_info_t * info, int what, int max_stats, rh_stats_t * stats) argument
679 rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) argument
704 rh_dump(rh_info_t * info) argument
740 rh_dump_blk(rh_info_t * info, rh_block_t * blk) argument
[all...]

Completed in 705 milliseconds

1234567891011>>