Home
last modified time | relevance | path

Searched refs:slot_name (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpciehp_ctrl.c81 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in board_added()
170 slot_name(ctrl)); in pciehp_handle_button_press()
174 slot_name(ctrl)); in pciehp_handle_button_press()
188 ctrl_info(ctrl, "Slot(%s): Button cancel\n", slot_name(ctrl)); in pciehp_handle_button_press()
200 slot_name(ctrl)); in pciehp_handle_button_press()
204 slot_name(ctrl), ctrl->state); in pciehp_handle_button_press()
243 slot_name(ctrl)); in pciehp_handle_presence_or_link_change()
246 slot_name(ctrl)); in pciehp_handle_presence_or_link_change()
272 slot_name(ctrl)); in pciehp_handle_presence_or_link_change()
275 slot_name(ctrl)); in pciehp_handle_presence_or_link_change()
[all …]
H A Dcpci_hotplug_core.c76 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot()
89 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot()
94 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot()
98 __func__, slot_name(slot)); in disable_slot()
101 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot()
106 __func__, slot_name(slot)); in disable_slot()
225 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus()
258 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus()
307 dbg("%s - looking at slot %s", __func__, slot_name(slot)); in init_slots()
310 __func__, slot_name(slot)); in init_slots()
[all …]
H A Dshpchp_ctrl.c59 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_attention_button()
87 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
97 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
125 slot_name(p_slot)); in shpchp_handle_presence_change()
132 slot_name(p_slot)); in shpchp_handle_presence_change()
156 slot_name(p_slot)); in shpchp_handle_power_fault()
163 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_power_fault()
469 slot_name(p_slot)); in handle_button_press_event()
473 slot_name(p_slot)); in handle_button_press_event()
489 slot_name(p_slot)); in handle_button_press_event()
[all …]
H A Dacpiphp_core.c123 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in enable_slot()
140 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in disable_slot()
184 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status()
230 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status()
250 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
286 pr_info("Slot [%s] registered\n", slot_name(slot)); in acpiphp_register_hotplug_slot()
300 pr_info("Slot [%s] unregistered\n", slot_name(slot)); in acpiphp_unregister_hotplug_slot()
H A Dshpchp_core.c151 __func__, slot_name(slot)); in set_attention_status()
164 __func__, slot_name(slot)); in enable_slot()
174 __func__, slot_name(slot)); in disable_slot()
185 __func__, slot_name(slot)); in get_power_status()
200 __func__, slot_name(slot)); in get_attention_status()
215 __func__, slot_name(slot)); in get_latch_status()
230 __func__, slot_name(slot)); in get_adapter_status()
H A Dpciehp_hpc.c64 slot_name(ctrl)); in pciehp_request_irq()
297 ctrl_info(ctrl, "Slot(%s): No link\n", slot_name(ctrl)); in pciehp_check_link_status()
317 slot_name(ctrl), lnk_status); in pciehp_check_link_status()
325 slot_name(ctrl)); in pciehp_check_link_status()
581 slot_name(ctrl)); in pciehp_ignore_dpc_link_change()
727 slot_name(ctrl)); in pciehp_ist()
733 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in pciehp_ist()
H A Dcpqphp_core.c424 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in set_attention_status()
451 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SI()
483 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SS()
506 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in hardware_test()
517 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status()
528 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_attention_status()
539 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status()
551 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
H A Dcpci_hotplug_pci.c197 err("Could not set LOO for slot %s", slot_name(slot)); in cpci_led_on()
225 err("Could not clear LOO for slot %s", slot_name(slot)); in cpci_led_off()
H A Dcpci_hotplug.h61 static inline const char *slot_name(struct slot *slot) in slot_name() function
H A Dacpiphp.h41 static inline const char *slot_name(struct slot *slot) in slot_name() function
H A Dpciehp.h192 static inline const char *slot_name(struct controller *ctrl) in slot_name() function
H A Dshpchp.h172 static inline const char *slot_name(struct slot *slot) in slot_name() function
H A Dcpqphp.h446 static inline const char *slot_name(struct slot *slot) in slot_name() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dslot.c147 char *slot_name; in rename_slot() local
152 slot_name = make_slot_name(name); in rename_slot()
153 if (!slot_name) in rename_slot()
156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
157 kfree(slot_name); in rename_slot()
232 char *slot_name = NULL; in pci_create_slot() local
268 slot_name = make_slot_name(name); in pci_create_slot()
269 if (!slot_name) { in pci_create_slot()
279 "%s", slot_name); in pci_create_slot()
295 kfree(slot_name); in pci_create_slot()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c881 char *slot_name = cmd; in fb_read_var() local
884 cmd = strsep(&slot_name, ":"); in fb_read_var()
885 if (!cmd || !slot_name) { in fb_read_var()
899 if (!strcmp(slot_name, "a")) { in fb_read_var()
906 } else if (!strcmp(slot_name, "b")) { in fb_read_var()
919 char *slot_name = cmd; in fb_read_var() local
922 cmd = strsep(&slot_name, ":"); in fb_read_var()
924 if (!cmd || !slot_name) { in fb_read_var()
938 if (!strcmp(slot_name, "a")) { in fb_read_var()
946 } else if (!strcmp(slot_name, "b")) { in fb_read_var()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_kms.c70 const char *slot_name, in setup_slot() argument
77 slot->name = slot_name; in setup_slot()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c494 dbg("OHCI controller usb-%s state", controller->slot_name); in ohci_dump()
1819 ohci->slot_name, in hc_reset()
1918 err("%s device removed!", ohci->slot_name); in hc_interrupt()
1938 ohci->slot_name); in hc_interrupt()
1993 dbg("USB HC release ohci usb-%s", ohci->slot_name); in hc_release_ohci()
2061 gohci.slot_name = CONFIG_SYS_USB_OHCI_SLOT_NAME; in usb_lowlevel_init()
2065 err ("can't reset usb-%s", gohci.slot_name); in usb_lowlevel_init()
2079 err("can't start usb-%s", gohci.slot_name); in usb_lowlevel_init()
H A Dohci.h406 const char *slot_name; member
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c356 dbg ("OHCI controller usb-%s state", controller->slot_name); in ohci_dump()
1267 ohci->slot_name, in hc_reset()
1372 ohci->slot_name); in hc_interrupt()
1423 dbg ("USB HC release ohci usb-%s", ohci->slot_name); in hc_release_ohci()
1562 gohci.slot_name = "au1x00"; in usb_lowlevel_init()
H A Dau1x00_usb_ohci.h368 const char *slot_name; member
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Diosapic.c467 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/
H A Dsst-atom-controls.c1196 #define SST_INTERLEAVER(xpname, slot_name, slotno) \ argument
1197 SST_SSP_SLOT_CTL(xpname, "tx interleaver", slot_name, slotno, true, \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h684 #define pci_name(x) ((x)->slot_name)
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Domap.c329 static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL);
H A Domap_hsmmc.c755 static DEVICE_ATTR(slot_name, S_IRUGO, omap_hsmmc_show_slot_name, NULL);