Searched refs:dnum (Results 1 – 3 of 3) sorted by relevance
1592 dch = hc->chan[hc->dnum[0]].dch; in hfcmulti_leds()1594 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds()2416 dch = hc->chan[hc->dnum[0]].dch; in handle_timer_irq()2419 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq()2420 if (test_bit(HFC_CFG_REPORT_LOS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq()2421 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq()2424 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq()2428 if (test_bit(HFC_CFG_REPORT_AIS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq()2431 if (!temp && hc->chan[hc->dnum[0]].ais) in handle_timer_irq()2434 if (temp && !hc->chan[hc->dnum[0]].ais) in handle_timer_irq()[all …]
214 u_char dnum[32]; /* array of used dchannel numbers for port */ member
4048 u32 dnum; in resp_comp_write() local4071 dnum = 2 * num; in resp_comp_write()4072 arr = kcalloc(lb_size, dnum, GFP_ATOMIC); in resp_comp_write()4081 ret = do_dout_fetch(scp, dnum, arr); in resp_comp_write()4085 } else if (sdebug_verbose && (ret < (dnum * lb_size))) in resp_comp_write()4088 dnum * lb_size, ret); in resp_comp_write()