/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() 91 struct wakeup_source *ws; in wakeup_source_create() local 109 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop() 122 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record() 153 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() 169 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() 191 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() 211 struct wakeup_source *ws; in wakeup_source_register() local 225 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() 241 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach() [all …]
|
/linux-4.4.14/include/linux/ |
D | pm_wakeup.h | 124 static inline void wakeup_source_prepare(struct wakeup_source *ws, in wakeup_source_prepare() 132 static inline void wakeup_source_drop(struct wakeup_source *ws) {} in wakeup_source_drop() 134 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() 136 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() 138 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() 145 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() 177 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake() 181 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() 185 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) {} in __pm_wakeup_event() 191 static inline void wakeup_source_init(struct wakeup_source *ws, in wakeup_source_init() [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | zlib.c | 41 static void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() 74 static int zlib_compress_pages(struct list_head *ws, in zlib_compress_pages() 213 static int zlib_decompress_biovec(struct list_head *ws, struct page **pages_in, in zlib_decompress_biovec() 307 static int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress()
|
D | lzo.c | 39 static void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace() 87 static int lzo_compress_pages(struct list_head *ws, in lzo_compress_pages() 257 static int lzo_decompress_biovec(struct list_head *ws, in lzo_decompress_biovec() 381 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress()
|
/linux-4.4.14/sound/core/ |
D | pcm_iec958.c | 30 unsigned int fs, ws; in snd_pcm_create_iec958_consumer() local
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.h | 60 struct winsize ws; member 100 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
|
D | hvc_console.c | 552 struct winsize ws; in hvc_set_winsz() local 726 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | ptrace.c | 84 unsigned long wb, ws; in ptrace_setregs() local 212 unsigned long ws = regs->windowstart; in ptrace_peekusr() local
|
D | process.c | 323 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local
|
D | signal.c | 57 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | hwchannel.c | 23 dchannel_bh(struct work_struct *ws) in dchannel_bh() 46 bchannel_bh(struct work_struct *ws) in bchannel_bh()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | driver.c | 597 void __i2400m_dev_reset_handle(struct work_struct *ws) in __i2400m_dev_reset_handle() 709 void __i2400m_error_recovery(struct work_struct *ws) in __i2400m_error_recovery()
|
D | rx.c | 183 void i2400m_report_hook_work(struct work_struct *ws) in i2400m_report_hook_work() 490 unsigned ws; member 545 unsigned ws, count, sn, nsn, new_ws; member 590 unsigned ws, unsigned count, unsigned sn, in i2400m_roq_log_add()
|
D | netdev.c | 153 void i2400m_wake_tx_work(struct work_struct *ws) in i2400m_wake_tx_work()
|
/linux-4.4.14/fs/ |
D | eventpoll.c | 169 struct wakeup_source __rcu *ws; member 212 struct wakeup_source *ws; member 556 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local 570 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local 1227 struct wakeup_source *ws; in ep_create_wakeup_source() local 1248 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local 1474 struct wakeup_source *ws; in ep_send_events_proc() local
|
/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()
|
/linux-4.4.14/drivers/md/ |
D | dm-era-target.c | 46 static void writeset_free(struct writeset *ws) in writeset_free() 71 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc() 87 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws) in writeset_init() 102 static bool writeset_marked(struct writeset *ws, dm_block_t block) in writeset_marked() 132 struct writeset *ws, uint32_t block) in writeset_test_and_set() 940 struct writeset *ws; in metadata_current_marked() local 1308 static void do_work(struct work_struct *ws) in do_work()
|
D | dm-thin.c | 2209 static void do_worker(struct work_struct *ws) in do_worker() 2228 static void do_waker(struct work_struct *ws) in do_waker() 2242 static void do_no_space_timeout(struct work_struct *ws) in do_no_space_timeout() 2261 static struct pool_work *to_pool_work(struct work_struct *ws) in to_pool_work() 2287 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() 2292 static void do_noflush_start(struct work_struct *ws) in do_noflush_start() 2300 static void do_noflush_stop(struct work_struct *ws) in do_noflush_stop()
|
D | md.c | 382 static void submit_flushes(struct work_struct *ws) in submit_flushes() 415 static void md_submit_flush_data(struct work_struct *ws) in md_submit_flush_data() 2127 static void md_delayed_delete(struct work_struct *ws) in md_delayed_delete() 4965 static void mddev_delayed_delete(struct work_struct *ws) in mddev_delayed_delete() 8205 static void md_start_sync(struct work_struct *ws) in md_start_sync()
|
D | dm-raid.c | 737 static void do_table_event(struct work_struct *ws) in do_table_event()
|
D | dm-cache-target.c | 2247 static void do_worker(struct work_struct *ws) in do_worker() 2281 static void do_waker(struct work_struct *ws) in do_waker()
|
/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()
|
D | devconnect.c | 449 static void wusbhc_keep_alive_run(struct work_struct *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() 1781 void wa_process_errored_transfers_run(struct work_struct *ws) in wa_process_errored_transfers_run()
|
/linux-4.4.14/drivers/leds/ |
D | led-core.c | 82 static void set_brightness_delayed(struct work_struct *ws) in set_brightness_delayed()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_sdio.h | 60 struct work_struct ws; member
|
D | gdm_wimax.c | 50 struct work_struct ws; member
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | adg.c | 73 int ws = id; in rsnd_adg_ssi_ws_timing_gen2() local 123 u32 mask, ws; in rsnd_adg_set_src_timsel_gen2() local
|
/linux-4.4.14/kernel/power/ |
D | wakelock.c | 29 struct wakeup_source ws; member
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | islpci_mgt.h | 113 struct work_struct ws; /* argument for schedule_work() */ member
|
/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/arch/mips/mm/ |
D | c-r4k.c | 235 unsigned long ws, addr; in tx49_blast_icache32() local 266 unsigned long ws, addr; in tx49_blast_icache32_page_indexed() local
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 691 static void sc16is7xx_ist(struct kthread_work *ws) in sc16is7xx_ist() 709 static void sc16is7xx_tx_proc(struct kthread_work *ws) in sc16is7xx_tx_proc() 740 static void sc16is7xx_reg_proc(struct kthread_work *ws) in sc16is7xx_reg_proc()
|
D | max310x.c | 735 static void max310x_wq_proc(struct work_struct *ws) in max310x_wq_proc() 771 static void max310x_md_proc(struct work_struct *ws) in max310x_md_proc()
|
/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() 872 static void encx24j600_tx_proc(struct kthread_work *ws) in encx24j600_tx_proc()
|
/linux-4.4.14/drivers/spi/ |
D | spi-sh.c | 86 struct work_struct ws; member
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 301 static int pty_resize(struct tty_struct *tty, struct winsize *ws) in pty_resize()
|
D | tty_io.c | 2327 int tty_do_resize(struct tty_struct *tty, struct winsize *ws) in tty_do_resize()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 91 unsigned long zeroval, ws; in wait_piowc() local
|
/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() 768 static void mcp251x_restart_work_handler(struct work_struct *ws) in mcp251x_restart_work_handler()
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 48 static struct wakeup_source *ws; variable
|
/linux-4.4.14/arch/s390/crypto/ |
D | prng.c | 309 struct ppno_ws_s ws; in prng_sha512_selftest() local
|
/linux-4.4.14/tools/perf/util/ |
D | util.c | 357 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
|
D | parse-events.c | 1433 struct winsize ws; in get_term_width() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 57 uint32_t *ps, *ws; member 1208 int len, ws, ps, ptr; in amdgpu_atom_execute_table_locked() local
|
D | amdgpu.h | 2256 #define amdgpu_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), … argument
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | atom.c | 57 uint32_t *ps, *ws; member 1162 int len, ws, ps, ptr; in atom_execute_table_locked() local
|
/linux-4.4.14/drivers/hwmon/ |
D | gpio-fan.c | 62 static void fan_alarm_notify(struct work_struct *ws) in fan_alarm_notify()
|
/linux-4.4.14/drivers/power/ |
D | power_supply_core.c | 707 bool ws) in __power_supply_register()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_req.c | 1397 void do_submit(struct work_struct *ws) in do_submit()
|
D | drbd_main.c | 2223 static void do_retry(struct work_struct *ws) in do_retry()
|
/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/scsi/cxlflash/ |
D | superpipe.c | 764 u8 *ws = NULL; in create_context() local
|
/linux-4.4.14/drivers/usb/core/ |
D | message.c | 1668 static void __usb_queue_reset_device(struct work_struct *ws) in __usb_queue_reset_device()
|
D | hub.c | 1279 static void hub_init_func2(struct work_struct *ws) in hub_init_func2() 1286 static void hub_init_func3(struct work_struct *ws) in hub_init_func3()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 944 struct winsize ws; in vc_do_resize() local 987 static int vt_resize(struct tty_struct *tty, struct winsize *ws) in vt_resize()
|
/linux-4.4.14/drivers/s390/char/ |
D | tty3270.c | 810 struct winsize ws; in tty3270_resize_work() local
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 93 struct winsize ws; member
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 330 struct wakeup_source *ws; member
|
/linux-4.4.14/net/ipv4/ |
D | tcp_output.c | 426 u8 ws; /* window scale, 0 to disable */ member
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 3229 static void nvme_reset_work(struct work_struct *ws) in nvme_reset_work()
|
/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
|