Searched refs:uv_pci_top_obj (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | uv_sysfs.c | 27 static struct uv_pci_top_obj **uv_pci_objs; 450 struct uv_pci_top_obj { struct 459 #define to_uv_pci_top_obj(kobj_ptr) container_of(kobj_ptr, struct uv_pci_top_obj, kobj) argument 461 static ssize_t uv_pci_type_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_type_show() 466 static ssize_t uv_pci_location_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_location_show() 471 static ssize_t uv_pci_iio_stack_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_iio_stack_show() 476 static ssize_t uv_pci_ppb_addr_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_ppb_addr_show() 481 static ssize_t uv_pci_slot_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_slot_show() 488 ssize_t (*show)(struct uv_pci_top_obj *top_obj, char *buf); 489 ssize_t (*store)(struct uv_pci_top_obj *top_obj, const char *buf, size_t size); [all …]
|