Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 265) sorted by relevance

1234567891011

/include/drm/
A Ddrm_fourcc.h157 return info->is_yuv && info->num_planes == 1; in drm_format_info_is_yuv_packed()
171 return info->is_yuv && info->num_planes == 2; in drm_format_info_is_yuv_semiplanar()
185 return info->is_yuv && info->num_planes == 3; in drm_format_info_is_yuv_planar()
200 return info->is_yuv && info->hsub == 4 && info->vsub == 4; in drm_format_info_is_yuv_sampling_410()
215 return info->is_yuv && info->hsub == 4 && info->vsub == 1; in drm_format_info_is_yuv_sampling_411()
230 return info->is_yuv && info->hsub == 2 && info->vsub == 2; in drm_format_info_is_yuv_sampling_420()
245 return info->is_yuv && info->hsub == 2 && info->vsub == 1; in drm_format_info_is_yuv_sampling_422()
260 return info->is_yuv && info->hsub == 1 && info->vsub == 1; in drm_format_info_is_yuv_sampling_444()
276 if (!info || plane >= info->num_planes) in drm_format_info_plane_width()
282 return DIV_ROUND_UP(width, info->hsub); in drm_format_info_plane_width()
[all …]
A Ddrm_fb_helper.h150 struct fb_info *info; member
252 struct fb_info *info);
253 int drm_fb_helper_set_par(struct fb_info *info);
255 struct fb_info *info);
262 void drm_fb_helper_fill_info(struct fb_info *info,
284 int drm_fb_helper_debug_enter(struct fb_info *info);
285 int drm_fb_helper_debug_leave(struct fb_info *info);
321 struct fb_info *info) in drm_fb_helper_pan_display() argument
332 struct fb_info *info) in drm_fb_helper_check_var() argument
358 drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info() argument
[all …]
/include/linux/
A Dfbcon.h7 int fbcon_fb_registered(struct fb_info *info);
8 void fbcon_fb_unregistered(struct fb_info *info);
9 void fbcon_fb_unbind(struct fb_info *info);
10 void fbcon_suspended(struct fb_info *info);
11 void fbcon_resumed(struct fb_info *info);
12 int fbcon_mode_deleted(struct fb_info *info,
14 void fbcon_new_modelist(struct fb_info *info);
15 void fbcon_get_requirement(struct fb_info *info,
18 int fbcon_modechange_possible(struct fb_info *info,
20 void fbcon_update_vcs(struct fb_info *info, bool all);
[all …]
A Dsmp.h17 typedef void (*smp_call_func_t)(void *info);
18 typedef bool (*smp_cond_func_t)(int cpu, void *info);
26 void *info; member
91 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() argument
93 on_each_cpu_cond_mask(NULL, func, info, wait, mask); in on_each_cpu_mask()
103 smp_call_func_t func, void *info, bool wait) in on_each_cpu_cond() argument
167 smp_call_func_t func, void *info, int wait);
202 #define smp_call_function(func, info, wait) \ argument
203 (up_smp_call_function(func, info))
207 (up_smp_call_function(func, info))
[all …]
A Duio_driver.h83 struct uio_info *info; member
116 int (*open)(struct uio_info *info, struct inode *inode);
118 int (*irqcontrol)(struct uio_info *info, s32 irq_on);
124 struct uio_info *info);
135 #define uio_register_device(parent, info) \ argument
136 __uio_register_device(THIS_MODULE, parent, info)
138 extern void uio_unregister_device(struct uio_info *info);
139 extern void uio_event_notify(struct uio_info *info);
144 struct uio_info *info);
155 #define devm_uio_register_device(parent, info) \ argument
[all …]
A Dfb.h139 struct fb_info *info; member
288 int (*fb_sync)(struct fb_info *info);
623 mutex_lock(&info->lock); in lock_fb_info()
628 mutex_unlock(&info->lock); in unlock_fb_info()
681 __mode ## _fillrect(info, rect); \
687 __mode ## _copyarea(info, area); \
693 __mode ## _imageblit(info, image); \
734 return info->flags & FBINFO_BE_MATH; in fb_be_math()
768 return info->lcd_dev; in fb_lcd_device()
788 struct fb_info *info);
[all …]
A Ddqblk_qtree.h42 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
43 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
44 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
45 int qtree_release_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
46 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
47 static inline int qtree_depth(struct qtree_mem_dqinfo *info) in qtree_depth() argument
49 unsigned int epb = info->dqi_usable_bs >> 2; in qtree_depth()
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
A Dadi-axi-common.h24 #define ADI_AXI_INFO_FPGA_TECH(info) (((info) >> 24) & 0xff) argument
25 #define ADI_AXI_INFO_FPGA_FAMILY(info) (((info) >> 16) & 0xff) argument
26 #define ADI_AXI_INFO_FPGA_SPEED_GRADE(info) (((info) >> 8) & 0xff) argument
A Dicmpv6.h18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info,
21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument
28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send()
41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument
49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send()
56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info);
61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send() argument
[all …]
A Dunwind_deferred.h46 struct unwind_task_info *info = &current->unwind_info; in unwind_reset_info() local
50 if (unlikely(info->unwind_mask)) { in unwind_reset_info()
51 bits = info->unwind_mask; in unwind_reset_info()
56 } while (!try_cmpxchg(&info->unwind_mask, &bits, 0UL)); in unwind_reset_info()
59 if (unlikely(info->cache)) { in unwind_reset_info()
60 info->cache->nr_entries = 0; in unwind_reset_info()
61 info->cache->unwind_completed = 0; in unwind_reset_info()
/include/soc/fsl/
A Dcaam-blob.h64 struct caam_blob_info *info, bool encap);
76 struct caam_blob_info *info) in caam_encap_blob() argument
78 if (info->output_len < info->input_len + CAAM_BLOB_OVERHEAD) in caam_encap_blob()
81 return caam_process_blob(priv, info, true); in caam_encap_blob()
94 struct caam_blob_info *info) in caam_decap_blob() argument
96 if (info->input_len < CAAM_BLOB_OVERHEAD || in caam_decap_blob()
97 info->output_len < info->input_len - CAAM_BLOB_OVERHEAD) in caam_decap_blob()
100 return caam_process_blob(priv, info, false); in caam_decap_blob()
/include/net/
A Dcfg80211-wext.h21 struct iw_request_info *info,
23 int cfg80211_wext_siwmode(struct net_device *dev, struct iw_request_info *info,
25 int cfg80211_wext_giwmode(struct net_device *dev, struct iw_request_info *info,
28 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,
[all …]
A Dgenetlink.h153 write_pnet(&info->_net, net); in genl_info_net_set()
161 #define GENL_SET_ERR_MSG(info, msg) NL_SET_ERR_MSG((info)->extack, msg) argument
258 struct genl_info *info);
288 struct genl_info info; member
318 memset(info, 0, sizeof(*info)); in genl_info_init_ntf()
319 info->family = family; in genl_info_init_ntf()
320 info->genlhdr = hdr; in genl_info_init_ntf()
326 return !info->nlhdr; in genl_info_is_ntf()
342 return genlmsg_put(skb, info->snd_portid, info->snd_seq, info->family, in __genlmsg_iput()
445 return genlmsg_put(skb, info->snd_portid, info->snd_seq, family, in genlmsg_put_reply()
[all …]
A Diw_handler.h428 static inline int iwe_stream_lcp_len(struct iw_request_info *info) in iwe_stream_lcp_len() argument
431 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_lcp_len()
437 static inline int iwe_stream_point_len(struct iw_request_info *info) in iwe_stream_point_len() argument
440 if (info->flags & IW_REQUEST_FLAG_COMPAT) in iwe_stream_point_len()
450 if (info->flags & IW_REQUEST_FLAG_COMPAT) { in iwe_stream_event_len_adjust()
463 char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
467 iwe_stream_add_event_check(struct iw_request_info *info, char *stream, in iwe_stream_add_event_check() argument
470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
482 char *iwe_stream_add_point(struct iw_request_info *info, char *stream,
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
[all …]
A Dicmp.h39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument
43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info);
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument
52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
57 int icmp_err(struct sk_buff *skb, u32 info);
A Dllc_pdu.h158 #define FRMR_INFO_SET_REJ_CNTRL(info,rej_ctrl) \ argument
159 info->rej_pdu_ctrl = ((*((u8 *) rej_ctrl) & \
169 #define FRMR_INFO_SET_Vs(info,vs) (info->curr_ssv = (((u8) vs) << 1)) argument
170 #define FRMR_INFO_SET_Vr(info,vr) (info->curr_rsv = (((u8) vr) << 1)) argument
176 #define FRMR_INFO_SET_C_R_BIT(info, cr) (info->curr_rsv |= (((u8) cr) & 0x01)) argument
184 (info->ind_bits = ((info->ind_bits & 0xFE) | (((u8) ind) & 0x01)))
187 (info->ind_bits = ( (info->ind_bits & 0xFD) | (((u8) ind) & 0x02)))
189 #define FRMR_INFO_SET_PDU_INFO_2LONG_IND(info, ind) \ argument
190 (info->ind_bits = ( (info->ind_bits & 0xFB) | (((u8) ind) & 0x04)))
193 (info->ind_bits = ( (info->ind_bits & 0xF7) | (((u8) ind) & 0x08)))
[all …]
/include/trace/events/
A Dsignal.h12 #define TP_STORE_SIGINFO(__entry, info) \ argument
14 if (info == SEND_SIG_NOINFO) { \
17 } else if (info == SEND_SIG_PRIV) { \
21 __entry->errno = info->si_errno; \
22 __entry->code = info->si_code; \
52 TP_PROTO(int sig, struct kernel_siginfo *info, struct task_struct *task,
55 TP_ARGS(sig, info, task, group, result),
69 TP_STORE_SIGINFO(__entry, info);
98 TP_PROTO(int sig, struct kernel_siginfo *info, struct k_sigaction *ka),
100 TP_ARGS(sig, info, ka),
[all …]
A Dmmap.h12 TP_PROTO(unsigned long addr, struct vm_unmapped_area_info *info),
14 TP_ARGS(addr, info),
30 __entry->flags = info->flags;
31 __entry->length = info->length;
32 __entry->low_limit = info->low_limit;
33 __entry->high_limit = info->high_limit;
34 __entry->align_mask = info->align_mask;
35 __entry->align_offset = info->align_offset;
/include/linux/iio/adc/
A Dad_sigma_delta.h106 const struct ad_sigma_delta_info *info; member
141 if (sd->info->set_channel) in ad_sigma_delta_set_channel()
142 return sd->info->set_channel(sd, channel); in ad_sigma_delta_set_channel()
151 if (sd->info->append_status) { in ad_sigma_delta_append_status()
164 if (sd->info->disable_all) in ad_sigma_delta_disable_all()
165 return sd->info->disable_all(sd); in ad_sigma_delta_disable_all()
173 if (sd->info->disable_one) in ad_sigma_delta_disable_one()
174 return sd->info->disable_one(sd, chan); in ad_sigma_delta_disable_one()
182 if (sd->info->set_mode) in ad_sigma_delta_set_mode()
183 return sd->info->set_mode(sd, mode); in ad_sigma_delta_set_mode()
[all …]
/include/linux/platform_data/
A Dusb-ohci-s3c2410.h31 static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) in s3c2410_usb_report_oc() argument
33 if (info->report_oc != NULL) { in s3c2410_usb_report_oc()
34 (info->report_oc)(info, ports); in s3c2410_usb_report_oc()
38 extern void s3c_ohci_set_platdata(struct s3c2410_hcd_info *info);
A Dmmc-pxamci.h22 extern void pxa_set_mci_info(const struct pxamci_platform_data *info,
24 extern void pxa3xx_set_mci2_info(struct pxamci_platform_data *info);
25 extern void pxa3xx_set_mci3_info(struct pxamci_platform_data *info);
/include/soc/amlogic/
A Dmeson_ddr_pmu.h39 void (*enable)(struct dmc_info *info);
40 void (*disable)(struct dmc_info *info);
42 void (*set_axi_filter)(struct dmc_info *info, int axi_id, int chann);
43 int (*irq_handler)(struct dmc_info *info,
45 void (*get_counters)(struct dmc_info *info,
/include/uapi/linux/
A Dbtf.h42 __u32 info; member
56 #define BTF_INFO_KIND(info) (((info) >> 24) & 0x1f) argument
57 #define BTF_INFO_VLEN(info) ((info) & 0xffff) argument
58 #define BTF_INFO_KFLAG(info) ((info) >> 31) argument
A Dtls.h126 struct tls_crypto_info info; member
134 struct tls_crypto_info info; member
142 struct tls_crypto_info info; member
150 struct tls_crypto_info info; member
158 struct tls_crypto_info info; member
166 struct tls_crypto_info info; member
174 struct tls_crypto_info info; member
182 struct tls_crypto_info info; member
/include/linux/fpga/
A Dfpga-mgr.h176 struct fpga_image_info *info,
179 struct fpga_image_info *info,
184 struct fpga_image_info *info);
222 void fpga_image_info_free(struct fpga_image_info *info);
224 int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info);
235 #define fpga_mgr_register_full(parent, info) \ argument
236 __fpga_mgr_register_full(parent, info, THIS_MODULE)
238 __fpga_mgr_register_full(struct device *parent, const struct fpga_manager_info *info,
249 #define devm_fpga_mgr_register_full(parent, info) \ argument
250 __devm_fpga_mgr_register_full(parent, info, THIS_MODULE)
[all …]

Completed in 53 milliseconds

1234567891011