Home
last modified time | relevance | path

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

/include/linux/usb/
Dtypec.h136 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);
Dtypec_altmode.h122 void typec_altmode_put_plug(struct typec_altmode *plug);
/include/uapi/linux/
Dvirtio_mem.h126 struct virtio_mem_req_plug plug; member
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 …]
/include/linux/
Dblkdev.h1239 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
1241 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() local
1249 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() local
1257 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 …]
Dblk-mq.h454 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
Dsched.h1188 struct blk_plug *plug; member