Home
last modified time | relevance | path

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

12345678

/Linux-v6.1/sound/core/oss/
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
47 return pcm_write(plugin->plug, src_channels->area.addr, frames); in io_playback_transfer()
59 return pcm_writev(plugin->plug, bufs, frames); in io_playback_transfer()
73 return pcm_read(plugin->plug, dst_channels->area.addr, frames); in io_capture_transfer()
85 return pcm_readv(plugin->plug, bufs, frames); in io_capture_transfer()
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io() argument
119 if (snd_BUG_ON(!plug || !params)) in snd_pcm_plugin_build_io()
[all …]
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
108 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() argument
111 if (snd_BUG_ON(!snd_pcm_plug_first(plug))) in snd_pcm_plug_alloc()
113 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_alloc()
114 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); in snd_pcm_plug_alloc()
126 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); in snd_pcm_plug_alloc()
150 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() argument
160 if (snd_BUG_ON(!plug)) in snd_pcm_plugin_build()
168 plugin->plug = plug; in snd_pcm_plugin_build()
[all …]
Dpcm_plugin.h12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
61 struct snd_pcm_substream *plug; member
78 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
142 void *snd_pcm_plug_buf_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t size);
143 void snd_pcm_plug_buf_unlock(struct snd_pcm_substream *plug, void *ptr);
Dcopy.c61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy() argument
85 err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format, in snd_pcm_plugin_build_copy()
Droute.c87 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route() argument
103 err = snd_pcm_plugin_build(plug, "route conversion", in snd_pcm_plugin_build_route()
/Linux-v6.1/block/
Dblk-core.c703 struct blk_plug *plug; in submit_bio_noacct() local
707 plug = blk_mq_plug(bio); in submit_bio_noacct()
708 if (plug && plug->nowait) in submit_bio_noacct()
858 blk_flush_plug(current->plug, false); in bio_poll()
1035 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios() argument
1042 if (tsk->plug) in blk_start_plug_nr_ios()
1045 plug->mq_list = NULL; in blk_start_plug_nr_ios()
1046 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1047 plug->nr_ios = min_t(unsigned short, nr_ios, BLK_MAX_REQUEST_COUNT); in blk_start_plug_nr_ios()
1048 plug->rq_count = 0; in blk_start_plug_nr_ios()
[all …]
Dblk-lib.c101 struct blk_plug plug; in blkdev_issue_discard() local
104 blk_start_plug(&plug); in blkdev_issue_discard()
112 blk_finish_plug(&plug); in blkdev_issue_discard()
258 struct blk_plug plug; in blkdev_issue_zeroout() local
267 blk_start_plug(&plug); in blkdev_issue_zeroout()
282 blk_finish_plug(&plug); in blkdev_issue_zeroout()
309 struct blk_plug plug; in blkdev_issue_secure_erase() local
324 blk_start_plug(&plug); in blkdev_issue_secure_erase()
341 blk_finish_plug(&plug); in blkdev_issue_secure_erase()
Dblk-mq.c514 struct blk_plug *plug, in blk_mq_rq_cache_fill() argument
522 .nr_tags = plug->nr_ios, in blk_mq_rq_cache_fill()
523 .cached_rq = &plug->cached_rq, in blk_mq_rq_cache_fill()
530 plug->nr_ios = 1; in blk_mq_rq_cache_fill()
542 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request() local
545 if (!plug) in blk_mq_alloc_cached_request()
547 if (rq_list_empty(plug->cached_rq)) { in blk_mq_alloc_cached_request()
548 if (plug->nr_ios == 1) in blk_mq_alloc_cached_request()
550 rq = blk_mq_rq_cache_fill(q, plug, opf, flags); in blk_mq_alloc_cached_request()
555 rq = rq_list_peek(&plug->cached_rq); in blk_mq_alloc_cached_request()
[all …]
Dfops.c174 struct blk_plug plug; in __blkdev_direct_IO() local
210 blk_start_plug(&plug); in __blkdev_direct_IO()
247 blk_finish_plug(&plug); in __blkdev_direct_IO()
515 struct blk_plug plug; in blkdev_write_iter() local
540 blk_start_plug(&plug); in blkdev_write_iter()
545 blk_finish_plug(&plug); in blkdev_write_iter()
Dblk-mq.h126 void blk_mq_free_plug_rqs(struct blk_plug *plug);
127 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
323 return current->plug; in blk_mq_plug()
/Linux-v6.1/mm/
Dswap.h12 struct swap_iocb **plug);
13 void __swap_read_unplug(struct swap_iocb *plug);
14 static inline void swap_read_unplug(struct swap_iocb *plug) in swap_read_unplug() argument
16 if (unlikely(plug)) in swap_read_unplug()
17 __swap_read_unplug(plug); in swap_read_unplug()
50 struct swap_iocb **plug);
67 struct swap_iocb **plug) in swap_readpage() argument
Dpage_io.c412 struct swap_iocb **plug) in swap_readpage_fs() argument
418 if (plug) in swap_readpage_fs()
419 sio = *plug; in swap_readpage_fs()
440 if (sio->pages == ARRAY_SIZE(sio->bvec) || !plug) { in swap_readpage_fs()
444 if (plug) in swap_readpage_fs()
445 *plug = sio; in swap_readpage_fs()
449 struct swap_iocb **plug) in swap_readpage() argument
480 swap_readpage_fs(page, plug); in swap_readpage()
Dswap_state.c519 struct swap_iocb **plug) in read_swap_cache_async() argument
526 swap_readpage(retpage, do_poll, plug); in read_swap_cache_async()
619 struct blk_plug plug; in swap_cluster_readahead() local
638 blk_start_plug(&plug); in swap_cluster_readahead()
655 blk_finish_plug(&plug); in swap_cluster_readahead()
791 struct blk_plug plug; in swap_vma_readahead() local
807 blk_start_plug(&plug); in swap_vma_readahead()
829 blk_finish_plug(&plug); in swap_vma_readahead()
/Linux-v6.1/drivers/usb/typec/
Dclass.c254 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local
256 partner->plug[plug->index] = altmode; in typec_altmode_set_partner()
273 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local
275 partner->plug[plug->index] = NULL; in typec_altmode_put_partner()
618 struct typec_plug *plug; in number_of_alternate_modes_show() local
625 plug = to_typec_plug(dev); in number_of_alternate_modes_show()
626 num_altmodes = plug->num_altmodes; in number_of_alternate_modes_show()
893 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release() local
895 ida_destroy(&plug->mode_ids); in typec_plug_release()
896 kfree(plug); in typec_plug_release()
[all …]
Dbus.c226 if (port->plug[index]) { in typec_altmode_get_plug()
227 get_device(&port->plug[index]->adev.dev); in typec_altmode_get_plug()
228 return &port->plug[index]->adev; in typec_altmode_get_plug()
239 void typec_altmode_put_plug(struct typec_altmode *plug) in typec_altmode_put_plug() argument
241 if (plug) in typec_altmode_put_plug()
242 put_device(&plug->dev); in typec_altmode_put_plug()
/Linux-v6.1/io_uring/
Dopdef.c62 .plug = 1,
79 .plug = 1,
102 .plug = 1,
117 .plug = 1,
276 .plug = 1,
291 .plug = 1,
481 .plug = 1,
/Linux-v6.1/arch/powerpc/platforms/ps3/
Dinterrupt.c706 unsigned int plug; in ps3_get_irq() local
713 asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x)); in ps3_get_irq()
714 plug &= 0x3f; in ps3_get_irq()
716 if (unlikely(!plug)) { in ps3_get_irq()
725 if (unlikely(plug < NR_IRQS_LEGACY || plug > PS3_PLUG_MAX)) { in ps3_get_irq()
734 if (test_bit(63 - plug, &pd->ipi_mask)) in ps3_get_irq()
735 lv1_end_of_interrupt_ext(pd->ppe_id, pd->thread_id, plug); in ps3_get_irq()
737 return plug; in ps3_get_irq()
/Linux-v6.1/sound/firewire/
Dfcp.h20 unsigned short plug);
23 unsigned short plug);
/Linux-v6.1/drivers/block/drbd/
Ddrbd_req.c1269 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local
1270 struct drbd_resource *resource = plug->cb.data; in drbd_unplug()
1271 struct drbd_request *req = plug->most_recent_req; in drbd_unplug()
1291 struct drbd_plug_cb *plug; in drbd_check_plugged() local
1292 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
1295 plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_check_plugged()
1297 plug = NULL; in drbd_check_plugged()
1298 return plug; in drbd_check_plugged()
1301 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug() argument
1303 struct drbd_request *tmp = plug->most_recent_req; in drbd_update_plug()
[all …]
/Linux-v6.1/Documentation/usb/
Dchipidea.rst38 2) Connect 2 boards with usb cable with one end is micro A plug, the other end
39 is micro B plug.
41 The A-device(with micro A plug inserted) should enumerate B-device.
65 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds,
68 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds,
/Linux-v6.1/include/linux/usb/
Dtypec.h147 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
149 *typec_plug_register_altmode(struct typec_plug *plug,
303 void typec_unregister_plug(struct typec_plug *plug);
/Linux-v6.1/fs/btrfs/
Draid56.c1707 static void run_plug(struct btrfs_plug_cb *plug) in run_plug() argument
1717 list_sort(NULL, &plug->rbio_list, plug_cmp); in run_plug()
1718 while (!list_empty(&plug->rbio_list)) { in run_plug()
1719 cur = list_entry(plug->rbio_list.next, in run_plug()
1745 kfree(plug); in run_plug()
1754 struct btrfs_plug_cb *plug; in unplug_work() local
1755 plug = container_of(work, struct btrfs_plug_cb, work); in unplug_work()
1756 run_plug(plug); in unplug_work()
1761 struct btrfs_plug_cb *plug; in btrfs_raid_unplug() local
1762 plug = container_of(cb, struct btrfs_plug_cb, cb); in btrfs_raid_unplug()
[all …]
/Linux-v6.1/fs/hpfs/
Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors() local
58 blk_start_plug(&plug); in hpfs_prefetch_sectors()
66 blk_finish_plug(&plug); in hpfs_prefetch_sectors()
/Linux-v6.1/drivers/media/firewire/
Dfiredtv.h132 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel);
133 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel);
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_typec.c53 struct typec_plug *plug; member
288 typec_unregister_plug(port->plug); in cros_typec_remove_cable()
289 port->plug = NULL; in cros_typec_remove_cable()
756 amode = typec_plug_register_altmode(port->plug, &desc); in cros_typec_register_altmodes()
784 ret = typec_plug_set_num_altmodes(port->plug, num_altmodes); in cros_typec_register_altmodes()
877 port->plug = typec_register_plug(port->cable, &p_desc); in cros_typec_handle_sop_prime_disc()
878 if (IS_ERR(port->plug)) { in cros_typec_handle_sop_prime_disc()
879 ret = PTR_ERR(port->plug); in cros_typec_handle_sop_prime_disc()
880 port->plug = NULL; in cros_typec_handle_sop_prime_disc()

12345678