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

1234567

/include/drm/
H A Di915_pciids.h38 #define INTEL_VGA_DEVICE(id, info) { \
42 (unsigned long) info }
44 #define INTEL_QUANTA_VGA_DEVICE(info) { \
48 (unsigned long) info }
50 #define INTEL_I830_IDS(info) \
51 INTEL_VGA_DEVICE(0x3577, info)
53 #define INTEL_I845G_IDS(info) \
54 INTEL_VGA_DEVICE(0x2562, info)
56 #define INTEL_I85X_IDS(info) \
57 INTEL_VGA_DEVICE(0x3582, info), /* I855_G
[all...]
H A Ddrm_fb_helper.h57 * @fb_probe: Driver callback to allocate and initialize the fbdev info
106 int drm_fb_helper_blank(int blank, struct fb_info *info);
108 struct fb_info *info);
109 int drm_fb_helper_set_par(struct fb_info *info);
111 struct fb_info *info);
114 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
116 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
119 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
124 int drm_fb_helper_debug_enter(struct fb_info *info);
125 int drm_fb_helper_debug_leave(struct fb_info *info);
[all...]
/include/linux/power/
H A Djz4740-battery.h19 struct power_supply_info info; member in struct:jz_battery_platform_data
/include/linux/platform_data/
H A Dusb-ohci-s3c2410.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);
H A Dkeyboard-pxa930_rotary.h18 void __init pxa930_set_rotarykey_info(struct pxa930_rotary_platform_data *info);
H A Dmmc-pxamci.h24 extern void pxa_set_mci_info(struct pxamci_platform_data *info);
25 extern void pxa3xx_set_mci2_info(struct pxamci_platform_data *info);
26 extern void pxa3xx_set_mci3_info(struct pxamci_platform_data *info);
H A Dirda-pxaficp.h19 extern void pxa_set_ficp_info(struct pxaficp_platform_data *info);
H A Dmailbox-omap.h24 * struct omap_mbox_dev_info - OMAP mailbox device attribute info
48 * @info: array of mailbox device attributes
55 struct omap_mbox_dev_info *info; member in struct:omap_mbox_pdata
H A Dusb-ohci-pxa27x.h34 extern void pxa_set_ohci_info(struct pxaohci_platform_data *info);
H A Dusb-pxa3xx-ulpi.h33 extern void pxa3xx_set_u2d_info(struct pxa3xx_u2d_platform_data *info);
/include/asm-generic/
H A Dfb.h7 static inline int fb_is_primary_device(struct fb_info *info) argument
/include/net/
H A Dcfg80211-wext.h24 struct iw_request_info *info,
26 int cfg80211_wext_siwmode(struct net_device *dev, struct iw_request_info *info,
28 int cfg80211_wext_giwmode(struct net_device *dev, struct iw_request_info *info,
31 struct iw_request_info *info,
34 struct iw_request_info *info,
37 struct iw_request_info *info,
40 struct iw_request_info *info,
43 struct iw_request_info *info,
46 struct iw_request_info *info,
49 struct iw_request_info *info,
[all...]
H A Diw_handler.h128 * modify it according to info->cmd and rewrite it).
146 * struct iw_request_info *info,
314 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info,
447 int iw_handler_set_spy(struct net_device *dev, struct iw_request_info *info,
450 int iw_handler_get_spy(struct net_device *dev, struct iw_request_info *info,
453 int iw_handler_set_thrspy(struct net_device *dev, struct iw_request_info *info,
456 int iw_handler_get_thrspy(struct net_device *dev, struct iw_request_info *info,
467 static inline int iwe_stream_lcp_len(struct iw_request_info *info) argument
470 if (info->flags & IW_REQUEST_FLAG_COMPAT)
476 static inline int iwe_stream_point_len(struct iw_request_info *info) argument
485 iwe_stream_event_len_adjust(struct iw_request_info *info, int event_len) argument
503 iwe_stream_add_event(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, int event_len) argument
528 iwe_stream_add_point(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, char *extra) argument
555 iwe_stream_add_value(struct iw_request_info *info, char *event, char *value, char *ends, struct iw_event *iwe, int event_len) argument
[all...]
/include/linux/
H A Ddqblk_qtree.h40 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
41 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
42 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
43 int qtree_release_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
44 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
45 static inline int qtree_depth(struct qtree_mem_dqinfo *info) argument
47 unsigned int epb = info->dqi_usable_bs >> 2;
H A Duio_driver.h73 struct uio_info *info; member in struct:uio_device
80 * @uio_dev: the UIO device this info belongs to
104 int (*mmap)(struct uio_info *info, struct vm_area_struct *vma);
105 int (*open)(struct uio_info *info, struct inode *inode);
106 int (*release)(struct uio_info *info, struct inode *inode);
107 int (*irqcontrol)(struct uio_info *info, s32 irq_on);
113 struct uio_info *info);
116 #define uio_register_device(parent, info) \
117 __uio_register_device(THIS_MODULE, parent, info)
119 extern void uio_unregister_device(struct uio_info *info);
[all...]
H A Dsmp.h16 typedef void (*smp_call_func_t)(void *info);
20 void *info; member in struct:call_single_data
27 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info,
33 int on_each_cpu(smp_call_func_t func, void *info, int wait);
40 void *info, bool wait);
47 void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info),
48 smp_call_func_t func, void *info, bool wait,
95 int smp_call_function(smp_call_func_t func, void *info, int wait);
97 smp_call_func_t func, void *info, bool wait);
100 smp_call_func_t func, void *info, in
131 up_smp_call_function(smp_call_func_t func, void *info) argument
145 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, void *info, int wait) argument
[all...]
H A Dgpio_event.h33 struct gpio_event_info *info,
36 struct gpio_event_info *info,
44 struct gpio_event_info **info; member in struct:gpio_event_platform_data
75 struct gpio_event_info *info, void **data, int func);
78 struct gpio_event_info info; member in struct:gpio_event_matrix_info
112 struct gpio_event_info *info, void **data, int func);
115 struct gpio_event_info info; member in struct:gpio_event_input_info
126 struct gpio_event_info *info, void **data, int func);
128 struct gpio_event_info *info, void **data,
133 struct gpio_event_info info; member in struct:gpio_event_output_info
153 struct gpio_event_info info; member in struct:gpio_event_axis_info
[all...]
H A Dfb.h110 struct fb_cmap_user cmap; /* color map info */
167 struct fb_info *info; member in struct:fb_event
207 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
208 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
218 void (*first_io)(struct fb_info *info);
219 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);
240 int (*fb_open)(struct fb_info *info, int user);
241 int (*fb_release)(struct fb_info *info, int user);
246 ssize_t (*fb_read)(struct fb_info *info, char __user *buf,
248 ssize_t (*fb_write)(struct fb_info *info, cons
637 unlock_fb_info(struct fb_info *info) argument
666 fb_be_math(struct fb_info *info) argument
[all...]
H A Dkmod.h64 int (*init)(struct subprocess_info *info, struct cred *new);
65 void (*cleanup)(struct subprocess_info *info);
74 int (*init)(struct subprocess_info *info, struct cred *new),
78 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/include/linux/i2c/
H A Dpxa-i2c.h75 extern void pxa_set_i2c_info(struct i2c_pxa_platform_data *info);
78 extern void pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info);
82 extern void pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info);
/include/media/
H A Dtimb_video.h29 struct i2c_board_info *info; member in struct:timb_video_platform_data::__anon1134
H A Dsoc_camera_platform.h27 int (*set_capture)(struct soc_camera_platform_info *info, int enable);
43 struct soc_camera_platform_info *info = ssdd->drv_priv; local
56 info->icd = icd;
58 (*pdev)->dev.platform_data = info;
65 info->icd = NULL;
/include/video/
H A Dadf_fbdev.h25 struct fb_info *info; member in struct:adf_fbdev
54 int adf_fbdev_open(struct fb_info *info, int user);
55 int adf_fbdev_release(struct fb_info *info, int user);
56 int adf_fbdev_check_var(struct fb_var_screeninfo *var, struct fb_info *info);
57 int adf_fbdev_set_par(struct fb_info *info);
58 int adf_fbdev_blank(int blank, struct fb_info *info);
59 int adf_fbdev_pan_display(struct fb_var_screeninfo *var, struct fb_info *info);
60 int adf_fbdev_mmap(struct fb_info *info, struct vm_area_struct *vma);
85 static inline int adf_fbdev_open(struct fb_info *info, int user) argument
90 static inline int adf_fbdev_release(struct fb_info *info, in argument
95 adf_fbdev_check_var(struct fb_var_screeninfo *var, struct fb_info *info) argument
101 adf_fbdev_set_par(struct fb_info *info) argument
106 adf_fbdev_blank(int blank, struct fb_info *info) argument
111 adf_fbdev_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) argument
117 adf_fbdev_mmap(struct fb_info *info, struct vm_area_struct *vma) argument
[all...]
/include/trace/events/
H A Dsignal.h11 #define TP_STORE_SIGINFO(__entry, info) \
13 if (info == SEND_SIG_NOINFO || \
14 info == SEND_SIG_FORCED) { \
17 } else if (info == SEND_SIG_PRIV) { \
21 __entry->errno = info->si_errno; \
22 __entry->code = info->si_code; \
39 * @info: pointer to struct siginfo
45 * 'info' siginfo. If 'info' is SEND_SIG_NOINFO or SEND_SIG_PRIV,
46 * 'info' i
[all...]
/include/xen/interface/
H A Dversion.h36 char info[1024]; member in struct:xen_capabilities_info
42 char info[64]; member in struct:xen_changeset_info

Completed in 1936 milliseconds

1234567