| /linux-4.4.14/drivers/base/power/ |
| D | wakeup.c | 76 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare() argument 78 if (ws) { in wakeup_source_prepare() 79 memset(ws, 0, sizeof(*ws)); in wakeup_source_prepare() 80 ws->name = name; in wakeup_source_prepare() 91 struct wakeup_source *ws; in wakeup_source_create() local 93 ws = kmalloc(sizeof(*ws), GFP_KERNEL); in wakeup_source_create() 94 if (!ws) in wakeup_source_create() 97 wakeup_source_prepare(ws, name ? kstrdup_const(name, GFP_KERNEL) : NULL); in wakeup_source_create() 98 return ws; in wakeup_source_create() 109 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop() argument [all …]
|
| /linux-4.4.14/include/linux/ |
| D | pm_wakeup.h | 92 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); 94 extern void wakeup_source_drop(struct wakeup_source *ws); 95 extern void wakeup_source_destroy(struct wakeup_source *ws); 96 extern void wakeup_source_add(struct wakeup_source *ws); 97 extern void wakeup_source_remove(struct wakeup_source *ws); 99 extern void wakeup_source_unregister(struct wakeup_source *ws); 105 extern void __pm_stay_awake(struct wakeup_source *ws); 107 extern void __pm_relax(struct wakeup_source *ws); 109 extern void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec); 124 static inline void wakeup_source_prepare(struct wakeup_source *ws, in wakeup_source_prepare() argument [all …]
|
| D | tty_driver.h | 284 int (*resize)(struct tty_struct *tty, struct winsize *ws);
|
| D | tty.h | 452 extern int tty_do_resize(struct tty_struct *tty, struct winsize *ws);
|
| /linux-4.4.14/sound/core/ |
| D | pcm_iec958.c | 30 unsigned int fs, ws; in snd_pcm_create_iec958_consumer() local 64 ws = IEC958_AES4_CON_WORDLEN_20_16; in snd_pcm_create_iec958_consumer() 67 ws = IEC958_AES4_CON_WORDLEN_22_18; in snd_pcm_create_iec958_consumer() 70 ws = IEC958_AES4_CON_WORDLEN_20_16 | in snd_pcm_create_iec958_consumer() 74 ws = IEC958_AES4_CON_WORDLEN_24_20 | in snd_pcm_create_iec958_consumer() 91 cs[4] = ws; in snd_pcm_create_iec958_consumer()
|
| /linux-4.4.14/kernel/power/ |
| D | wakelock.c | 29 struct wakeup_source ws; member 48 if (wl->ws.active == show_active) in pm_show_wakelocks() 114 spin_lock_irq(&wl->ws.lock); in __wakelocks_gc() 115 idle_time_ns = ktime_to_ns(ktime_sub(now, wl->ws.last_time)); in __wakelocks_gc() 116 active = wl->ws.active; in __wakelocks_gc() 117 spin_unlock_irq(&wl->ws.lock); in __wakelocks_gc() 123 wakeup_source_remove(&wl->ws); in __wakelocks_gc() 189 wl->ws.name = wl->name; in wakelock_lookup_add() 190 wakeup_source_add(&wl->ws); in wakelock_lookup_add() 234 __pm_wakeup_event(&wl->ws, timeout_ms); in pm_wake_lock() [all …]
|
| /linux-4.4.14/fs/ |
| D | eventpoll.c | 169 struct wakeup_source __rcu *ws; member 212 struct wakeup_source *ws; member 550 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source() 556 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local 558 if (ws) in ep_pm_stay_awake() 559 __pm_stay_awake(ws); in ep_pm_stay_awake() 564 return rcu_access_pointer(epi->ws) ? true : false; in ep_has_wakeup_source() 570 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local 573 ws = rcu_dereference(epi->ws); in ep_pm_stay_awake_rcu() 574 if (ws) in ep_pm_stay_awake_rcu() [all …]
|
| /linux-4.4.14/drivers/net/wimax/i2400m/ |
| D | rx.c | 183 void i2400m_report_hook_work(struct work_struct *ws) in i2400m_report_hook_work() argument 185 struct i2400m *i2400m = container_of(ws, struct i2400m, rx_report_ws); in i2400m_report_hook_work() 490 unsigned ws; member 499 roq->ws = 0; in __i2400m_roq_init() 525 r = ((int) sn - (int) roq->ws) % 2048; in __i2400m_roq_nsn() 545 unsigned ws, count, sn, nsn, new_ws; member 563 index, e->ws, e->count, e->sn, e->nsn, e->new_ws); in i2400m_roq_log_entry_print() 567 index, e->ws, e->count, e->sn, e->nsn); in i2400m_roq_log_entry_print() 572 index, e->ws, e->count, e->sn, e->nsn, e->new_ws); in i2400m_roq_log_entry_print() 577 index, e->ws, e->count, e->sn, e->nsn, e->new_ws); in i2400m_roq_log_entry_print() [all …]
|
| D | driver.c | 597 void __i2400m_dev_reset_handle(struct work_struct *ws) in __i2400m_dev_reset_handle() argument 599 struct i2400m *i2400m = container_of(ws, struct i2400m, reset_ws); in __i2400m_dev_reset_handle() 605 d_fnstart(3, dev, "(ws %p i2400m %p reason %s)\n", ws, i2400m, reason); in __i2400m_dev_reset_handle() 679 ws, i2400m, reason); in __i2400m_dev_reset_handle() 709 void __i2400m_error_recovery(struct work_struct *ws) in __i2400m_error_recovery() argument 711 struct i2400m *i2400m = container_of(ws, struct i2400m, recovery_ws); in __i2400m_error_recovery()
|
| D | netdev.c | 153 void i2400m_wake_tx_work(struct work_struct *ws) in i2400m_wake_tx_work() argument 156 struct i2400m *i2400m = container_of(ws, struct i2400m, wake_tx_ws); in i2400m_wake_tx_work() 167 d_fnstart(3, dev, "(ws %p i2400m %p skb %p)\n", ws, i2400m, skb); in i2400m_wake_tx_work() 207 ws, i2400m, skb, result); in i2400m_wake_tx_work()
|
| /linux-4.4.14/drivers/tty/hvc/ |
| D | hvc_console.h | 60 struct winsize ws; member 98 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws); 100 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize() argument 105 __hvc_resize(hp, ws); in hvc_resize()
|
| D | hvc_console.c | 552 struct winsize ws; in hvc_set_winsz() local 561 ws = hp->ws; in hvc_set_winsz() 564 tty_do_resize(tty, &ws); in hvc_set_winsz() 726 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize() argument 728 hp->ws = ws; in __hvc_resize()
|
| /linux-4.4.14/arch/xtensa/kernel/ |
| D | ptrace.c | 84 unsigned long wb, ws; in ptrace_setregs() local 94 __get_user(ws, &gregset->windowstart); in ptrace_setregs() 103 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs() 106 rotws = (((ws | (ws << WSBITS)) >> wb) & in ptrace_setregs() 111 regs->windowstart = ws; in ptrace_setregs() 212 unsigned long ws = regs->windowstart; in ptrace_peekusr() local 213 tmp = ((ws>>wb) | (ws<<(WSBITS-wb))) & ((1<<WSBITS)-1); in ptrace_peekusr()
|
| D | process.c | 323 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local 327 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 329 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs() 345 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
| D | signal.c | 57 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local 71 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb)); in flush_window_regs_user()
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | r4kcache.h | 566 unsigned long ws, addr; \ 570 for (ws = 0; ws < ws_end; ws += ws_inc) \ 572 cache##lsize##_unroll32(addr|ws, indexop); \ 600 unsigned long ws, addr; \ 604 for (ws = 0; ws < ws_end; ws += ws_inc) \ 606 cache##lsize##_unroll32(addr|ws, indexop); \
|
| D | asmmacro.h | 301 .macro copy_s_w ws, n 306 copy_s.w $1, $w\ws[\n] 310 .macro copy_s_d ws, n 315 copy_s.d $1, $w\ws[\n] 464 .macro copy_s_w ws, n 469 .word COPY_SW_MSA_INSN | (\n << 16) | (\ws << 11) 473 .macro copy_s_d ws, n 478 .word COPY_SD_MSA_INSN | (\n << 16) | (\ws << 11)
|
| /linux-4.4.14/fs/btrfs/ |
| D | lzo.c | 39 static void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace() argument 41 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_free_workspace() 87 static int lzo_compress_pages(struct list_head *ws, in lzo_compress_pages() argument 97 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_compress_pages() 257 static int lzo_decompress_biovec(struct list_head *ws, in lzo_decompress_biovec() argument 264 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress_biovec() 381 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress() argument 386 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress()
|
| D | zlib.c | 41 static void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() argument 43 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_free_workspace() 74 static int zlib_compress_pages(struct list_head *ws, in zlib_compress_pages() argument 84 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_compress_pages() 213 static int zlib_decompress_biovec(struct list_head *ws, struct page **pages_in, in zlib_decompress_biovec() argument 219 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress_biovec() 307 static int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress() argument 312 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress()
|
| /linux-4.4.14/tools/perf/util/ |
| D | util.c | 357 void get_term_dimensions(struct winsize *ws) in get_term_dimensions() argument 362 ws->ws_row = atoi(s); in get_term_dimensions() 365 ws->ws_col = atoi(s); in get_term_dimensions() 366 if (ws->ws_row && ws->ws_col) in get_term_dimensions() 371 if (ioctl(1, TIOCGWINSZ, ws) == 0 && in get_term_dimensions() 372 ws->ws_row && ws->ws_col) in get_term_dimensions() 375 ws->ws_row = 25; in get_term_dimensions() 376 ws->ws_col = 80; in get_term_dimensions()
|
| D | util.h | 285 void get_term_dimensions(struct winsize *ws);
|
| D | parse-events.c | 1433 struct winsize ws; in get_term_width() local 1435 get_term_dimensions(&ws); in get_term_width() 1436 return ws.ws_col > MAX_WIDTH ? MAX_WIDTH : ws.ws_col; in get_term_width()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-era-target.c | 46 static void writeset_free(struct writeset *ws) in writeset_free() argument 48 vfree(ws->bits); in writeset_free() 71 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc() argument 73 ws->md.nr_bits = nr_blocks; in writeset_alloc() 74 ws->md.root = INVALID_WRITESET_ROOT; in writeset_alloc() 75 ws->bits = vzalloc(bitset_size(nr_blocks)); in writeset_alloc() 76 if (!ws->bits) { in writeset_alloc() 87 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws) in writeset_init() argument 91 memset(ws->bits, 0, bitset_size(ws->md.nr_bits)); in writeset_init() 93 r = setup_on_disk_bitset(info, ws->md.nr_bits, &ws->md.root); in writeset_init() [all …]
|
| D | dm-thin.c | 2209 static void do_worker(struct work_struct *ws) in do_worker() argument 2211 struct pool *pool = container_of(ws, struct pool, worker); in do_worker() 2228 static void do_waker(struct work_struct *ws) in do_waker() argument 2230 struct pool *pool = container_of(to_delayed_work(ws), struct pool, waker); in do_waker() 2242 static void do_no_space_timeout(struct work_struct *ws) in do_no_space_timeout() argument 2244 struct pool *pool = container_of(to_delayed_work(ws), struct pool, in do_no_space_timeout() 2261 static struct pool_work *to_pool_work(struct work_struct *ws) in to_pool_work() argument 2263 return container_of(ws, struct pool_work, worker); in to_pool_work() 2287 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() argument 2289 return container_of(to_pool_work(ws), struct noflush_work, pw); in to_noflush() [all …]
|
| D | dm-raid.c | 737 static void do_table_event(struct work_struct *ws) in do_table_event() argument 739 struct raid_set *rs = container_of(ws, struct raid_set, md.event_work); in do_table_event()
|
| D | md.c | 380 static void md_submit_flush_data(struct work_struct *ws); 382 static void submit_flushes(struct work_struct *ws) in submit_flushes() argument 384 struct mddev *mddev = container_of(ws, struct mddev, flush_work); in submit_flushes() 415 static void md_submit_flush_data(struct work_struct *ws) in md_submit_flush_data() argument 417 struct mddev *mddev = container_of(ws, struct mddev, flush_work); in md_submit_flush_data() 460 static void mddev_delayed_delete(struct work_struct *ws); 2127 static void md_delayed_delete(struct work_struct *ws) in md_delayed_delete() argument 2129 struct md_rdev *rdev = container_of(ws, struct md_rdev, del_work); in md_delayed_delete() 4965 static void mddev_delayed_delete(struct work_struct *ws) in mddev_delayed_delete() argument 4967 struct mddev *mddev = container_of(ws, struct mddev, del_work); in mddev_delayed_delete() [all …]
|
| D | dm-cache-target.c | 2247 static void do_worker(struct work_struct *ws) in do_worker() argument 2249 struct cache *cache = container_of(ws, struct cache, worker); in do_worker() 2281 static void do_waker(struct work_struct *ws) in do_waker() argument 2283 struct cache *cache = container_of(to_delayed_work(ws), struct cache, waker); in do_waker()
|
| /linux-4.4.14/sound/soc/sh/rcar/ |
| D | adg.c | 73 int ws = id; in rsnd_adg_ssi_ws_timing_gen2() local 79 ws = 0; in rsnd_adg_ssi_ws_timing_gen2() 82 ws = 3; in rsnd_adg_ssi_ws_timing_gen2() 85 ws = 7; in rsnd_adg_ssi_ws_timing_gen2() 90 return (0x6 + ws) << 8; in rsnd_adg_ssi_ws_timing_gen2() 123 u32 mask, ws; in rsnd_adg_set_src_timsel_gen2() local 128 ws = rsnd_adg_ssi_ws_timing_gen2(io); in rsnd_adg_set_src_timsel_gen2() 130 in = (is_play) ? timsel : ws; in rsnd_adg_set_src_timsel_gen2() 131 out = (is_play) ? ws : timsel; in rsnd_adg_set_src_timsel_gen2()
|
| /linux-4.4.14/arch/mips/mm/ |
| D | c-r4k.c | 235 unsigned long ws, addr; in tx49_blast_icache32() local 239 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 241 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 244 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 246 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 266 unsigned long ws, addr; in tx49_blast_icache32_page_indexed() local 270 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 272 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed() 275 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 277 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed()
|
| /linux-4.4.14/arch/s390/crypto/ |
| D | prng.c | 309 struct ppno_ws_s ws; in prng_sha512_selftest() local 311 memset(&ws, 0, sizeof(ws)); in prng_sha512_selftest() 315 &ws, NULL, 0, in prng_sha512_selftest() 325 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest() 326 || memcmp(ws.C, C0, sizeof(C0)) != 0) { in prng_sha512_selftest() 335 &ws, buf, sizeof(buf), in prng_sha512_selftest() 344 &ws, buf, sizeof(buf), in prng_sha512_selftest()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | atom.c | 57 uint32_t *ps, *ws; member 263 val = ctx->ws[idx]; in atom_get_src_int() 533 ctx->ws[idx] = val; in atom_put_dst() 1162 int len, ws, ps, ptr; in atom_execute_table_locked() local 1171 ws = CU8(base + ATOM_CT_WS_PTR); in atom_execute_table_locked() 1175 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked() 1183 if (ws) in atom_execute_table_locked() 1184 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in atom_execute_table_locked() 1186 ectx.ws = NULL; in atom_execute_table_locked() 1197 base, len, ws, ps, ptr - 1); in atom_execute_table_locked() [all …]
|
| /linux-4.4.14/drivers/staging/gdm72xx/ |
| D | gdm_sdio.c | 329 struct sdiowm_dev *sdev = container_of(work, struct sdiowm_dev, ws); in do_tx() 355 schedule_work(&sdev->ws); in do_tx() 428 schedule_work(&sdev->ws); in gdm_sdio_send() 458 schedule_work(&sdev->ws); in control_sdu_tx_flow() 511 schedule_work(&sdev->ws); in gdm_sdio_irq() 641 INIT_WORK(&sdev->ws, do_tx); in sdio_wimax_probe() 658 cancel_work_sync(&sdev->ws); in sdio_wimax_remove()
|
| D | gdm_sdio.h | 60 struct work_struct ws; member
|
| D | gdm_wimax.c | 50 struct work_struct ws; member 159 INIT_WORK(&wm_event.ws, __gdm_wimax_event_send); in gdm_wimax_event_init() 222 schedule_work(&wm_event.ws); in gdm_wimax_event_send()
|
| /linux-4.4.14/arch/powerpc/sysdev/ |
| D | fsl_mpic_timer_wakeup.c | 30 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource() argument 33 container_of(ws, struct fsl_mpic_timer_wakeup, free_work); in fsl_free_resource()
|
| /linux-4.4.14/arch/xtensa/include/asm/ |
| D | processor.h | 111 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | atom.c | 57 uint32_t *ps, *ws; member 260 val = ctx->ws[idx]; in atom_get_src_int() 530 ctx->ws[idx] = val; in atom_put_dst() 1208 int len, ws, ps, ptr; in amdgpu_atom_execute_table_locked() local 1217 ws = CU8(base + ATOM_CT_WS_PTR); in amdgpu_atom_execute_table_locked() 1221 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked() 1229 if (ws) in amdgpu_atom_execute_table_locked() 1230 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked() 1232 ectx.ws = NULL; in amdgpu_atom_execute_table_locked() 1243 base, len, ws, ps, ptr - 1); in amdgpu_atom_execute_table_locked() [all …]
|
| D | amdgpu.h | 2256 …u_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (… argument
|
| /linux-4.4.14/drivers/leds/ |
| D | led-core.c | 82 static void set_brightness_delayed(struct work_struct *ws) in set_brightness_delayed() argument 85 container_of(ws, struct led_classdev, set_brightness_work); in set_brightness_delayed()
|
| /linux-4.4.14/drivers/spi/ |
| D | spi-sh.c | 86 struct work_struct ws; member 285 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() 383 queue_work(ss->workqueue, &ss->ws); in spi_sh_transfer() 485 INIT_WORK(&ss->ws, spi_sh_work); in spi_sh_probe()
|
| /linux-4.4.14/drivers/usb/wusbcore/ |
| D | wa-nep.c | 92 static void wa_notif_dispatch(struct work_struct *ws) in wa_notif_dispatch() argument 96 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, in wa_notif_dispatch()
|
| D | wa-hc.h | 93 extern void wa_urb_enqueue_run(struct work_struct *ws); 94 extern void wa_process_errored_transfers_run(struct work_struct *ws);
|
| D | devconnect.c | 449 static void wusbhc_keep_alive_run(struct work_struct *ws) in wusbhc_keep_alive_run() argument 451 struct delayed_work *dw = to_delayed_work(ws); in wusbhc_keep_alive_run()
|
| D | wa-xfer.c | 1750 void wa_urb_enqueue_run(struct work_struct *ws) in wa_urb_enqueue_run() argument 1752 struct wahc *wa = container_of(ws, struct wahc, xfer_enqueue_work); in wa_urb_enqueue_run() 1781 void wa_process_errored_transfers_run(struct work_struct *ws) in wa_process_errored_transfers_run() argument 1783 struct wahc *wa = container_of(ws, struct wahc, xfer_error_work); in wa_process_errored_transfers_run()
|
| /linux-4.4.14/drivers/isdn/mISDN/ |
| D | hwchannel.c | 23 dchannel_bh(struct work_struct *ws) in dchannel_bh() argument 25 struct dchannel *dch = container_of(ws, struct dchannel, workq); in dchannel_bh() 46 bchannel_bh(struct work_struct *ws) in bchannel_bh() argument 48 struct bchannel *bch = container_of(ws, struct bchannel, workq); in bchannel_bh()
|
| /linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
| D | sn2_smp.c | 91 unsigned long zeroval, ws; in wait_piowc() local 97 } while (((ws = *piows) & SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK) != zeroval); in wait_piowc() 98 return (ws & SH_PIO_WRITE_STATUS_WRITE_DEADLOCK_MASK) != 0; in wait_piowc()
|
| /linux-4.4.14/drivers/tty/ |
| D | pty.c | 301 static int pty_resize(struct tty_struct *tty, struct winsize *ws) in pty_resize() argument 308 if (!memcmp(ws, &tty->winsize, sizeof(*ws))) in pty_resize() 323 tty->winsize = *ws; in pty_resize() 324 pty->winsize = *ws; /* Never used so will go away soon */ in pty_resize()
|
| D | tty_io.c | 2327 int tty_do_resize(struct tty_struct *tty, struct winsize *ws) in tty_do_resize() argument 2333 if (!memcmp(ws, &tty->winsize, sizeof(*ws))) in tty_do_resize() 2342 tty->winsize = *ws; in tty_do_resize()
|
| /linux-4.4.14/drivers/net/irda/ |
| D | vlsi_ir.h | 439 #define PHYCTL_SIR(br,ws,cs) BWP_TO_PHYCTL(BAUD_BITS(br),calc_width_bits((br),(ws),(cs)),0) argument
|
| /linux-4.4.14/drivers/net/wireless/prism54/ |
| D | islpci_mgt.h | 113 struct work_struct ws; /* argument for schedule_work() */ member
|
| D | islpci_mgt.c | 381 INIT_WORK(&frame->ws, prism54_process_trap); in islpci_mgt_receive() 382 schedule_work(&frame->ws); in islpci_mgt_receive()
|
| D | isl_ioctl.c | 2471 container_of(work, struct islpci_mgmtframe, ws); in prism54_process_trap()
|
| /linux-4.4.14/kernel/time/ |
| D | alarmtimer.c | 48 static struct wakeup_source *ws; variable 258 __pm_wakeup_event(ws, 2 * MSEC_PER_SEC); in alarmtimer_suspend() 271 __pm_wakeup_event(ws, MSEC_PER_SEC); in alarmtimer_suspend() 861 ws = wakeup_source_register("alarmtimer"); in alarmtimer_init()
|
| /linux-4.4.14/drivers/tty/serial/ |
| D | sc16is7xx.c | 691 static void sc16is7xx_ist(struct kthread_work *ws) in sc16is7xx_ist() argument 693 struct sc16is7xx_port *s = to_sc16is7xx_port(ws, irq_work); in sc16is7xx_ist() 709 static void sc16is7xx_tx_proc(struct kthread_work *ws) in sc16is7xx_tx_proc() argument 711 struct uart_port *port = &(to_sc16is7xx_one(ws, tx_work)->port); in sc16is7xx_tx_proc() 740 static void sc16is7xx_reg_proc(struct kthread_work *ws) in sc16is7xx_reg_proc() argument 742 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
|
| D | max310x.c | 735 static void max310x_wq_proc(struct work_struct *ws) in max310x_wq_proc() argument 737 struct max310x_one *one = container_of(ws, struct max310x_one, tx_work); in max310x_wq_proc() 771 static void max310x_md_proc(struct work_struct *ws) in max310x_md_proc() argument 773 struct max310x_one *one = container_of(ws, struct max310x_one, md_work); in max310x_md_proc()
|
| /linux-4.4.14/drivers/acpi/ |
| D | device_pm.c | 400 __pm_wakeup_event(adev->wakeup.ws, 0); in acpi_pm_notify_handler() 434 adev->wakeup.ws = wakeup_source_register(dev_name(&adev->dev)); in acpi_add_pm_notifier() 475 wakeup_source_unregister(adev->wakeup.ws); in acpi_remove_pm_notifier()
|
| /linux-4.4.14/drivers/scsi/cxlflash/ |
| D | superpipe.c | 764 u8 *ws = NULL; in create_context() local 769 ws = kzalloc((MAX_RHT_PER_CONTEXT * sizeof(*ws)), GFP_KERNEL); in create_context() 770 if (unlikely(!ctxi || !lli || !ws)) { in create_context() 782 ctxi->rht_needs_ws = ws; in create_context() 801 kfree(ws); in create_context()
|
| /linux-4.4.14/drivers/net/can/spi/ |
| D | mcp251x.c | 742 static void mcp251x_tx_work_handler(struct work_struct *ws) in mcp251x_tx_work_handler() argument 744 struct mcp251x_priv *priv = container_of(ws, struct mcp251x_priv, in mcp251x_tx_work_handler() 768 static void mcp251x_restart_work_handler(struct work_struct *ws) in mcp251x_restart_work_handler() argument 770 struct mcp251x_priv *priv = container_of(ws, struct mcp251x_priv, in mcp251x_restart_work_handler()
|
| /linux-4.4.14/drivers/net/ethernet/microchip/ |
| D | encx24j600.c | 808 static void encx24j600_setrx_proc(struct kthread_work *ws) in encx24j600_setrx_proc() argument 811 container_of(ws, struct encx24j600_priv, setrx_work); in encx24j600_setrx_proc() 872 static void encx24j600_tx_proc(struct kthread_work *ws) in encx24j600_tx_proc() argument 875 container_of(ws, struct encx24j600_priv, tx_work); in encx24j600_tx_proc()
|
| /linux-4.4.14/drivers/char/ |
| D | virtio_console.c | 93 struct winsize ws; member 1183 hvc_resize(port->cons.hvc, port->cons.ws); in resize_console() 1354 port->cons.ws.ws_row = rows; in set_console_size() 1355 port->cons.ws.ws_col = cols; in set_console_size() 1414 port->cons.ws.ws_row = port->cons.ws.ws_col = 0; in add_port()
|
| /linux-4.4.14/drivers/hwmon/ |
| D | gpio-fan.c | 62 static void fan_alarm_notify(struct work_struct *ws) in fan_alarm_notify() argument 65 container_of(ws, struct gpio_fan_data, alarm_work); in fan_alarm_notify()
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
| D | dra7-atl.txt | 7 signals - can compensate the drift between the two ws signal.
|
| /linux-4.4.14/drivers/tty/vt/ |
| D | vt.c | 944 struct winsize ws; in vc_do_resize() local 945 memset(&ws, 0, sizeof(ws)); in vc_do_resize() 946 ws.ws_row = vc->vc_rows; in vc_do_resize() 947 ws.ws_col = vc->vc_cols; in vc_do_resize() 948 ws.ws_ypixel = vc->vc_scan_lines; in vc_do_resize() 949 tty_do_resize(tty, &ws); in vc_do_resize() 987 static int vt_resize(struct tty_struct *tty, struct winsize *ws) in vt_resize() argument 993 ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row); in vt_resize()
|
| /linux-4.4.14/drivers/power/ |
| D | power_supply_core.c | 707 bool ws) in __power_supply_register() argument 753 rc = device_init_wakeup(dev, ws); in __power_supply_register()
|
| /linux-4.4.14/drivers/s390/char/ |
| D | tty3270.c | 810 struct winsize ws; in tty3270_resize_work() local 838 ws.ws_row = tp->view.rows - 2; in tty3270_resize_work() 839 ws.ws_col = tp->view.cols; in tty3270_resize_work() 840 tty_do_resize(tty, &ws); in tty3270_resize_work()
|
| /linux-4.4.14/arch/arm/mach-pxa/ |
| D | Kconfig | 143 Basix, Connex, ws-200ax, ws-400ax systems
|
| /linux-4.4.14/include/acpi/ |
| D | acpi_bus.h | 330 struct wakeup_source *ws; member
|
| /linux-4.4.14/drivers/usb/core/ |
| D | hub.c | 1024 static void hub_init_func2(struct work_struct *ws); 1025 static void hub_init_func3(struct work_struct *ws); 1279 static void hub_init_func2(struct work_struct *ws) in hub_init_func2() argument 1281 struct usb_hub *hub = container_of(ws, struct usb_hub, init_work.work); in hub_init_func2() 1286 static void hub_init_func3(struct work_struct *ws) in hub_init_func3() argument 1288 struct usb_hub *hub = container_of(ws, struct usb_hub, init_work.work); in hub_init_func3()
|
| D | message.c | 1668 static void __usb_queue_reset_device(struct work_struct *ws) in __usb_queue_reset_device() argument 1672 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()
|
| /linux-4.4.14/drivers/block/drbd/ |
| D | drbd_req.c | 1397 void do_submit(struct work_struct *ws) in do_submit() argument 1399 struct drbd_device *device = container_of(ws, struct drbd_device, submit.worker); in do_submit()
|
| D | drbd_int.h | 1449 extern void do_submit(struct work_struct *ws);
|
| D | drbd_main.c | 2223 static void do_retry(struct work_struct *ws) in do_retry() argument 2225 struct retry_worker *retry = container_of(ws, struct retry_worker, worker); in do_retry()
|
| /linux-4.4.14/net/ipv4/ |
| D | tcp_output.c | 426 u8 ws; /* window scale, 0 to disable */ member 494 opts->ws); in tcp_options_write() 582 opts->ws = tp->rx_opt.rcv_wscale; in tcp_syn_options() 639 opts->ws = ireq->rcv_wscale; in tcp_synack_options()
|
| /linux-4.4.14/drivers/pinctrl/sh-pfc/ |
| D | pfc-r8a7778.c | 1631 #define SSI_PFC_CTRL(name, sck, ws) SH_PFC_MUX2(name, sck, ws) argument
|
| /linux-4.4.14/drivers/nvme/host/ |
| D | pci.c | 3229 static void nvme_reset_work(struct work_struct *ws) in nvme_reset_work() argument 3231 struct nvme_dev *dev = container_of(ws, struct nvme_dev, reset_work); in nvme_reset_work()
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.1992-1997 | 1861 cards. Support for 0ws jumper. Correctly initialize
|