| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 48 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev() function 87 struct pci_dev *pdev = ctrl_dev(ctrl); in pcie_poll_cmd() 159 struct pci_dev *pdev = ctrl_dev(ctrl); in pcie_do_write_cmd() 236 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_check_link_active() 292 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_check_link_status() 334 struct pci_dev *pdev = ctrl_dev(ctrl); in __pciehp_link_set() 358 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_get_raw_indicator_status() 371 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_get_attention_status() 400 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_get_power_status() 422 struct pci_dev *pdev = ctrl_dev(ctrl); in pciehp_get_latch_status() [all …]
|
| H A D | ibmphp_hpc.c | 354 if (ctrl->ctrl_dev) in pci_ctrl_read() 355 pci_read_config_byte(ctrl->ctrl_dev, HPC_PCI_OFFSET + offset, &data); in pci_ctrl_read() 363 if (ctrl->ctrl_dev) { in pci_ctrl_write() 364 pci_write_config_byte(ctrl->ctrl_dev, HPC_PCI_OFFSET + offset, data); in pci_ctrl_write()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t335/ |
| H A D | cm_t335.c | 88 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in get_efuse_mac_addr() 132 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init()
|
| H A D | spl.c | 66 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in am33xx_spl_board_init()
|
| /OK3568_Linux_fs/u-boot/board/siemens/draco/ |
| H A D | board.c | 112 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in print_chip_data() 329 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/ti/ti814x/ |
| H A D | evm.c | 30 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/ti/ti816x/ |
| H A D | evm.c | 39 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t43/ |
| H A D | cm_t43.c | 22 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/silica/pengwyn/ |
| H A D | board.c | 22 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | chilisom.c | 27 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| H A D | board.c | 154 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/grinn/chiliboard/ |
| H A D | board.c | 29 static __maybe_unused struct ctrl_dev *cdev = 30 (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/phytec/pcm051/ |
| H A D | board.c | 36 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/gumstix/pepper/ |
| H A D | board.c | 198 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/isee/igep003x/ |
| H A D | board.c | 44 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/birdland/bav335x/ |
| H A D | board.c | 41 static __maybe_unused struct ctrl_dev *cdev = 42 (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/tcl/sl50/ |
| H A D | board.c | 38 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | sys_proto.h | 42 int am335x_get_efuse_mpu_max_freq(struct ctrl_dev *cdev);
|
| /OK3568_Linux_fs/u-boot/board/siemens/common/ |
| H A D | factoryset.c | 267 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/siemens/pxm2/ |
| H A D | board.c | 222 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/siemens/rut/ |
| H A D | board.c | 180 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/vscom/baltos/ |
| H A D | board.c | 44 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/u-boot/board/bosch/shc/ |
| H A D | board.c | 44 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
|
| /OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/ |
| H A D | hisi-spmi-controller.c | 83 struct spmi_controller_dev *ctrl_dev, in spmi_controller_wait_for_done() argument 90 offset += SPMI_CHANNEL_OFFSET * ctrl_dev->channel + SPMI_SLAVE_OFFSET * sid; in spmi_controller_wait_for_done()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | linit.c | 663 struct device *ctrl_dev; in get_num_of_incomplete_fibs() local 668 ctrl_dev = &aac->pdev->dev; in get_num_of_incomplete_fibs() 670 dev_info(ctrl_dev, "outstanding cmd: midlevel-%d\n", fcnt.mlcnt); in get_num_of_incomplete_fibs() 671 dev_info(ctrl_dev, "outstanding cmd: lowlevel-%d\n", fcnt.llcnt); in get_num_of_incomplete_fibs() 672 dev_info(ctrl_dev, "outstanding cmd: error handler-%d\n", fcnt.ehcnt); in get_num_of_incomplete_fibs() 673 dev_info(ctrl_dev, "outstanding cmd: firmware-%d\n", fcnt.fwcnt); in get_num_of_incomplete_fibs() 674 dev_info(ctrl_dev, "outstanding cmd: kernel-%d\n", fcnt.krlcnt); in get_num_of_incomplete_fibs()
|