Searched refs:lcnt (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/trace/ |
H A D | pid_list.c | 339 int lcnt = 0; in pid_list_refill_irq() local 369 lcnt++; in pid_list_refill_irq() 381 pid_list->free_lower_chunks += lcnt; in pid_list_refill_irq()
|
/linux/drivers/hid/intel-thc-hid/intel-thc/ |
H A D | intel-thc-dev.h | 125 const u32 speed, const u32 hcnt, const u32 lcnt);
|
H A D | intel-thc-dev.c | 1378 const u32 hcnt, const u32 lcnt) in thc_i2c_subip_set_speed() argument 1410 ret = thc_i2c_subip_pio_write(dev, lcnt_offset, sizeof(u32), &lcnt); in thc_i2c_subip_set_speed() 1448 * @lcnt: I2C clock SCL low count 1453 const u32 speed, const u32 hcnt, const u32 lcnt) in thc_i2c_subip_init() argument 1478 ret = thc_i2c_subip_set_speed(dev, speed, hcnt, lcnt); in thc_i2c_subip_init()
|
/linux/arch/arm64/boot/dts/altera/ |
H A D | socfpga_stratix10_socdk_nand.dts | 144 i2c-scl-falling-time-ns = <890>; /* lcnt */
|
H A D | socfpga_stratix10_socdk.dts | 148 i2c-scl-falling-time-ns = <890>; /* lcnt */
|
/linux/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 347 int rc, lcnt = min(count, 255); in clock_zeros() local 350 CMD_IDLE_CLOCKS | (lcnt << CMD_REG_CLEN_SHIFT)); in clock_zeros() 353 count -= lcnt; in clock_zeros()
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 4882 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local 4895 lcnt = 0; in pvr2_hdw_state_log_state() 4896 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state() 4897 lcnt++; in pvr2_hdw_state_log_state() 4899 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state() 4900 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 268 int lcnt = 0; in sdma_wait_for_packet_egress() local 282 lcnt = 0; in sdma_wait_for_packet_egress() 283 if (lcnt++ > 500) { in sdma_wait_for_packet_egress()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4227 int lcnt = 0, rc; in qlt_assign_qpair() local 4246 lcnt = qpair->lun_cnt; in qlt_assign_qpair() 4267 if (qp->lun_cnt < lcnt) { in qlt_assign_qpair() 4268 lcnt = qp->lun_cnt; in qlt_assign_qpair()
|