Lines Matching defs:gsp
93 r535_gsp_msgq_wait(struct nvkm_gsp *gsp, u32 repc, u32 *prepc, int *ptime) in r535_gsp_msgq_wait()
152 r535_gsp_msgq_recv(struct nvkm_gsp *gsp, u32 repc, int *ptime) in r535_gsp_msgq_recv()
158 r535_gsp_cmdq_push(struct nvkm_gsp *gsp, void *argv) in r535_gsp_cmdq_push()
226 r535_gsp_cmdq_get(struct nvkm_gsp *gsp, u32 argc) in r535_gsp_cmdq_get()
256 r535_gsp_msg_done(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg) in r535_gsp_msg_done()
262 r535_gsp_msg_dump(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg, int lvl) in r535_gsp_msg_dump()
275 r535_gsp_msg_recv(struct nvkm_gsp *gsp, int fn, u32 repc) in r535_gsp_msg_recv()
340 r535_gsp_msg_ntfy_add(struct nvkm_gsp *gsp, u32 fn, nvkm_gsp_msg_ntfy_func func, void *priv) in r535_gsp_msg_ntfy_add()
358 r535_gsp_rpc_poll(struct nvkm_gsp *gsp, u32 fn) in r535_gsp_rpc_poll()
372 r535_gsp_rpc_send(struct nvkm_gsp *gsp, void *argv, bool wait, u32 repc) in r535_gsp_rpc_send()
407 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_event_dtor() local
441 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_device_event_ctor() local
520 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_client_dtor() local
532 r535_gsp_client_ctor(struct nvkm_gsp *gsp, struct nvkm_gsp_client *client) in r535_gsp_client_ctor()
570 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_rpc_rm_free() local
598 struct nvkm_gsp *gsp = object->client->gsp; in r535_gsp_rpc_rm_alloc_push() local
622 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_rpc_rm_alloc_get() local
655 struct nvkm_gsp *gsp = object->client->gsp; in r535_gsp_rpc_rm_ctrl_push() local
683 struct nvkm_gsp *gsp = client->gsp; in r535_gsp_rpc_rm_ctrl_get() local
702 r535_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in r535_gsp_rpc_done()
710 r535_gsp_rpc_get(struct nvkm_gsp *gsp, u32 fn, u32 argc) in r535_gsp_rpc_get()
728 r535_gsp_rpc_push(struct nvkm_gsp *gsp, void *argv, bool wait, u32 repc) in r535_gsp_rpc_push()
821 struct nvkm_gsp *gsp = container_of(work, typeof(*gsp), msgq.work); in r535_gsp_msgq_work() local
832 struct nvkm_gsp *gsp = container_of(inth, typeof(*gsp), subdev.inth); in r535_gsp_intr() local
861 r535_gsp_intr_get_table(struct nvkm_gsp *gsp) in r535_gsp_intr_get_table()
940 r535_gsp_rpc_get_gsp_static_info(struct nvkm_gsp *gsp) in r535_gsp_rpc_get_gsp_static_info()
1035 nvkm_gsp_mem_ctor(struct nvkm_gsp *gsp, size_t size, struct nvkm_gsp_mem *mem) in nvkm_gsp_mem_ctor()
1048 r535_gsp_postinit(struct nvkm_gsp *gsp) in r535_gsp_postinit()
1083 r535_gsp_rpc_unloading_guest_driver(struct nvkm_gsp *gsp, bool suspend) in r535_gsp_rpc_unloading_guest_driver()
1165 static int add_registry(struct nvkm_gsp *gsp, const char *key, in add_registry()
1207 static int add_registry_num(struct nvkm_gsp *gsp, const char *key, u32 value) in add_registry_num()
1213 static int add_registry_string(struct nvkm_gsp *gsp, const char *key, const char *value) in add_registry_string()
1256 static void build_registry(struct nvkm_gsp *gsp, PACKED_REGISTRY_TABLE *registry) in build_registry()
1307 static void clean_registry(struct nvkm_gsp *gsp) in clean_registry()
1383 r535_gsp_rpc_set_registry(struct nvkm_gsp *gsp) in r535_gsp_rpc_set_registry()
1625 r535_gsp_acpi_info(struct nvkm_gsp *gsp, ACPI_METHOD_DATA *acpi) in r535_gsp_acpi_info()
1645 r535_gsp_rpc_set_system_info(struct nvkm_gsp *gsp) in r535_gsp_rpc_set_system_info()
1673 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_os_error_log() local
1688 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_rc_triggered() local
1714 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_mmu_fault_queued() local
1726 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_post_event() local
1778 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_run_cpu_sequencer() local
1904 r535_gsp_booter_unload(struct nvkm_gsp *gsp, u32 mbox0, u32 mbox1) in r535_gsp_booter_unload()
1929 r535_gsp_booter_load(struct nvkm_gsp *gsp, u32 mbox0, u32 mbox1) in r535_gsp_booter_load()
1946 r535_gsp_wpr_meta_init(struct nvkm_gsp *gsp) in r535_gsp_wpr_meta_init()
1995 r535_gsp_shared_init(struct nvkm_gsp *gsp) in r535_gsp_shared_init()
2046 r535_gsp_rmargs_init(struct nvkm_gsp *gsp, bool resume) in r535_gsp_rmargs_init()
2138 struct nvkm_gsp *gsp = priv; in r535_gsp_msg_libos_print() local
2172 static struct dentry *create_debugfs(struct nvkm_gsp *gsp, const char *name, in create_debugfs()
2221 r535_gsp_libos_debugfs_init(struct nvkm_gsp *gsp) in r535_gsp_libos_debugfs_init()
2363 r535_gsp_libos_init(struct nvkm_gsp *gsp) in r535_gsp_libos_init()
2471 nvkm_gsp_radix3_dtor(struct nvkm_gsp *gsp, struct nvkm_gsp_radix3 *rx3) in nvkm_gsp_radix3_dtor()
2512 nvkm_gsp_radix3_sg(struct nvkm_gsp *gsp, struct sg_table *sgt, u64 size, in nvkm_gsp_radix3_sg()
2572 r535_gsp_fini(struct nvkm_gsp *gsp, bool suspend) in r535_gsp_fini()
2629 r535_gsp_init(struct nvkm_gsp *gsp) in r535_gsp_init()
2670 r535_gsp_rm_boot_ctor(struct nvkm_gsp *gsp) in r535_gsp_rm_boot_ctor()
2699 r535_gsp_elf_section(struct nvkm_gsp *gsp, const char *name, const u8 **pdata, u64 *psize) in r535_gsp_elf_section()
2719 r535_gsp_dtor_fws(struct nvkm_gsp *gsp) in r535_gsp_dtor_fws()
2847 static void r535_gsp_retain_logging(struct nvkm_gsp *gsp) in r535_gsp_retain_logging()
2933 r535_gsp_libos_debugfs_fini(struct nvkm_gsp __maybe_unused *gsp) in r535_gsp_libos_debugfs_fini()
2948 r535_gsp_dtor(struct nvkm_gsp *gsp) in r535_gsp_dtor()
2977 r535_gsp_oneinit(struct nvkm_gsp *gsp) in r535_gsp_oneinit()
3105 r535_gsp_load_fw(struct nvkm_gsp *gsp, const char *name, const char *ver, in r535_gsp_load_fw()
3115 r535_gsp_load(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in r535_gsp_load()