Searched refs:dnum (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/linux/ |
D | jz4740-adc.h | 28 #define JZ_ADC_CONFIG_DNUM(dnum) ((dnum) << 16) argument 29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13) argument
|
/Linux-v6.6/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1592 dch = hc->chan[hc->dnum[0]].dch; in hfcmulti_leds() 1594 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds() 2415 dch = hc->chan[hc->dnum[0]].dch; in handle_timer_irq() 2418 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq() 2419 if (test_bit(HFC_CFG_REPORT_LOS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq() 2420 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2423 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2427 if (test_bit(HFC_CFG_REPORT_AIS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq() 2430 if (!temp && hc->chan[hc->dnum[0]].ais) in handle_timer_irq() 2433 if (temp && !hc->chan[hc->dnum[0]].ais) in handle_timer_irq() [all …]
|
D | hfc_multi.h | 214 u_char dnum[32]; /* array of used dchannel numbers for port */ member
|
/Linux-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-pescx-defs.h | 199 uint64_t dnum:5; member 229 uint64_t dnum:5; 236 uint64_t dnum:5; member 266 uint64_t dnum:5;
|
D | cvmx-pemx-defs.h | 210 uint64_t dnum:5; member 242 uint64_t dnum:5;
|
/Linux-v6.6/arch/m68k/include/uapi/asm/ |
D | bootinfo-vme.h | 55 __be16 clun, dlun, ctype, dnum; member
|
/Linux-v6.6/drivers/scsi/ |
D | scsi_debug.c | 4048 u32 dnum; in resp_comp_write() local 4071 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()
|