Searched refs:ws (Results 1 - 25 of 31) sorted by relevance

12

/drivers/base/power/
H A Dwakeup.c57 * @ws: Wakeup source to prepare.
60 * Callers must ensure that the @name string won't be freed when @ws is still in
63 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) argument
65 if (ws) {
66 memset(ws, 0, sizeof(*ws));
67 ws->name = name;
78 struct wakeup_source *ws; local
80 ws = kmalloc(sizeof(*ws), GFP_KERNE
96 wakeup_source_drop(struct wakeup_source *ws) argument
112 wakeup_source_destroy(struct wakeup_source *ws) argument
127 wakeup_source_add(struct wakeup_source *ws) argument
146 wakeup_source_remove(struct wakeup_source *ws) argument
164 struct wakeup_source *ws; local
178 wakeup_source_unregister(struct wakeup_source *ws) argument
194 device_wakeup_attach(struct device *dev, struct wakeup_source *ws) argument
214 struct wakeup_source *ws; local
240 struct wakeup_source *ws; local
258 struct wakeup_source *ws; local
375 wakeup_source_activate(struct wakeup_source *ws) argument
391 __pm_stay_awake(struct wakeup_source *ws) argument
443 wakeup_source_deactivate(struct wakeup_source *ws) argument
490 __pm_relax(struct wakeup_source *ws) argument
533 struct wakeup_source *ws = (struct wakeup_source *)data; local
557 __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) argument
617 struct wakeup_source *ws; local
718 print_wakeup_source_stats(struct seq_file *m, struct wakeup_source *ws) argument
759 struct wakeup_source *ws; local
[all...]
/drivers/tty/hvc/
H A Dhvc_console.h61 struct winsize ws; member in struct:hvc_struct
97 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws);
99 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) argument
104 __hvc_resize(hp, ws);
H A Dhvc_console.c525 struct winsize ws; local
534 ws = hp->ws;
538 tty_do_resize(tty, &ws);
694 * @ws: Terminal window size structure
701 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) argument
703 hp->ws = ws;
/drivers/net/wimax/i2400m/
H A Drx.c105 * - update ws: update the queue's window start and deliver queued
108 * - queue & update ws: queue a packet, update the window start and
183 void i2400m_report_hook_work(struct work_struct *ws) argument
185 struct i2400m *i2400m = container_of(ws, struct i2400m, rx_report_ws);
476 * @ws: Window Start; sequence number where the current window start
490 unsigned ws; member in struct:i2400m_roq
499 roq->ws = 0;
515 * nsn = (sn - ws) % 2048
517 * Note that if @sn < @roq->ws, we still need a positive number; %'s
525 r = ((int) sn - (int) roq->ws)
545 unsigned ws, count, sn, nsn, new_ws; member in struct:i2400m_roq_log::i2400m_roq_log_entry
588 i2400m_roq_log_add(struct i2400m *i2400m, struct i2400m_roq *roq, enum i2400m_ro_type type, unsigned ws, unsigned count, unsigned sn, unsigned nsn, unsigned new_ws) argument
[all...]
H A Dsdio-tx.c73 void i2400ms_tx_submit(struct work_struct *ws) argument
76 struct i2400ms *i2400ms = container_of(ws, struct i2400ms, tx_worker);
H A Ddriver.c601 void __i2400m_dev_reset_handle(struct work_struct *ws) argument
603 struct i2400m *i2400m = container_of(ws, struct i2400m, reset_ws);
609 d_fnstart(3, dev, "(ws %p i2400m %p reason %s)\n", ws, i2400m, reason);
682 d_fnend(3, dev, "(ws %p i2400m %p reason %s) = void\n",
683 ws, i2400m, reason);
713 void __i2400m_error_recovery(struct work_struct *ws) argument
715 struct i2400m *i2400m = container_of(ws, struct i2400m, recovery_ws);
H A Dnetdev.c153 void i2400m_wake_tx_work(struct work_struct *ws) argument
156 struct i2400m *i2400m = container_of(ws, struct i2400m, wake_tx_ws);
167 d_fnstart(3, dev, "(ws %p i2400m %p skb %p)\n", ws, i2400m, skb);
206 d_fnend(3, dev, "(ws %p i2400m %p skb %p) = void [%d]\n",
207 ws, i2400m, skb, result);
/drivers/net/wireless/prism54/
H A Dislpci_mgt.h114 struct work_struct ws; /* argument for schedule_work() */ member in struct:islpci_mgmtframe
H A Dislpci_mgt.c391 INIT_WORK(&frame->ws, prism54_process_trap);
392 schedule_work(&frame->ws);
/drivers/gpu/drm/radeon/
H A Datom.c57 uint32_t *ps, *ws; member in struct:__anon596
263 val = ctx->ws[idx];
533 ctx->ws[idx] = val;
1162 int len, ws, ps, ptr; local
1171 ws = CU8(base + ATOM_CT_WS_PTR);
1175 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps);
1183 if (ws)
1184 ectx.ws = kzalloc(4 * ws, GFP_KERNEL);
1186 ectx.ws
[all...]
/drivers/isdn/mISDN/
H A Dhwchannel.c23 dchannel_bh(struct work_struct *ws) argument
25 struct dchannel *dch = container_of(ws, struct dchannel, workq);
46 bchannel_bh(struct work_struct *ws) argument
48 struct bchannel *bch = container_of(ws, struct bchannel, workq);
/drivers/spi/
H A Dspi-sh.c91 struct work_struct ws; member in struct:spi_sh_data
287 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws);
386 queue_work(ss->workqueue, &ss->ws);
477 INIT_WORK(&ss->ws, spi_sh_work);
/drivers/usb/wusbcore/
H A Dwa-nep.c92 static void wa_notif_dispatch(struct work_struct *ws) argument
96 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, work);
H A Dwa-hc.h93 extern void wa_urb_enqueue_run(struct work_struct *ws);
H A Ddevconnect.c476 static void wusbhc_keep_alive_run(struct work_struct *ws) argument
478 struct delayed_work *dw = to_delayed_work(ws);
/drivers/misc/iwmc3200top/
H A Dmain.c73 static void iwmct_rescan_worker(struct work_struct *ws) argument
78 priv = container_of(ws, struct iwmct_priv, bus_rescan_worker);
183 static void iwmct_irq_read_worker(struct work_struct *ws) argument
193 priv = container_of(ws, struct iwmct_priv, isr_worker);
195 LOG_TRACE(priv, IRQ, "enter iwmct_irq_read_worker %p\n", ws);
/drivers/tty/
H A Dpty.c238 * @ws: window size being set.
244 int pty_resize(struct tty_struct *tty, struct winsize *ws) argument
252 if (!memcmp(ws, &tty->winsize, sizeof(*ws)))
275 tty->winsize = *ws;
276 pty->winsize = *ws; /* Never used so will go away soon */
H A Dtty_io.c2177 int tty_do_resize(struct tty_struct *tty, struct winsize *ws) argument
2184 if (!memcmp(ws, &tty->winsize, sizeof(*ws)))
2196 tty->winsize = *ws;
/drivers/acpi/acpica/
H A Ddswstate.c54 static acpi_status acpi_ds_result_stack_push(struct acpi_walk_state *ws);
55 static acpi_status acpi_ds_result_stack_pop(struct acpi_walk_state *ws);
/drivers/net/irda/
H A Dvlsi_ir.h441 #define PHYCTL_SIR(br,ws,cs) BWP_TO_PHYCTL(BAUD_BITS(br),calc_width_bits((br),(ws),(cs)),0)
/drivers/char/
H A Dvirtio_console.c90 struct winsize ws; member in struct:console
922 hvc_resize(port->cons.hvc, port->cons.ws);
1099 port->cons.ws.ws_row = rows;
1100 port->cons.ws.ws_col = cols;
1159 port->cons.ws.ws_row = port->cons.ws.ws_col = 0;
/drivers/hwmon/
H A Dgpio-fan.c56 static void fan_alarm_notify(struct work_struct *ws) argument
59 container_of(ws, struct gpio_fan_data, alarm_work);
/drivers/net/can/
H A Dmcp251x.c720 static void mcp251x_tx_work_handler(struct work_struct *ws) argument
722 struct mcp251x_priv *priv = container_of(ws, struct mcp251x_priv,
746 static void mcp251x_restart_work_handler(struct work_struct *ws) argument
748 struct mcp251x_priv *priv = container_of(ws, struct mcp251x_priv,
/drivers/tty/vt/
H A Dvt.c953 struct winsize ws; local
954 memset(&ws, 0, sizeof(ws));
955 ws.ws_row = vc->vc_rows;
956 ws.ws_col = vc->vc_cols;
957 ws.ws_ypixel = vc->vc_scan_lines;
958 tty_do_resize(tty, &ws);
987 * @ws: winsize attributes
996 static int vt_resize(struct tty_struct *tty, struct winsize *ws) argument
1002 ret = vc_do_resize(tty, vc, ws
[all...]
/drivers/md/
H A Ddm-raid.c544 static void do_table_event(struct work_struct *ws) argument
546 struct raid_set *rs = container_of(ws, struct raid_set, md.event_work);

Completed in 594 milliseconds

12