Home
last modified time | relevance | path

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

/include/uapi/linux/
Dvirtio_mem.h131 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/usb/
Dtypec.h150 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
152 *typec_plug_register_altmode(struct typec_plug *plug,
323 void typec_unregister_plug(struct typec_plug *plug);
Dtypec_altmode.h152 void typec_altmode_put_plug(struct typec_altmode *plug);
/include/linux/
Dblkdev.h1132 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1133 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
1135 if (plug) in blk_flush_plug()
1136 __blk_flush_plug(plug, async); in blk_flush_plug()
1144 struct blk_plug *plug = tsk->plug; in blk_plug_invalidate_ts() local
1146 if (plug) in blk_plug_invalidate_ts()
1147 plug->cur_ktime = 0; in blk_plug_invalidate_ts()
1157 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios() argument
1162 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument
1166 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument
[all …]
Dio_uring_types.h212 struct blk_plug plug; member
Dsched.h1313 struct blk_plug *plug; member