Home
last modified time | relevance | path

Searched refs:devt_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl.c29 * a new item in dfl_chardevs table and configure dfl_devs[i].devt_type as
30 * index to dfl_chardevs table. If no chardev support just set devt_type
51 * @devt_type: index to dfl_chrdevs[].
57 enum dfl_fpga_devt_type devt_type; member
63 .devt_type = DFL_FPGA_DEVT_FME},
65 .devt_type = DFL_FPGA_DEVT_PORT},
885 fdev->dev.devt = dfl_get_devt(dfl_devs[type].devt_type, fdev->id); in build_info_create_dev()
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl.c31 * a new item in dfl_chardevs table and configure dfl_devs[i].devt_type as
32 * index to dfl_chardevs table. If no chardev support just set devt_type
53 * @devt_type: index to dfl_chrdevs[].
59 enum dfl_fpga_devt_type devt_type; member
65 .devt_type = DFL_FPGA_DEVT_FME},
67 .devt_type = DFL_FPGA_DEVT_PORT},
915 fdev->dev.devt = dfl_get_devt(dfl_devs[type].devt_type, fdev->id); in build_info_create_dev()

Completed in 7 milliseconds