Home
last modified time | relevance | path

Searched refs:is_enc (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c95 bool is_enc; member
301 if (ctx->is_enc) in device_process()
312 if (ctx->is_enc) { in device_process()
373 if (ctx->is_enc) { in device_run()
390 if (ctx->is_enc) in device_run()
422 if (ctx->is_enc || ctx->comp_has_frame) in job_ready()
548 static int enum_fmt(struct v4l2_fmtdesc *f, bool is_enc, bool is_out) in enum_fmt() argument
550 bool is_yuv = (is_enc && is_out) || (!is_enc && !is_out); in enum_fmt()
571 return enum_fmt(f, ctx->is_enc, false); in vidioc_enum_fmt_vid_cap()
579 return enum_fmt(f, ctx->is_enc, true); in vidioc_enum_fmt_vid_out()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dbase.h131 bool is_enc);
Dbase.c1479 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() argument
1502 if (is_enc) in rtl_skb_ether_type_ptr()
1510 bool is_enc) in rtl_is_special_data() argument
1522 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.h120 bool is_enc);
Dbase.c1442 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() argument
1465 if (is_enc) in rtl_skb_ether_type_ptr()
1473 bool is_enc) in rtl_is_special_data() argument
1485 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
/Linux-v4.19/net/ceph/
Dauth_x.c167 char is_enc; in process_one_ticket() local
216 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket()
217 if (is_enc) { in process_one_ticket()