Home
last modified time | relevance | path

Searched defs:plug (Results 1 – 25 of 157) sorted by relevance

1234567

/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_plugin.c35 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) argument
36 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last) argument
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
146 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build()
199 static snd_pcm_sframes_t calc_dst_frames(struct snd_pcm_substream *plug, in calc_dst_frames()
221 static snd_pcm_sframes_t calc_src_frames(struct snd_pcm_substream *plug, in calc_src_frames()
243 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_fr… in snd_pcm_plug_client_size()
258 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_fra… in snd_pcm_plug_slave_size()
367 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins()
553 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf()
[all …]
Dio.c28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) argument
29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) argument
30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) argument
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) argument
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io()
Dcopy.c61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
Dpcm_plugin.h12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
61 struct snd_pcm_substream *plug; member
Droute.c87 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
Dlinear.c149 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
/kernel/linux/linux-4.19/sound/core/oss/
Dpcm_plugin.c35 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) argument
36 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last) argument
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
146 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build()
199 static snd_pcm_sframes_t plug_client_size(struct snd_pcm_substream *plug, in plug_client_size()
238 static snd_pcm_sframes_t plug_slave_size(struct snd_pcm_substream *plug, in plug_slave_size()
285 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, in snd_pcm_plug_client_size()
291 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, in snd_pcm_plug_slave_size()
391 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins()
577 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf()
[all …]
Dio.c28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) argument
29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) argument
30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) argument
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) argument
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io()
Dcopy.c61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
Dpcm_plugin.h27 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
76 struct snd_pcm_substream *plug; member
Droute.c87 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
Dlinear.c149 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_req.c1260 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local
1282 struct drbd_plug_cb *plug; in drbd_check_plugged() local
1292 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug()
1376 struct drbd_plug_cb *plug = drbd_check_plugged(resource); in drbd_send_and_submit() local
1429 struct blk_plug plug; in submit_fast_path() local
1482 struct blk_plug plug; in send_and_submit_pending() local
/kernel/linux/linux-4.19/block/
Dblk-lib.c102 struct blk_plug plug; in blkdev_issue_discard() local
198 struct blk_plug plug; in blkdev_issue_write_same() local
365 struct blk_plug plug; in blkdev_issue_zeroout() local
Dblk-core.c1904 struct blk_plug *plug; in blk_attempt_plug_merge() local
1958 struct blk_plug *plug; in blk_plug_queued_count() local
2001 struct blk_plug *plug; in blk_queue_bio() local
3601 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
3652 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
3672 struct blk_plug *plug = current->plug; in blk_check_plugged() local
3694 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list()
3757 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
/kernel/linux/linux-5.10/block/
Dblk-lib.c135 struct blk_plug plug; in blkdev_issue_discard() local
231 struct blk_plug plug; in blkdev_issue_write_same() local
398 struct blk_plug plug; in blkdev_issue_zeroout() local
Dblk-core.c810 struct blk_plug *plug; in submit_bio_checks() local
1678 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1702 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
1722 struct blk_plug *plug = current->plug; in blk_check_plugged() local
1744 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list()
1762 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
/kernel/linux/linux-4.19/drivers/block/drbd/
Ddrbd_req.c1290 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local
1312 struct drbd_plug_cb *plug; in drbd_check_plugged() local
1322 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug()
1406 struct drbd_plug_cb *plug = drbd_check_plugged(resource); in drbd_send_and_submit() local
1459 struct blk_plug plug; in submit_fast_path() local
1512 struct blk_plug plug; in send_and_submit_pending() local
/kernel/linux/linux-5.10/mm/
Dmemcg_reclaim.c194 struct blk_plug plug; in shrink_anon_memcg() local
317 struct blk_plug plug; in shrink_file() local
/kernel/linux/linux-4.19/drivers/usb/typec/
Dbus.h24 struct altmode *plug[2]; member
Dclass.c179 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local
198 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local
696 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release() local
720 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
741 struct typec_plug *plug; in typec_register_plug() local
775 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
/kernel/linux/linux-5.10/drivers/usb/typec/
Dclass.c181 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local
200 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local
661 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release() local
685 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
706 struct typec_plug *plug; in typec_register_plug() local
740 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
Dbus.h24 struct altmode *plug[2]; member
/kernel/linux/linux-5.10/fs/hpfs/
Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors() local
/kernel/linux/linux-4.19/fs/hpfs/
Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors() local

1234567