Searched refs:timer (Results 251 - 275 of 1561) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c89 .timer = { 0x00000001, nv04_timer_new },
110 .timer = { 0x00000001, nv04_timer_new },
132 .timer = { 0x00000001, nv04_timer_new },
152 .timer = { 0x00000001, nv04_timer_new },
174 .timer = { 0x00000001, nv04_timer_new },
196 .timer = { 0x00000001, nv04_timer_new },
218 .timer = { 0x00000001, nv04_timer_new },
240 .timer = { 0x00000001, nv04_timer_new },
262 .timer = { 0x00000001, nv04_timer_new },
284 .timer
[all...]
/linux-master/drivers/scsi/isci/
H A Dport_config.c324 struct sci_timer *tmr = from_timer(tmr, t, timer);
330 port_agent = container_of(tmr, typeof(*port_agent), timer);
402 * then we want to start the timer to allow the SCI User to
421 sci_mod_timer(&port_agent->timer,
471 * timer for the next time period. This could be caused by either a link
479 sci_mod_timer(&port_agent->timer, timeout);
503 * the timer and wait to see if a wider port can be made.
543 * timer and see if there is a better configuration. */
558 * Check to see if the start timer operations should instead map to an
658 /* configure the phys into ports when the timer fire
[all...]
/linux-master/drivers/net/wan/
H A Dhdlc_cisco.c50 struct timer_list timer; member in struct:cisco_state
247 struct cisco_state *st = from_timer(st, t, timer);
262 st->timer.expires = jiffies + st->settings.interval * HZ;
263 add_timer(&st->timer);
277 timer_setup(&st->timer, cisco_timer, 0);
278 st->timer.expires = jiffies + HZ; /* First poll after 1 s */
279 add_timer(&st->timer);
288 del_timer_sync(&st->timer);
/linux-master/arch/powerpc/boot/
H A Dserial.c36 int timer = 0, count; local
68 break; /* Exit 'timer' loop */
71 } while (timer++ < timeout);
/linux-master/net/mac802154/
H A Dutil.c101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) argument
104 container_of(timer, struct ieee802154_local, ifs_timer);
/linux-master/drivers/clk/bcm/
H A DMakefile4 obj-$(CONFIG_CLK_BCM63268_TIMER) += clk-bcm63268-timer.o
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfantog.c27 #include <subdev/timer.h>
43 struct nvkm_timer *tmr = device->timer;
H A Dfan.c29 #include <subdev/timer.h>
36 struct nvkm_timer *tmr = subdev->device->timer;
127 struct nvkm_timer *tmr = device->timer;
216 struct nvkm_timer *tmr = therm->subdev.device->timer;
/linux-master/include/net/
H A Dllc_conn.h14 #include <linux/timer.h>
28 struct timer_list timer; member in struct:llc_timer
29 unsigned long expire; /* timer expire time */
H A Dlib80211.h33 #include <linux/timer.h>
/linux-master/drivers/net/
H A Deql.c83 * New Scheduler and timer stuff...
108 * the locking mechanism and timer stuff must be written however,
122 #include <linux/timer.h>
146 equalizer_t *eql = from_timer(eql, t, timer);
165 eql->timer.expires = jiffies + EQL_DEFAULT_RESCHED_IVAL;
166 add_timer(&eql->timer);
183 timer_setup(&eql->timer, eql_timer, 0);
184 eql->timer.expires = jiffies + EQL_DEFAULT_RESCHED_IVAL;
218 add_timer(&eql->timer);
253 * The timer ha
[all...]
/linux-master/drivers/usb/usbip/
H A Dvudc.h17 #include <linux/timer.h>
80 struct timer_list timer; member in struct:transfer_timer
/linux-master/drivers/tty/serial/
H A Dliteuart.c18 #include <linux/timer.h>
47 struct timer_list timer; member in struct:liteuart_port
98 /* just delete timer */
99 del_timer(&uart->timer);
155 struct liteuart_port *uart = from_timer(uart, t, timer);
159 mod_timer(&uart->timer, jiffies + uart_poll_timeout(port));
204 timer_setup(&uart->timer, liteuart_timer, 0);
205 mod_timer(&uart->timer, jiffies + uart_poll_timeout(port));
223 del_timer_sync(&uart->timer);
/linux-master/sound/drivers/
H A Ddummy.c84 MODULE_PARM_DESC(hrtimer, "Use hrtimer as the timer source.");
225 * system timer interface
232 struct timer_list timer; member in struct:dummy_systimer_pcm
245 mod_timer(&dpcm->timer, jiffies +
282 del_timer(&dpcm->timer);
304 struct dummy_systimer_pcm *dpcm = from_timer(dpcm, t, timer);
339 timer_setup(&dpcm->timer, dummy_systimer_callback, 0);
370 struct hrtimer timer; member in struct:dummy_hrtimer_pcm
374 static enum hrtimer_restart dummy_hrtimer_callback(struct hrtimer *timer) argument
378 dpcm = container_of(timer, struc
[all...]
/linux-master/net/rxrpc/
H A Dconn_object.c44 static void rxrpc_connection_timer(struct timer_list *timer) argument
47 container_of(timer, struct rxrpc_connection, timer);
65 timer_setup(&conn->timer, &rxrpc_connection_timer, 0);
273 * Set the service connection reap timer.
316 del_timer_sync(&conn->timer);
317 cancel_work_sync(&conn->processor); /* Processing may restart the timer */
318 del_timer_sync(&conn->timer);
363 del_timer(&conn->timer);
367 timer_pending(&conn->timer))
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_restricted.c20 struct timer { struct
28 __type(value, struct timer);
/linux-master/drivers/s390/net/
H A Dctcm_fsms.c25 #include <linux/timer.h>
267 fsm_deltimer(&ch->timer);
308 fsm_addtimer(&ch->timer, CTCM_TIME_5_SEC, CTC_EVENT_TIMER, ch);
315 fsm_deltimer(&ch->timer);
342 fsm_deltimer(&ch->timer);
366 fsm_deltimer(&ch->timer);
446 fsm_deltimer(&ch->timer);
454 fsm_addtimer(&ch->timer, CTCM_TIME_5_SEC,
466 * Don't setup a timer for receiving the initial RX frame
472 fsm_addtimer(&ch->timer, CTCM_TIME_5_SE
[all...]
/linux-master/drivers/macintosh/
H A Dmediabay.c14 #include <linux/timer.h>
60 int timer; member in struct:media_bay_info
345 bay->timer = msecs_to_jiffies(MB_POWER_DELAY);
473 /* If timer expired run state machine */
474 if (bay->timer != 0) {
475 bay->timer -= msecs_to_jiffies(MB_POLL_DELAY);
476 if (bay->timer > 0)
478 bay->timer = 0;
489 bay->timer = msecs_to_jiffies(MB_RESET_DELAY);
495 bay->timer
[all...]
/linux-master/drivers/usb/host/
H A Dfhci-hcd.c53 gtm_stop_timer16(fhci->timer);
93 /* enable the timer interrupts */
94 enable_irq(fhci->timer->irq);
106 /* disable the timer interrupt */
107 disable_irq_nosync(fhci->timer->irq);
663 /* Frame limit timer and its interrupt. */
664 fhci->timer = gtm_get_timer16();
665 if (IS_ERR(fhci->timer)) {
666 ret = PTR_ERR(fhci->timer);
667 dev_err(dev, "failed to request qe timer
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_3120.c256 * clock with a fixed prescaler for each timer. The base clock used
263 * The prescalers for each timer are:
269 unsigned int timer,
274 unsigned int prescale = (timer == 0) ? 10 : 1000;
291 if (timer == 2) {
292 /* timer 2 is 24-bits */
309 /* a dummy read of APCI3120_CTR0_REG clears the timer 2 interrupt */
314 unsigned int timer, unsigned int val)
318 /* write 16-bit value to timer (lower 16-bits of timer
268 apci3120_ns_to_timer(struct comedi_device *dev, unsigned int timer, unsigned int ns, unsigned int flags) argument
313 apci3120_timer_write(struct comedi_device *dev, unsigned int timer, unsigned int val) argument
333 apci3120_timer_read(struct comedi_device *dev, unsigned int timer) argument
356 apci3120_timer_set_mode(struct comedi_device *dev, unsigned int timer, unsigned int mode) argument
366 apci3120_timer_enable(struct comedi_device *dev, unsigned int timer, bool enable) argument
[all...]
/linux-master/drivers/pcmcia/
H A Di82365.c42 #include <linux/timer.h>
137 u_char timer[6]; member in struct:cirrus_state
302 p->timer[i] = i365_get(s, PD67_TIME_SETUP(0)+i);
318 i365_set(s, PD67_TIME_SETUP(0)+i, p->timer[i]);
351 p->timer[0] = p->timer[3] = setup_time;
353 p->timer[1] = cmd_time;
354 p->timer[4] = cmd_time*2+4;
356 if (p->timer[1] == 0) {
357 p->timer[
[all...]
/linux-master/net/dccp/
H A DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
/linux-master/sound/drivers/pcsp/
H A Dpcsp.h20 /* default timer freq for PC-Speaker: 18643 Hz */
57 struct hrtimer timer; member in struct:snd_pcsp
/linux-master/drivers/pps/clients/
H A Dpps-ktimer.c3 * pps-ktimer.c -- kernel timer test client
14 #include <linux/timer.h>
25 * The kernel timer
86 MODULE_DESCRIPTION("dummy PPS source by using a kernel timer (just for debug)");
/linux-master/net/dccp/ccids/
H A Dccid2.h8 #include <linux/timer.h>

Completed in 317 milliseconds

<<11121314151617181920>>