Lines Matching defs:hdev

21 static int hl_debugfs_i2c_read(struct hl_device *hdev, u8 i2c_bus, u8 i2c_addr,  in hl_debugfs_i2c_read()
47 static int hl_debugfs_i2c_write(struct hl_device *hdev, u8 i2c_bus, u8 i2c_addr, in hl_debugfs_i2c_write()
74 static void hl_debugfs_led_set(struct hl_device *hdev, u8 led, u8 state) in hl_debugfs_led_set()
377 struct hl_device *hdev = dev_entry->hdev; in mmu_show() local
539 struct hl_device *hdev = dev_entry->hdev; in mmu_asid_va_write() local
580 struct hl_device *hdev = dev_entry->hdev; in engines_show() local
593 static bool hl_is_device_va(struct hl_device *hdev, u64 addr) in hl_is_device_va()
615 static int device_va_to_pa(struct hl_device *hdev, u64 virt_addr, in device_va_to_pa()
698 struct hl_device *hdev = entry->hdev; in hl_data_read32() local
733 struct hl_device *hdev = entry->hdev; in hl_data_write32() local
767 struct hl_device *hdev = entry->hdev; in hl_data_read64() local
797 struct hl_device *hdev = entry->hdev; in hl_data_write64() local
826 struct hl_device *hdev = entry->hdev; in hl_get_power_state() local
850 struct hl_device *hdev = entry->hdev; in hl_set_power_state() local
878 struct hl_device *hdev = entry->hdev; in hl_i2c_data_read() local
906 struct hl_device *hdev = entry->hdev; in hl_i2c_data_write() local
930 struct hl_device *hdev = entry->hdev; in hl_led0_write() local
949 struct hl_device *hdev = entry->hdev; in hl_led1_write() local
968 struct hl_device *hdev = entry->hdev; in hl_led2_write() local
995 struct hl_device *hdev = entry->hdev; in hl_device_write() local
1027 struct hl_device *hdev = entry->hdev; in hl_clk_gate_read() local
1045 struct hl_device *hdev = entry->hdev; in hl_clk_gate_write() local
1069 struct hl_device *hdev = entry->hdev; in hl_stop_on_err_read() local
1087 struct hl_device *hdev = entry->hdev; in hl_stop_on_err_write() local
1203 void hl_debugfs_add_device(struct hl_device *hdev) in hl_debugfs_add_device()
1327 void hl_debugfs_remove_device(struct hl_device *hdev) in hl_debugfs_remove_device()
1391 void hl_debugfs_add_job(struct hl_device *hdev, struct hl_cs_job *job) in hl_debugfs_add_job()
1400 void hl_debugfs_remove_job(struct hl_device *hdev, struct hl_cs_job *job) in hl_debugfs_remove_job()
1409 void hl_debugfs_add_userptr(struct hl_device *hdev, struct hl_userptr *userptr) in hl_debugfs_add_userptr()
1418 void hl_debugfs_remove_userptr(struct hl_device *hdev, in hl_debugfs_remove_userptr()
1428 void hl_debugfs_add_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) in hl_debugfs_add_ctx_mem_hash()
1437 void hl_debugfs_remove_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) in hl_debugfs_remove_ctx_mem_hash()