Searched defs:ctrl_dev (Results 1 – 5 of 5) sorted by relevance
480 struct ctrl_dev { struct481 unsigned int deviceid; /* offset 0x00 */482 unsigned int resv1[7];483 unsigned int usb_ctrl0; /* offset 0x20 */484 unsigned int resv2;485 unsigned int usb_ctrl1; /* offset 0x28 */486 unsigned int resv3;487 unsigned int macid0l; /* offset 0x30 */488 unsigned int macid0h; /* offset 0x34 */489 unsigned int macid1l; /* offset 0x38 */[all …]
83 struct spmi_controller_dev *ctrl_dev, in spmi_controller_wait_for_done()
48 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev() function
715 struct pci_dev *ctrl_dev; /* in case where controller is PCI */ member
663 struct device *ctrl_dev; in get_num_of_incomplete_fibs() local