Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/usb/core/
H A Dport.c39 port_dev->early_stop = 1; in early_stop_store()
41 port_dev->early_stop = 0; in early_stop_store()
343 kfree(port_dev->req); in usb_port_device_release()
344 kfree(port_dev); in usb_port_device_release()
723 port_dev = kzalloc(sizeof(*port_dev), GFP_KERNEL); in usb_hub_create_port_device()
724 if (!port_dev) in usb_hub_create_port_device()
727 port_dev->req = kzalloc(sizeof(*(port_dev->req)), GFP_KERNEL); in usb_hub_create_port_device()
728 if (!port_dev->req) { in usb_hub_create_port_device()
729 kfree(port_dev); in usb_hub_create_port_device()
756 port_dev->state_kn = sysfs_get_dirent(port_dev->dev.kobj.sd, "state"); in usb_hub_create_port_device()
[all …]
H A Dusb-acpi.c116 struct usb_port *port_dev; in usb_acpi_set_power_state() local
124 port_dev = hub->ports[port1 - 1]; in usb_acpi_set_power_state()
189 usb_acpi_get_companion_for_port(struct usb_port *port_dev) in usb_acpi_get_companion_for_port() argument
197 udev = to_usb_device(port_dev->dev.parent->parent); in usb_acpi_get_companion_for_port()
207 port_dev->portnum); in usb_acpi_get_companion_for_port()
215 port1 = port_dev->portnum; in usb_acpi_get_companion_for_port()
229 adev = usb_acpi_get_companion_for_port(port_dev); in usb_acpi_find_companion_for_port()
236 port_dev->location = USB_ACPI_LOCATION_VALID in usb_acpi_find_companion_for_port()
249 struct usb_port *port_dev; in usb_acpi_find_companion_for_device() local
269 port_dev = hub->ports[udev->portnum - 1]; in usb_acpi_find_companion_for_device()
[all …]
H A Dhub.c723 struct usb_port *port_dev; in usb_wakeup_notification() local
731 if (port_dev && port_dev->child) in usb_wakeup_notification()
3011 dev_err(&port_dev->dev, in hub_port_reset()
3067 dev_dbg(&port_dev->dev, in hub_port_reset()
3431 usb_lock_port(port_dev); in usb_port_suspend()
3494 dev_dbg(&port_dev->dev, in usb_port_suspend()
3732 usb_lock_port(port_dev); in usb_port_resume()
3834 udev = port_dev->child; in hub_handle_remote_wakeup()
5630 usb_lock_port(port_dev); in hub_port_connect_change()
5750 if (port_dev->ignore_event && port_dev->early_stop) in port_event()
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dserial_base_bus.c141 kfree(port_dev); in serial_base_port_release()
151 port_dev = kzalloc(sizeof(*port_dev), GFP_KERNEL); in serial_base_port_add()
152 if (!port_dev) in serial_base_port_add()
163 kfree(port_dev); in serial_base_port_add()
176 port_dev->port = port; in serial_base_port_add()
182 return port_dev; in serial_base_port_add()
185 put_device(&port_dev->dev); in serial_base_port_add()
196 if (!port_dev) in serial_base_port_device_remove()
199 parent = port_dev->dev.parent; in serial_base_port_device_remove()
202 device_del(&port_dev->dev); in serial_base_port_device_remove()
[all …]
H A Dserial_port.c28 struct serial_port_device *port_dev = to_serial_base_port_device(dev); in serial_port_runtime_resume() local
32 port = port_dev->port; in serial_port_runtime_resume()
39 if (!port_dev->tx_enabled) in serial_port_runtime_resume()
56 struct uart_port *port = port_dev->port; in serial_port_runtime_suspend()
64 if (!port_dev->tx_enabled) { in serial_port_runtime_suspend()
81 struct serial_port_device *port_dev, in serial_base_port_set_tx() argument
87 port_dev->tx_enabled = enabled; in serial_base_port_set_tx()
93 struct serial_port_device *port_dev = port->port_dev; in serial_base_port_startup() local
95 serial_base_port_set_tx(port, port_dev, true); in serial_base_port_startup()
100 struct serial_port_device *port_dev = port->port_dev; in serial_base_port_shutdown() local
[all …]
H A Dserial_core.c139 struct serial_port_device *port_dev; in __uart_start() local
145 port_dev = port->port_dev; in __uart_start()
148 err = pm_runtime_get(&port_dev->dev); in __uart_start()
150 pm_runtime_put_noidle(&port_dev->dev); in __uart_start()
3286 uport->port_dev = NULL; in serial_core_remove_one_port()
3331 struct device *dev = &port_dev->dev; in serial_core_get_ctrl_dev()
3370 struct serial_port_device *port_dev; in serial_core_port_device_add() local
3373 if (IS_ERR(port_dev)) in serial_core_port_device_add()
3374 return PTR_ERR(port_dev); in serial_core_port_device_add()
3376 port->port_dev = port_dev; in serial_core_port_device_add()
[all …]
H A Dserial_base.h45 void serial_base_port_device_remove(struct serial_port_device *port_dev);
/openbmc/linux/include/net/
H A Dlag.h9 static inline bool net_lag_port_dev_txable(const struct net_device *port_dev) in net_lag_port_dev_txable() argument
11 if (netif_is_team_port(port_dev)) in net_lag_port_dev_txable()
12 return team_port_dev_txable(port_dev); in net_lag_port_dev_txable()
14 return bond_is_active_slave_dev(port_dev); in net_lag_port_dev_txable()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_port.c74 sas_phy_set_target(phy, port->port_dev); in sas_form_port_add_phy()
109 struct domain_device *port_dev = NULL; in sas_form_port() local
140 port_dev = port->port_dev; in sas_form_port()
154 port_dev = port->port_dev; in sas_form_port()
183 if (port_dev) in sas_form_port()
184 port_dev->pathways = port->num_phys; in sas_form_port()
192 if (port_dev && dev_is_expander(port_dev->dev_type)) { in sas_form_port()
193 struct expander_device *ex_dev = &port_dev->ex_dev; in sas_form_port()
221 dev = port->port_dev; in sas_deform_port()
H A Dsas_host_smp.c43 !sas_ha->sas_phy[phy_id]->port->port_dev) in sas_host_smp_discover()
46 rphy = sas_ha->sas_phy[phy_id]->port->port_dev->rphy; in sas_host_smp_discover()
154 rphy = sas_ha->sas_phy[phy_id]->port->port_dev->rphy; in sas_report_phy_sata()
156 sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd; in sas_report_phy_sata()
172 &sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd[i]; in sas_report_phy_sata()
H A Dsas_discover.c137 port->port_dev = dev; in sas_get_port_device()
319 dev->port->port_dev = NULL; in sas_unregister_common_dev()
466 if (port->port_dev) in sas_discover_domain()
472 dev = port->port_dev; in sas_discover_domain()
503 port->port_dev = NULL; in sas_discover_domain()
518 struct domain_device *ddev = port->port_dev; in sas_revalidate_domain()
H A Dsas_init.c200 dev = asd_phy->port->port_dev; in sas_try_ata_reset()
394 struct domain_device *dev = port->port_dev; in sas_resume_insert_broadcast_ha()
/openbmc/linux/drivers/net/team/
H A Dteam.c55 addr.ss_family = port_dev->type; in __set_port_dev_addr()
1158 if (dev == port_dev) { in team_port_add()
1195 port->dev = port_dev; in team_port_add()
1206 memcpy(port->orig.dev_addr, port_dev->dev_addr, port_dev->addr_len); in team_port_add()
1237 dev_disable_lro(port_dev); in team_port_add()
1312 dev_close(port_dev); in team_port_add()
1355 dev_uc_unsync(port_dev, dev); in team_port_del()
1358 dev_close(port_dev); in team_port_del()
2126 dev->type = port_dev->type; in team_setup_by_port()
2130 dev->mtu = port_dev->mtu; in team_setup_by_port()
[all …]
/openbmc/linux/arch/um/drivers/
H A Dport_kern.c30 struct port_dev { struct
162 struct port_dev *dev = NULL; in port_data()
203 dev = kmalloc(sizeof(struct port_dev), GFP_KERNEL); in port_data()
209 *dev = ((struct port_dev) { .port = port, in port_data()
225 struct port_dev *dev = data; in port_wait()
273 struct port_dev *dev = d; in port_remove_dev()
285 struct port_dev *dev = d; in port_kern_free()
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c533 device_unregister(d->port_dev); in ast_vhub_del_dev()
569 d->port_dev = kzalloc(sizeof(struct device), GFP_KERNEL); in ast_vhub_init_dev()
570 if (!d->port_dev) { in ast_vhub_init_dev()
574 device_initialize(d->port_dev); in ast_vhub_init_dev()
575 d->port_dev->release = ast_vhub_dev_release; in ast_vhub_init_dev()
576 d->port_dev->parent = parent; in ast_vhub_init_dev()
577 dev_set_name(d->port_dev, "%s:p%d", dev_name(parent), idx + 1); in ast_vhub_init_dev()
578 rc = device_add(d->port_dev); in ast_vhub_init_dev()
595 rc = usb_add_gadget_udc(d->port_dev, &d->gadget); in ast_vhub_init_dev()
602 device_del(d->port_dev); in ast_vhub_init_dev()
[all …]
H A Dvhub.h350 struct device *port_dev; member
/openbmc/linux/drivers/net/
H A Dvrf.c1116 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1121 cycle_netdev(port_dev, extack); in do_vrf_add_slave()
1126 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1133 if (netif_is_l3_master(port_dev)) { in vrf_add_slave()
1139 if (netif_is_l3_slave(port_dev)) in vrf_add_slave()
1148 netdev_upper_dev_unlink(port_dev, dev); in do_vrf_del_slave()
1149 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave()
1151 cycle_netdev(port_dev, NULL); in do_vrf_del_slave()
1158 return do_vrf_del_slave(dev, port_dev); in vrf_del_slave()
1709 struct net_device *port_dev; in vrf_dellink() local
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c519 PCIDevice *port_dev; in cmd_get_physical_port_state() local
524 port_dev = pcie_find_port_by_pn(bus, in->ports[i]); in cmd_get_physical_port_state()
525 if (port_dev) { /* DSP */ in cmd_get_physical_port_state()
526 PCIDevice *ds_dev = pci_bridge_get_sec_bus(PCI_BRIDGE(port_dev)) in cmd_get_physical_port_state()
540 port_dev = PCI_DEVICE(usp); in cmd_get_physical_port_state()
549 if (!port_dev->exp.exp_cap) { in cmd_get_physical_port_state()
552 lnksta = port_dev->config_read(port_dev, in cmd_get_physical_port_state()
553 port_dev->exp.exp_cap + PCI_EXP_LNKSTA, in cmd_get_physical_port_state()
555 lnkcap = port_dev->config_read(port_dev, in cmd_get_physical_port_state()
556 port_dev->exp.exp_cap + PCI_EXP_LNKCAP, in cmd_get_physical_port_state()
[all …]
/openbmc/linux/drivers/usb/typec/
H A Dbus.c377 struct device *port_dev = &alt->partner->adev.dev; in typec_altmode_create_links() local
381 err = sysfs_create_link(&dev->kobj, &port_dev->kobj, "port"); in typec_altmode_create_links()
385 err = sysfs_create_link(&port_dev->kobj, &dev->kobj, "partner"); in typec_altmode_create_links()
/openbmc/linux/drivers/fpga/
H A Ddfl.c1624 struct platform_device *port_dev = pdata->dev; in dfl_fpga_feature_devs_remove() local
1627 if (!device_is_registered(&port_dev->dev)) { in dfl_fpga_feature_devs_remove()
1628 dfl_id_free(feature_dev_id_type(port_dev), in dfl_fpga_feature_devs_remove()
1629 port_dev->id); in dfl_fpga_feature_devs_remove()
1630 platform_device_put(port_dev); in dfl_fpga_feature_devs_remove()
1634 put_device(&port_dev->dev); in dfl_fpga_feature_devs_remove()
1664 struct platform_device *port_dev; in __dfl_fpga_cdev_find_port() local
1667 port_dev = pdata->dev; in __dfl_fpga_cdev_find_port()
1669 if (match(port_dev, data) && get_device(&port_dev->dev)) in __dfl_fpga_cdev_find_port()
1670 return port_dev; in __dfl_fpga_cdev_find_port()
/openbmc/linux/include/linux/
H A Dif_team.h88 static inline bool team_port_dev_txable(const struct net_device *port_dev) in team_port_dev_txable() argument
94 port = team_port_get_rcu(port_dev); in team_port_dev_txable()
/openbmc/linux/drivers/ata/
H A Dlibahci_platform.c584 struct platform_device *port_dev __maybe_unused; in ahci_platform_get_resources()
604 port_dev = of_find_device_by_node(child); in ahci_platform_get_resources()
606 if (port_dev) { in ahci_platform_get_resources()
608 &port_dev->dev); in ahci_platform_get_resources()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c1267 static int __prestera_inetaddr_port_event(struct net_device *port_dev, in __prestera_inetaddr_port_event() argument
1271 struct prestera_port *port = netdev_priv(port_dev); in __prestera_inetaddr_port_event()
1277 err = prestera_is_valid_mac_addr(port, port_dev->dev_addr); in __prestera_inetaddr_port_event()
1283 kern_tb_id = l3mdev_fib_table(port_dev); in __prestera_inetaddr_port_event()
1297 port_dev->dev_addr); in __prestera_inetaddr_port_event()
1302 dev_hold(port_dev); in __prestera_inetaddr_port_event()
1310 dev_put(port_dev); in __prestera_inetaddr_port_event()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1400 if (do_port_check && sas_port && sas_port->port_dev) { in hisi_sas_rescan_topology()
1401 struct domain_device *dev = sas_port->port_dev; in hisi_sas_rescan_topology()
1482 struct domain_device *port_dev = sas_port->port_dev; in hisi_sas_terminate_stp_reject() local
1485 if (!port_dev || !dev_is_expander(port_dev->dev_type)) in hisi_sas_terminate_stp_reject()
/openbmc/linux/include/scsi/
H A Dlibsas.h237 struct domain_device *port_dev; member

12