/linux-6.3-rc2/drivers/usb/core/ |
A D | port.c | 39 port_dev->early_stop = 1; in early_stop_store() 41 port_dev->early_stop = 0; in early_stop_store() 298 kfree(port_dev->req); in usb_port_device_release() 299 kfree(port_dev); in usb_port_device_release() 410 if (port_dev->child) in usb_port_shutdown() 675 port_dev = kzalloc(sizeof(*port_dev), GFP_KERNEL); in usb_hub_create_port_device() 676 if (!port_dev) in usb_hub_create_port_device() 679 port_dev->req = kzalloc(sizeof(*(port_dev->req)), GFP_KERNEL); in usb_hub_create_port_device() 680 if (!port_dev->req) { in usb_hub_create_port_device() 681 kfree(port_dev); in usb_hub_create_port_device() [all …]
|
A D | usb-acpi.c | 120 struct usb_port *port_dev; in usb_acpi_set_power_state() local 128 port_dev = hub->ports[port1 - 1]; in usb_acpi_set_power_state() 193 usb_acpi_get_companion_for_port(struct usb_port *port_dev) in usb_acpi_get_companion_for_port() argument 201 udev = to_usb_device(port_dev->dev.parent->parent); in usb_acpi_get_companion_for_port() 211 port_dev->portnum); in usb_acpi_get_companion_for_port() 219 port1 = port_dev->portnum; in usb_acpi_get_companion_for_port() 233 adev = usb_acpi_get_companion_for_port(port_dev); in usb_acpi_find_companion_for_port() 240 port_dev->location = USB_ACPI_LOCATION_VALID in usb_acpi_find_companion_for_port() 253 struct usb_port *port_dev; in usb_acpi_find_companion_for_device() local 273 port_dev = hub->ports[udev->portnum - 1]; in usb_acpi_find_companion_for_device() [all …]
|
A D | hub.c | 704 struct usb_port *port_dev; in usb_wakeup_notification() local 712 if (port_dev && port_dev->child) in usb_wakeup_notification() 2984 dev_err(&port_dev->dev, in hub_port_reset() 3040 dev_dbg(&port_dev->dev, in hub_port_reset() 3404 usb_lock_port(port_dev); in usb_port_suspend() 3467 dev_dbg(&port_dev->dev, in usb_port_suspend() 3705 usb_lock_port(port_dev); in usb_port_resume() 3807 udev = port_dev->child; in hub_handle_remote_wakeup() 5552 usb_lock_port(port_dev); in hub_port_connect_change() 5672 if (port_dev->ignore_event && port_dev->early_stop) in port_event() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | lag.h | 9 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()
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_port.c | 74 sas_phy_set_target(phy, port->port_dev); in sas_form_port_add_phy() 110 struct domain_device *port_dev = NULL; in sas_form_port() local 141 port_dev = port->port_dev; in sas_form_port() 155 port_dev = port->port_dev; in sas_form_port() 184 if (port_dev) in sas_form_port() 185 port_dev->pathways = port->num_phys; in sas_form_port() 193 if (port_dev && dev_is_expander(port_dev->dev_type)) { in sas_form_port() 194 struct expander_device *ex_dev = &port_dev->ex_dev; in sas_form_port() 222 dev = port->port_dev; in sas_deform_port()
|
A D | sas_host_smp.c | 43 !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()
|
A D | sas_discover.c | 137 port->port_dev = dev; in sas_get_port_device() 319 dev->port->port_dev = NULL; in sas_unregister_common_dev() 437 if (port->port_dev) in sas_discover_domain() 443 dev = port->port_dev; in sas_discover_domain() 474 port->port_dev = NULL; in sas_discover_domain() 489 struct domain_device *ddev = port->port_dev; in sas_revalidate_domain()
|
A D | sas_init.c | 200 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()
|
A D | sas_expander.c | 1558 res = sas_ex_discover_devices(port->port_dev, -1); in sas_ex_level_discovery() 2037 int sas_ex_revalidate_domain(struct domain_device *port_dev) in sas_ex_revalidate_domain() argument 2042 res = sas_find_bcast_dev(port_dev, &dev); in sas_ex_revalidate_domain()
|
/linux-6.3-rc2/drivers/net/team/ |
A D | team.c | 55 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() 2130 dev->type = port_dev->type; in team_setup_by_port() 2134 dev->mtu = port_dev->mtu; in team_setup_by_port() [all …]
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | port_kern.c | 30 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()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/aspeed-vhub/ |
A D | dev.c | 534 device_unregister(d->port_dev); in ast_vhub_del_dev() 570 d->port_dev = kzalloc(sizeof(struct device), GFP_KERNEL); in ast_vhub_init_dev() 571 if (!d->port_dev) { in ast_vhub_init_dev() 575 device_initialize(d->port_dev); in ast_vhub_init_dev() 576 d->port_dev->release = ast_vhub_dev_release; in ast_vhub_init_dev() 577 d->port_dev->parent = parent; in ast_vhub_init_dev() 578 dev_set_name(d->port_dev, "%s:p%d", dev_name(parent), idx + 1); in ast_vhub_init_dev() 579 rc = device_add(d->port_dev); in ast_vhub_init_dev() 596 rc = usb_add_gadget_udc(d->port_dev, &d->gadget); in ast_vhub_init_dev() 603 device_del(d->port_dev); in ast_vhub_init_dev() [all …]
|
A D | vhub.h | 350 struct device *port_dev; member
|
/linux-6.3-rc2/drivers/net/ |
A D | vrf.c | 1128 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave() 1133 cycle_netdev(port_dev, extack); in do_vrf_add_slave() 1138 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave() 1145 if (netif_is_l3_master(port_dev)) { in vrf_add_slave() 1151 if (netif_is_l3_slave(port_dev)) in vrf_add_slave() 1160 netdev_upper_dev_unlink(port_dev, dev); in do_vrf_del_slave() 1161 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave() 1163 cycle_netdev(port_dev, NULL); in do_vrf_del_slave() 1170 return do_vrf_del_slave(dev, port_dev); in vrf_del_slave() 1729 struct net_device *port_dev; in vrf_dellink() local [all …]
|
/linux-6.3-rc2/drivers/usb/typec/ |
A D | bus.c | 369 struct device *port_dev = &alt->partner->adev.dev; in typec_altmode_create_links() local 373 err = sysfs_create_link(&dev->kobj, &port_dev->kobj, "port"); in typec_altmode_create_links() 377 err = sysfs_create_link(&port_dev->kobj, &dev->kobj, "partner"); in typec_altmode_create_links()
|
/linux-6.3-rc2/drivers/fpga/ |
A D | dfl.c | 1624 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()
|
/linux-6.3-rc2/include/linux/ |
A D | if_team.h | 88 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()
|
/linux-6.3-rc2/drivers/ata/ |
A D | libahci_platform.c | 583 struct platform_device *port_dev __maybe_unused; in ahci_platform_get_resources() 603 port_dev = of_find_device_by_node(child); in ahci_platform_get_resources() 605 if (port_dev) { in ahci_platform_get_resources() 607 &port_dev->dev); in ahci_platform_get_resources()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_router.c | 1267 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()
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | port.c | 850 struct device *port_dev; in find_cxl_root() local 853 port_dev = bus_find_device(&cxl_bus_type, NULL, dev, match_root_child); in find_cxl_root() 854 if (!port_dev) in find_cxl_root() 857 root = to_cxl_port(port_dev->parent); in find_cxl_root() 859 put_device(port_dev); in find_cxl_root()
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 1340 if (do_port_check && sas_port && sas_port->port_dev) { in hisi_sas_rescan_topology() 1341 struct domain_device *dev = sas_port->port_dev; in hisi_sas_rescan_topology() 1422 struct domain_device *port_dev = sas_port->port_dev; in hisi_sas_terminate_stp_reject() local 1425 if (!port_dev || !dev_is_expander(port_dev->dev_type)) in hisi_sas_terminate_stp_reject()
|
/linux-6.3-rc2/include/scsi/ |
A D | libsas.h | 247 struct domain_device *port_dev; member
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | hso.c | 2041 char port_dev[20]; in hso_log_port() local 2079 sprintf(port_dev, "%s", dev2net(hso_dev)->net->name); in hso_log_port() 2081 sprintf(port_dev, "/dev/%s%d", tty_filename, in hso_log_port() 2085 port_type, port_dev); in hso_log_port()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/ehea/ |
A D | ehea_main.c | 2947 struct device *port_dev; in ehea_setup_single_port() local 2985 port_dev = ehea_register_port(port, dn); in ehea_setup_single_port() 2986 if (!port_dev) in ehea_setup_single_port() 2989 SET_NETDEV_DEV(dev, port_dev); in ehea_setup_single_port()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.c | 8584 struct net_device *port_dev, in mlxsw_sp_inetaddr_port_vlan_event() argument 8588 struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(port_dev); in mlxsw_sp_inetaddr_port_vlan_event() 8607 static int mlxsw_sp_inetaddr_port_event(struct net_device *port_dev, in mlxsw_sp_inetaddr_port_event() argument 8611 if (netif_is_any_bridge_port(port_dev) || netif_is_lag_port(port_dev)) in mlxsw_sp_inetaddr_port_event() 8614 return mlxsw_sp_inetaddr_port_vlan_event(port_dev, port_dev, event, in mlxsw_sp_inetaddr_port_event() 8623 struct net_device *port_dev; in __mlxsw_sp_inetaddr_lag_event() local 8627 netdev_for_each_lower_dev(lag_dev, port_dev, iter) { in __mlxsw_sp_inetaddr_lag_event() 8628 if (mlxsw_sp_port_dev_check(port_dev)) { in __mlxsw_sp_inetaddr_lag_event() 8630 port_dev, in __mlxsw_sp_inetaddr_lag_event()
|