Home
last modified time | relevance | path

Searched refs:raw_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_v4l2.c978 int ret, raw_index = -1, count; in atomisp_subdev_probe() local
1047 dev_dbg(isp->dev, "raw_index: %d\n", raw_index); in atomisp_subdev_probe()
1048 raw_index = isp->input_cnt; in atomisp_subdev_probe()
1100 if (isp->motor && raw_index >= 0) in atomisp_subdev_probe()
1101 isp->inputs[raw_index].motor = isp->motor; in atomisp_subdev_probe()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_debugfs.c284 uint32_t phys, raw_index, getidx; in lpfc_debugfs_hbqinfo_data() local
321 raw_index = phba->hbq_get[i]; in lpfc_debugfs_hbqinfo_data()
322 getidx = le32_to_cpu(raw_index); in lpfc_debugfs_hbqinfo_data()
Dlpfc_sli.c2335 uint32_t raw_index = phba->hbq_get[hbqno]; in lpfc_sli_next_hbq_slot() local
2336 uint32_t getidx = le32_to_cpu(raw_index); in lpfc_sli_next_hbq_slot()