Home
last modified time | relevance | path

Searched refs:to_instance (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/edac/
Dedac_pci_sysfs.c70 #define to_instance(k) container_of(k, struct edac_pci_ctl_info, kobj) macro
81 pci = to_instance(kobj); in edac_pci_instance_release()
100 struct edac_pci_ctl_info *pci = to_instance(kobj); in edac_pci_instance_show()
113 struct edac_pci_ctl_info *pci = to_instance(kobj); in edac_pci_instance_store()
Dedac_device_sysfs.c320 #define to_instance(k) container_of(k, struct edac_device_instance, kobj) macro
333 instance = to_instance(kobj); in edac_device_ctrl_instance_release()
348 struct edac_device_instance *instance = to_instance(kobj); in edac_dev_instance_show()
361 struct edac_device_instance *instance = to_instance(kobj); in edac_dev_instance_store()
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_msgs.c710 static struct venus_inst *to_instance(struct venus_core *core, u32 session_id) in to_instance() function
758 inst = to_instance(core, pkt->shdr.session_id); in hfi_process_msg_packet()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_trace.h597 __field(u32, to_instance)
606 __entry->to_instance = to->engine->instance;
613 __entry->to_class, __entry->to_instance,