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

123456

/include/linux/power/
H A Djz4740-battery.h19 struct power_supply_info info; member in struct:jz_battery_platform_data
/include/linux/
H A Dsmp.h17 typedef void (*smp_call_func_t)(void *info);
21 void *info; member in struct:call_single_data
29 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info,
74 int smp_call_function(smp_call_func_t func, void *info, int wait);
76 smp_call_func_t func, void *info, bool wait);
82 smp_call_func_t func, void *info, int wait);
102 int on_each_cpu(smp_call_func_t func, void *info, int wait);
109 void *info, bool wait);
116 void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info),
117 smp_call_func_t func, void *info, boo
138 up_smp_call_function(smp_call_func_t func, void *info) argument
189 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, void *info, int wait) argument
[all...]
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.h70 * @uio_dev: the UIO device this info belongs to
94 int (*mmap)(struct uio_info *info, struct vm_area_struct *vma);
95 int (*open)(struct uio_info *info, struct inode *inode);
96 int (*release)(struct uio_info *info, struct inode *inode);
97 int (*irqcontrol)(struct uio_info *info, s32 irq_on);
103 struct uio_info *info);
106 #define uio_register_device(parent, info) \
107 __uio_register_device(THIS_MODULE, parent, info)
109 extern void uio_unregister_device(struct uio_info *info);
110 extern void uio_event_notify(struct uio_info *info);
[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 Dkmod.h64 int (*init)(struct subprocess_info *info, struct cred *new);
65 void (*cleanup)(struct subprocess_info *info);
74 void call_usermodehelper_setfns(struct subprocess_info *info,
75 int (*init)(struct subprocess_info *info, struct cred *new),
76 void (*cleanup)(struct subprocess_info *info),
80 int call_usermodehelper_exec(struct subprocess_info *info, int wait);
84 void call_usermodehelper_freeinfo(struct subprocess_info *info);
88 int (*init)(struct subprocess_info *info, struct cred *new),
91 struct subprocess_info *info; local
94 info
87 call_usermodehelper_fns(char *path, char **argv, char **envp, int wait, int (*init)(struct subprocess_info *info, struct cred *new), void (*cleanup)(struct subprocess_info *), void *data) argument
[all...]
H A Dpwm_backlight.h19 int (*check_fb)(struct device *dev, struct fb_info *info);
H A Dtracehook.h124 siginfo_t info; local
125 user_single_step_siginfo(current, regs, &info);
126 force_sig_info(SIGTRAP, &info, current);
136 * @info: siginfo_t of signal being delivered
148 static inline void tracehook_signal_handler(int sig, siginfo_t *info, argument
H A Dfb.h372 struct fb_cmap cmap; /* color map info */
506 struct fb_cmap_user cmap; /* color map info */
559 struct fb_info *info; member in struct:fb_event
599 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
600 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
610 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);
631 int (*fb_open)(struct fb_info *info, int user);
632 int (*fb_release)(struct fb_info *info, int user);
637 ssize_t (*fb_read)(struct fb_info *info, char __user *buf,
639 ssize_t (*fb_write)(struct fb_info *info, cons
1026 unlock_fb_info(struct fb_info *info) argument
1055 fb_be_math(struct fb_info *info) argument
[all...]
H A Dvga_switcheroo.h40 struct fb_info *info);
54 static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {} argument
/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,
451 struct iw_request_info * info,
456 struct iw_request_info * info,
461 struct iw_request_info *info,
466 struct iw_request_info *info,
479 static inline int iwe_stream_lcp_len(struct iw_request_info *info) argument
482 if (info->flags & IW_REQUEST_FLAG_COMPAT)
488 static inline int iwe_stream_point_len(struct iw_request_info *info) argument
497 iwe_stream_event_len_adjust(struct iw_request_info *info, int event_len) argument
515 iwe_stream_add_event(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, int event_len) argument
540 iwe_stream_add_point(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, char *extra) argument
567 iwe_stream_add_value(struct iw_request_info *info, char *event, char *value, char *ends, struct iw_event *iwe, int event_len) argument
[all...]
H A Dgenetlink.h53 struct genl_info *info);
56 struct genl_info *info);
87 static inline struct net *genl_info_net(struct genl_info *info) argument
89 return read_pnet(&info->_net);
92 static inline void genl_info_net_set(struct genl_info *info, struct net *net) argument
94 write_pnet(&info->_net, net);
114 struct genl_info *info);
172 * @info: receiver info
180 struct genl_info *info,
179 genlmsg_put_reply(struct sk_buff *skb, struct genl_info *info, struct genl_family *family, int flags, u8 cmd) argument
263 genlmsg_reply(struct sk_buff *skb, struct genl_info *info) argument
[all...]
H A Dgre.h12 void (*err_handler)(struct sk_buff *skb, u32 info);
H A Dllc_pdu.h153 * info is pointer to FRMR info field structure; 'rej_ctrl' is byte pointer
156 #define FRMR_INFO_SET_REJ_CNTRL(info,rej_ctrl) \
157 info->rej_pdu_ctrl = ((*((u8 *) rej_ctrl) & \
163 * Info is pointer to FRMR info field structure; 'vs' is a byte containing
167 #define FRMR_INFO_SET_Vs(info,vs) (info->curr_ssv = (((u8) vs) << 1))
168 #define FRMR_INFO_SET_Vr(info,vr) (info->curr_rsv = (((u8) vr) << 1))
171 * Info is pointer to FRMR info fiel
[all...]
H A Dwext.h45 unsigned int cmd, struct iw_request_info *info,
48 unsigned int cmd, struct iw_request_info *info,
51 struct iw_request_info * info,
/include/linux/i2c/
H A Dpxa-i2c.h72 extern void pxa_set_i2c_info(struct i2c_pxa_platform_data *info);
75 extern void pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info);
79 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::__anon1448
H A Dsoc_camera_platform.h27 int (*set_capture)(struct soc_camera_platform_info *info, int enable);
41 struct soc_camera_platform_info *info = plink->priv; local
54 info->icd = icd;
56 (*pdev)->dev.platform_data = info;
63 info->icd = NULL;
/include/drm/
H A Ddrm_fb_helper.h92 int drm_fb_helper_blank(int blank, struct fb_info *info);
94 struct fb_info *info);
95 int drm_fb_helper_set_par(struct fb_info *info);
97 struct fb_info *info);
103 struct fb_info *info);
107 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
109 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
112 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
117 int drm_fb_helper_debug_enter(struct fb_info *info);
118 int drm_fb_helper_debug_leave(struct fb_info *info);
[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
/include/sound/
H A Dseq_kernel.h67 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info);
68 int (*unsubscribe)(void *private_data, struct snd_seq_port_subscribe *info);
69 int (*use)(void *private_data, struct snd_seq_port_subscribe *info);
70 int (*unuse)(void *private_data, struct snd_seq_port_subscribe *info);
/include/media/blackfin/
H A Dppi.h67 const struct ppi_info *info; member in struct:ppi_if
72 struct ppi_if *ppi_create_instance(const struct ppi_info *info);

Completed in 301 milliseconds

123456