Searched refs:plug (Results 1 – 7 of 7) sorted by relevance
136 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);138 *typec_plug_register_altmode(struct typec_plug *plug,287 void typec_unregister_plug(struct typec_plug *plug);
122 void typec_altmode_put_plug(struct typec_altmode *plug);
126 struct virtio_mem_req_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 …]
1239 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local1241 if (plug) in blk_flush_plug()1242 blk_flush_plug_list(plug, false); in blk_flush_plug()1247 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local1249 if (plug) in blk_schedule_flush_plug()1250 blk_flush_plug_list(plug, true); in blk_schedule_flush_plug()1255 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local1257 return plug && in blk_needs_flush_plug()1258 (!list_empty(&plug->mq_list) || in blk_needs_flush_plug()1259 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()[all …]
454 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
1188 struct blk_plug *plug; member