Searched refs:plug (Results 1 – 6 of 6) sorted by relevance
114 *typec_plug_register_altmode(struct typec_plug *plug,232 void typec_unregister_plug(struct typec_plug *plug);
108 void typec_altmode_put_plug(struct typec_altmode *plug);
1189 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local1191 if (plug) in blk_flush_plug()1192 blk_flush_plug_list(plug, false); in blk_flush_plug()1197 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local1199 if (plug) in blk_schedule_flush_plug()1200 blk_flush_plug_list(plug, true); in blk_schedule_flush_plug()1205 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local1207 return plug && in blk_needs_flush_plug()1208 (!list_empty(&plug->mq_list) || in blk_needs_flush_plug()1209 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()[all …]
262 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
1006 struct blk_plug *plug; member
182 __u8 plug; member274 __u8 plug) in cec_msg_record_on_plug() argument279 msg->msg[3] = plug; in cec_msg_record_on_plug()310 cec_msg_record_on_plug(msg, rec_src->ext_plug.plug); in cec_msg_record_on()337 rec_src->ext_plug.plug = msg->msg[3]; in cec_ops_record_on()544 __u8 plug, in cec_msg_clear_ext_timer() argument558 msg->msg[10] = plug; in cec_msg_clear_ext_timer()573 __u8 *plug, in cec_ops_clear_ext_timer() argument585 *plug = msg->msg[10]; in cec_ops_clear_ext_timer()700 __u8 plug, in cec_msg_set_ext_timer() argument[all …]