Searched defs:tl (Results 1 - 23 of 23) sorted by relevance

/drivers/fmc/
H A Dfru-parse.c17 struct fru_type_length *tl; local
20 tl = bia->tl;
21 while (nr > 0 && !fru_is_eof(tl)) {
22 tl = fru_next_tl(tl);
25 if (fru_is_eof(tl))
27 return tl;
32 struct fru_type_length *tl; local
36 tl
[all...]
/drivers/isdn/hisax/
H A Dfsm.h45 struct timer_list tl; member in struct:FsmTimer
H A Dhisax.h192 struct timer_list tl; member in struct:FsmTimer
199 struct timer_list tl; member in struct:L3Timer
565 struct timer_list tl; member in struct:elsa_hw
622 struct timer_list tl; member in struct:diva_hw
/drivers/isdn/mISDN/
H A Dfsm.h53 struct timer_list tl; member in struct:FsmTimer
H A Dtimerdev.c46 struct timer_list tl; member in struct:mISDNtimer
84 del_timer_sync(&timer->tl);
190 setup_timer(&timer->tl, dev_expire_timer, (long)timer);
196 timer->tl.expires = jiffies + ((HZ * (u_long)timeout) / 1000);
197 add_timer(&timer->tl);
214 del_timer_sync(&timer->tl);
H A Ddsp.h154 struct timer_list tl; member in struct:dsp_tone
/drivers/s390/net/
H A Dfsm.h91 struct timer_list tl; member in struct:__anon5007
/drivers/input/keyboard/
H A Dmpr121_touchkey.c130 unsigned char usl, lsl, tl, eleconf; local
162 tl = (usl * 90) / 100;
165 ret |= i2c_smbus_write_byte_data(client, AUTO_CONFIG_TL_ADDR, tl);
/drivers/infiniband/hw/ipath/
H A Dipath_intr.c542 unsigned long tl, hd, status, lengen; local
543 tl = ipath_read_kreg64(dd, dd->ipath_kregs->kr_senddmatail);
549 ipath_cdbg(VERBOSE, "sdma tl 0x%lx hd 0x%lx status 0x%lx "
550 "lengen 0x%lx\n", tl, hd, status, lengen);
588 u32 hd, tl; local
612 tl = ipath_read_ureg32(dd, ur_rcvhdrtail, i);
614 tl = ipath_get_rcvhdrtail(pd);
615 if (tl == pd->port_lastrcvhdrqtail)
619 if (hd == (tl + 1) || (!hd && tl
[all...]
/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c608 u8 tl = 0; local
618 tl |= 0x0c;
620 tl |= 0x3;
622 WriteISAC(isac, ISAC_SPCR, tl);
623 if (tl)
/drivers/cpufreq/
H A Dcpufreq_interactive.c228 unsigned int tl; local
236 tl = freq_to_targetload(pcpu->policy->governor_data, freq);
244 pcpu->policy, pcpu->freq_table, loadadjfreq / tl,
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c30 struct channel_tlv *tl = local
33 tl->type = type;
34 tl->length = length;
50 bnx2x_add_tlv(bp, &first_tlv->tl, 0, type, length);
61 first_tlv->tl.type);
251 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length,
259 req->first_tlv.tl.length + sizeof(struct channel_tlv),
380 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END,
431 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END,
482 bnx2x_add_tlv(bp, req, req->first_tlv.tl
[all...]
H A Dbnx2x_vfpf.h91 struct channel_tlv tl; member in struct:vfpf_first_tlv
97 struct channel_tlv tl; member in struct:pfvf_tlv
109 struct channel_tlv tl; member in struct:channel_list_end_tlv
202 struct channel_tlv tl; member in struct:vfpf_port_phys_id_resp_tlv
/drivers/scsi/isci/
H A Dphy.c383 struct scu_transport_layer_registers __iomem *tl,
387 sci_phy_transport_layer_initialization(iphy, tl);
382 sci_phy_initialize(struct isci_phy *iphy, struct scu_transport_layer_registers __iomem *tl, struct scu_link_layer_registers __iomem *ll) argument
H A Dregisters.h1807 struct scu_transport_layer_registers tl; member in struct:transport_link_layer_pair
/drivers/gpu/drm/radeon/
H A Dr600_dpm.c218 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
234 *tl = t + al;
/drivers/ide/
H A Dpmac.c782 u32 *timings, *timings2, tl[2]; local
790 tl[0] = *timings;
791 tl[1] = *timings2;
795 ret = set_timings_udma_ata4(&tl[0], speed);
798 ret = set_timings_udma_ata6(&tl[0], &tl[1], speed);
800 ret = set_timings_udma_shasta(&tl[0], &tl[1], speed);
804 set_timings_mdma(drive, pmif->kind, &tl[0], &tl[
[all...]
/drivers/net/usb/
H A Drtl8150.c130 struct tasklet_struct tl; member in struct:rtl8150
437 tasklet_schedule(&dev->tl);
610 tasklet_schedule(&dev->tl);
874 tasklet_init(&dev->tl, rx_fixup, (unsigned long)dev);
924 tasklet_kill(&dev->tl);
H A Dr8152.c558 struct tasklet_struct tl; member in struct:r8152
1066 tasklet_schedule(&tp->tl);
1091 tasklet_schedule(&tp->tl);
1138 tasklet_schedule(&tp->tl);
1737 tasklet_schedule(&tp->tl);
1910 tasklet_schedule(&tp->tl);
2841 tasklet_disable(&tp->tl);
2843 tasklet_enable(&tp->tl);
2876 tasklet_schedule(&tp->tl);
2968 tasklet_disable(&tp->tl);
[all...]
/drivers/net/wireless/iwlegacy/
H A D4965-rs.c250 il4965_rs_tl_rm_old_stats(struct il_traffic_load *tl, u32 curr_time) argument
255 while (tl->queue_count && tl->time_stamp < oldest_time) {
256 tl->total -= tl->packet_count[tl->head];
257 tl->packet_count[tl->head] = 0;
258 tl->time_stamp += TID_QUEUE_CELL_SPACING;
259 tl
276 struct il_traffic_load *tl = NULL; local
329 struct il_traffic_load *tl = NULL; local
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Drs.c263 static void rs_tl_rm_old_stats(struct iwl_traffic_load *tl, u32 curr_time) argument
268 while (tl->queue_count &&
269 (tl->time_stamp < oldest_time)) {
270 tl->total -= tl->packet_count[tl->head];
271 tl->packet_count[tl->head] = 0;
272 tl->time_stamp += TID_QUEUE_CELL_SPACING;
273 tl
290 struct iwl_traffic_load *tl = NULL; local
372 struct iwl_traffic_load *tl = NULL; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c1782 u32 th, tl; local
1801 sleep = ieee80211_sta_ps_sleep(ieee,&th, &tl);
1809 ieee->enter_sleep_state(ieee->dev, th, tl);
1825 ieee->ps_tl = tl;
/drivers/video/fbdev/omap2/dss/
H A Ddsi.c3984 int tl, t_he, width_bytes; local
3993 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
3997 hfp, hsync_end ? hsa : 0, tl);
4016 r = FLD_MOD(r, tl, 31, 16); /* TL */

Completed in 584 milliseconds