• Home
  • Raw
  • Download

Lines Matching refs:hl_device

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()
357 struct hl_device *hdev = dev_entry->hdev; in mmu_show()
466 struct hl_device *hdev = dev_entry->hdev; in mmu_write()
507 struct hl_device *hdev = dev_entry->hdev; in engines_show()
514 static bool hl_is_device_va(struct hl_device *hdev, u64 addr) in hl_is_device_va()
533 static int device_va_to_pa(struct hl_device *hdev, u64 virt_addr, in device_va_to_pa()
605 struct hl_device *hdev = entry->hdev; in hl_data_read32()
635 struct hl_device *hdev = entry->hdev; in hl_data_write32()
664 struct hl_device *hdev = entry->hdev; in hl_get_power_state()
688 struct hl_device *hdev = entry->hdev; in hl_set_power_state()
716 struct hl_device *hdev = entry->hdev; in hl_i2c_data_read()
744 struct hl_device *hdev = entry->hdev; in hl_i2c_data_write()
768 struct hl_device *hdev = entry->hdev; in hl_led0_write()
787 struct hl_device *hdev = entry->hdev; in hl_led1_write()
806 struct hl_device *hdev = entry->hdev; in hl_led2_write()
833 struct hl_device *hdev = entry->hdev; in hl_device_write()
938 void hl_debugfs_add_device(struct hl_device *hdev) in hl_debugfs_add_device()
1044 void hl_debugfs_remove_device(struct hl_device *hdev) in hl_debugfs_remove_device()
1108 void hl_debugfs_add_job(struct hl_device *hdev, struct hl_cs_job *job) in hl_debugfs_add_job()
1117 void hl_debugfs_remove_job(struct hl_device *hdev, struct hl_cs_job *job) in hl_debugfs_remove_job()
1126 void hl_debugfs_add_userptr(struct hl_device *hdev, struct hl_userptr *userptr) in hl_debugfs_add_userptr()
1135 void hl_debugfs_remove_userptr(struct hl_device *hdev, in hl_debugfs_remove_userptr()
1145 void hl_debugfs_add_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) in hl_debugfs_add_ctx_mem_hash()
1154 void hl_debugfs_remove_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) in hl_debugfs_remove_ctx_mem_hash()