Home
last modified time | relevance | path

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

/include/linux/usb/
Dtypec.h114 *typec_plug_register_altmode(struct typec_plug *plug,
232 void typec_unregister_plug(struct typec_plug *plug);
Dtypec_altmode.h108 void typec_altmode_put_plug(struct typec_altmode *plug);
/include/linux/
Dblkdev.h1189 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
1191 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() local
1199 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() local
1207 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 …]
Dblk-mq.h262 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
Dsched.h1006 struct blk_plug *plug; member
/include/uapi/linux/
Dcec-funcs.h182 __u8 plug; member
274 __u8 plug) in cec_msg_record_on_plug() argument
279 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() argument
558 msg->msg[10] = plug; in cec_msg_clear_ext_timer()
573 __u8 *plug, in cec_ops_clear_ext_timer() argument
585 *plug = msg->msg[10]; in cec_ops_clear_ext_timer()
700 __u8 plug, in cec_msg_set_ext_timer() argument
[all …]