Searched refs:tick (Results 1 - 18 of 18) sorted by relevance

/drivers/net/wireless/ath/carl9170/
H A Dcmd.c173 unsigned int tick; local
181 tick = le32_to_cpu(tally.tick);
182 if (tick) {
183 ar->tally.active += le32_to_cpu(tally.active) / tick;
184 ar->tally.cca += le32_to_cpu(tally.cca) / tick;
185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick;
H A Dfwcmd.h296 __le32 tick; member in struct:carl9170_tally_rsp
/drivers/sbus/char/
H A Dbbc_envctrl.c169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
202 } else if ((tick & (8 - 1)) == 0) {
224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
257 } else if ((tick & (8 - 1)) == 0) {
/drivers/cpuidle/governors/
H A Dmenu.c19 #include <linux/tick.h>
54 * duration always was 50% of the next timer tick, the correction factor will
216 /* if the avg is beyond the known next tick, it's worthless */
/drivers/usb/host/
H A Dohci-q.c490 ed->tick = ohci_frame_no(ohci) + 1;
902 finish_unlinks (struct ohci_hcd *ohci, u16 tick) argument
916 if (tick_before (tick, ed->tick)) {
H A Dohci.h67 /* HC may see EDs on rm_list until next frame (frame_no == tick) */
68 u16 tick; member in struct:ed
/drivers/staging/comedi/drivers/
H A Ds626.c355 int tick);
1781 int tick; local
1827 tick = s626_ns_to_timer((int *)&cmd->scan_begin_arg,
1831 s626_timer_load(dev, k, tick);
1835 tick);
1854 tick = s626_ns_to_timer((int *)&cmd->convert_arg,
1858 s626_timer_load(dev, k, tick);
1863 tick);
2425 int tick)
2441 Preload(dev, k, tick);
2424 s626_timer_load(struct comedi_device *dev, struct enc_private *k, int tick) argument
[all...]
/drivers/cpufreq/
H A Dcpufreq_conservative.c23 #include <linux/tick.h>
H A Dcpufreq_interactive.c25 #include <linux/tick.h>
H A Dcpufreq_ondemand.c22 #include <linux/tick.h>
/drivers/net/wireless/bcmdhd/
H A Ddhd.h512 uint32 tick; /* O/S tick time (usec) */ member in struct:__anon3290
H A Ddhd_linux.c778 tmo->tick = jiffies_to_usecs(1);
796 if (tmo->increment < tmo->tick) {
799 if (tmo->increment > tmo->tick)
800 tmo->increment = tmo->tick;
1932 /* Count the tick for reference */
1973 /* Count the tick for reference */
/drivers/infiniband/hw/ipath/
H A Dipath_mad.c850 * DDR, 1 for SDR, set the tick to 1 for DDR, 0 for SDR on chips that
854 p->tick = dev->dd->ipath_link_speed_active - 1;
856 p->tick = 250; /* 1 usec. */
/drivers/tty/
H A Dmoxa.c148 int tick; member in struct:mon_str
306 moxaLog.tick = jiffies;
H A Dmxser.c192 int tick; member in struct:mxser_log
/drivers/platform/x86/
H A Dintel_ips.c73 #include <linux/tick.h>
/drivers/infiniband/hw/qib/
H A Dqib_mad.c1175 p->tick = dd->f_get_ib_cfg(ppd, QIB_IB_CFG_PMA_TICKS);
/drivers/net/ethernet/broadcom/
H A Dtg3.c4673 unsigned int tick; local
4689 tick = 0;
4690 while (++tick < 195000) {

Completed in 414 milliseconds