Searched refs:id_control (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | iscsi_ibft.c | 161 id_control = 1, /* Should show up only once and is not exported. */ enumerator 693 case id_control: in ibft_create_kobject() 753 rc = ibft_verify_hdr("control", (struct ibft_hdr *)control, id_control, 0); in ibft_register_kobjects()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | iscsi_ibft.c | 159 id_control = 1, /* Should show up only once and is not exported. */ enumerator 691 case id_control: in ibft_create_kobject() 751 rc = ibft_verify_hdr("control", (struct ibft_hdr *)control, id_control, 0); in ibft_register_kobjects()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | habanalabs_drv.c | 330 hdev->id_control = ctrl_id; in create_hdev() 352 idr_remove(&hl_devs_idr, hdev->id_control); in destroy_hdev()
|
H A D | device.c | 1163 rc = device_init_cdev(hdev, hclass, hdev->id_control, &hl_ctrl_ops, in hl_device_init()
|
H A D | habanalabs.h | 1565 * @id_control: minor of the control device 1672 u16 id_control; member
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | habanalabs_drv.c | 468 hdev->id_control = ctrl_id; in create_hdev() 490 idr_remove(&hl_devs_idr, hdev->id_control); in destroy_hdev()
|
H A D | device.c | 2035 rc = device_init_cdev(hdev, hdev->hclass, hdev->id_control, &hl_ctrl_ops, in create_cdev()
|
H A D | habanalabs.h | 3250 * @id_control: minor of the control device. 3423 u16 id_control; member
|
Completed in 20 milliseconds