Searched refs:uv_pci_top_obj (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/x86/ |
H A D | uv_sysfs.c | 28 static struct uv_pci_top_obj **uv_pci_objs; 451 struct uv_pci_top_obj { struct 460 #define to_uv_pci_top_obj(kobj_ptr) container_of(kobj_ptr, struct uv_pci_top_obj, kobj) argument 462 static ssize_t uv_pci_type_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_type_show() 467 static ssize_t uv_pci_location_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_location_show() 472 static ssize_t uv_pci_iio_stack_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_iio_stack_show() 477 static ssize_t uv_pci_ppb_addr_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_ppb_addr_show() 482 static ssize_t uv_pci_slot_show(struct uv_pci_top_obj *top_obj, char *buf) in uv_pci_slot_show() 489 ssize_t (*show)(struct uv_pci_top_obj *top_obj, char *buf); 490 ssize_t (*store)(struct uv_pci_top_obj *top_obj, const char *buf, size_t size); [all …]
|