| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_plugin.c | 35 #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 107 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() 149 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() 202 static snd_pcm_sframes_t calc_dst_frames(struct snd_pcm_substream *plug, in calc_dst_frames() 224 static snd_pcm_sframes_t calc_src_frames(struct snd_pcm_substream *plug, in calc_src_frames() 246 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() 261 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() 370 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins() 556 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf() [all …]
|
| H A D | io.c | 28 #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()
|
| H A D | copy.c | 61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
|
| H A D | pcm_plugin.h | 12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument 61 struct snd_pcm_substream *plug; member
|
| H A D | route.c | 87 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
|
| H A D | linear.c | 149 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
|
| H A D | mulaw.c | 300 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_mulaw()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_req.c | 1261 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local 1283 struct drbd_plug_cb *plug; in drbd_check_plugged() local 1293 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug() 1377 struct drbd_plug_cb *plug = drbd_check_plugged(resource); in drbd_send_and_submit() local 1430 struct blk_plug plug; in submit_fast_path() local 1483 struct blk_plug plug; in send_and_submit_pending() local
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-lib.c | 135 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
|
| H A D | blk-core.c | 816 struct blk_plug *plug; in submit_bio_checks() local 1693 void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 1717 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() 1737 struct blk_plug *plug = current->plug; in blk_check_plugged() local 1759 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list() 1777 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | class.c | 312 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local 331 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local 676 struct typec_plug *plug; in number_of_alternate_modes_show() local 917 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release() local 930 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible() local 969 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes) in typec_plug_set_num_altmodes() 1000 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode() 1021 struct typec_plug *plug; in typec_register_plug() local 1056 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
|
| H A D | bus.h | 24 struct altmode *plug[2]; member
|
| H A D | bus.c | 237 void typec_altmode_put_plug(struct typec_altmode *plug) in typec_altmode_put_plug()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | buffer.c | 41 struct blk_plug plug; in hpfs_prefetch_sectors() local
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | checkpoint.c | 183 struct blk_plug plug; in __flush_batch() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 182 __u8 plug; member 274 __u8 plug) in cec_msg_record_on_plug() 544 __u8 plug, in cec_msg_clear_ext_timer() 573 __u8 *plug, in cec_ops_clear_ext_timer() 700 __u8 plug, in cec_msg_set_ext_timer() 729 __u8 *plug, in cec_ops_set_ext_timer()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 182 __u8 plug; member 274 __u8 plug) in cec_msg_record_on_plug() 544 __u8 plug, in cec_msg_clear_ext_timer() 573 __u8 *plug, in cec_ops_clear_ext_timer() 700 __u8 plug, in cec_msg_set_ext_timer() 729 __u8 *plug, in cec_ops_set_ext_timer()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 182 __u8 plug; member 274 __u8 plug) in cec_msg_record_on_plug() 544 __u8 plug, in cec_msg_clear_ext_timer() 573 __u8 *plug, in cec_ops_clear_ext_timer() 700 __u8 plug, in cec_msg_set_ext_timer() 729 __u8 *plug, in cec_ops_set_ext_timer()
|
| H A D | virtio_mem.h | 126 struct virtio_mem_req_plug plug; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_dir2_readdir.c | 252 struct blk_plug plug; in xfs_dir2_leaf_readbuf() local
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 1687 static void run_plug(struct btrfs_plug_cb *plug) in run_plug() 1734 struct btrfs_plug_cb *plug; in unplug_work() local 1741 struct btrfs_plug_cb *plug; in btrfs_raid_unplug() local 1787 struct btrfs_plug_cb *plug = NULL; in raid56_parity_write() local
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | io-cmd-bdev.c | 231 struct blk_plug plug; in nvmet_bdev_execute_rw() local
|
| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | blocklayout.c | 267 struct blk_plug plug; in bl_read_pagelist() local 411 struct blk_plug plug; in bl_write_pagelist() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 663 struct blk_plug plug; in swap_cluster_readahead() local 840 struct blk_plug plug; in swap_vma_readahead() local
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 821 struct blk_plug plug; in flush_pending_writes() local 1155 struct raid1_plug_cb *plug = container_of(cb, struct raid1_plug_cb, in raid1_unplug() local 1324 struct raid1_plug_cb *plug = NULL; in raid1_write_request() local 2511 struct blk_plug plug; in raid1d() local
|