/Linux-v6.6/drivers/usb/core/ |
D | port.c | 24 struct usb_port *port_dev = to_usb_port(dev); in early_stop_show() local 26 return sysfs_emit(buf, "%s\n", port_dev->early_stop ? "yes" : "no"); in early_stop_show() 32 struct usb_port *port_dev = to_usb_port(dev); in early_stop_store() local 39 port_dev->early_stop = 1; in early_stop_store() 41 port_dev->early_stop = 0; in early_stop_store() 50 struct usb_port *port_dev = to_usb_port(dev); in disable_show() local 54 int port1 = port_dev->portnum; in disable_show() 85 struct usb_port *port_dev = to_usb_port(dev); in disable_store() local 89 int port1 = port_dev->portnum; in disable_store() 107 if (disabled && port_dev->child) in disable_store() [all …]
|
D | usb-acpi.c | 116 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() 137 dev_dbg(&port_dev->dev, "acpi: power was set to %d\n", enable); in usb_acpi_set_power_state() 139 dev_dbg(&port_dev->dev, "acpi: power failed to be set\n"); 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() 222 usb_acpi_find_companion_for_port(struct usb_port *port_dev) in usb_acpi_find_companion_for_port() argument 229 adev = usb_acpi_get_companion_for_port(port_dev); in usb_acpi_find_companion_for_port() [all …]
|
D | hub.c | 478 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led() local 483 dev_dbg(&port_dev->dev, "indicator %s status %d\n", in set_port_led() 735 struct usb_port *port_dev; in usb_wakeup_notification() local 742 port_dev = hub->ports[portnum - 1]; in usb_wakeup_notification() 743 if (port_dev && port_dev->child) in usb_wakeup_notification() 744 pm_wakeup_event(&port_dev->child->dev, 0); in usb_wakeup_notification() 1159 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_activate() local 1160 struct usb_device *udev = port_dev->child; in hub_activate() 1169 dev_dbg(&port_dev->dev, "status %04x change %04x\n", in hub_activate() 1702 struct usb_port *port_dev = hub->ports[i]; in hub_configure() local [all …]
|
/Linux-v6.6/drivers/tty/serial/ |
D | serial_base_bus.c | 139 struct serial_port_device *port_dev = to_serial_base_port_device(dev); in serial_base_port_release() local 141 kfree(port_dev); in serial_base_port_release() 147 struct serial_port_device *port_dev; in serial_base_port_add() local 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() 169 err = serial_base_device_init(port, &port_dev->dev, in serial_base_port_add() 176 port_dev->port = port; in serial_base_port_add() 178 err = device_add(&port_dev->dev); in serial_base_port_add() 182 return port_dev; in serial_base_port_add() [all …]
|
D | serial_port.c | 28 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()
|
D | serial_core.c | 139 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() 161 pm_runtime_mark_last_busy(&port_dev->dev); in __uart_start() 162 pm_runtime_put_autosuspend(&port_dev->dev); in __uart_start() 3229 uport->port_dev = NULL; in serial_core_remove_one_port() 3272 serial_core_get_ctrl_dev(struct serial_port_device *port_dev) in serial_core_get_ctrl_dev() argument 3274 struct device *dev = &port_dev->dev; in serial_core_get_ctrl_dev() 3294 if (!state->uart_port || !state->uart_port->port_dev) in serial_core_ctrl_find() [all …]
|
D | serial_base.h | 41 void serial_base_port_device_remove(struct serial_port_device *port_dev);
|
/Linux-v6.6/include/net/ |
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-v6.6/drivers/scsi/libsas/ |
D | sas_port.c | 74 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()
|
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()
|
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() 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()
|
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()
|
D | sas_expander.c | 1576 res = sas_ex_discover_devices(port->port_dev, -1); in sas_ex_level_discovery() 2055 int sas_ex_revalidate_domain(struct domain_device *port_dev) in sas_ex_revalidate_domain() argument 2060 res = sas_find_bcast_dev(port_dev, &dev); in sas_ex_revalidate_domain()
|
/Linux-v6.6/drivers/net/team/ |
D | team.c | 49 static int __set_port_dev_addr(struct net_device *port_dev, in __set_port_dev_addr() argument 54 memcpy(addr.__data, dev_addr, port_dev->addr_len); in __set_port_dev_addr() 55 addr.ss_family = port_dev->type; in __set_port_dev_addr() 56 return dev_set_mac_address(port_dev, (struct sockaddr *)&addr, NULL); in __set_port_dev_addr() 1132 struct net_device *port_dev); 1134 static int team_port_add(struct team *team, struct net_device *port_dev, in team_port_add() argument 1139 char *portname = port_dev->name; in team_port_add() 1142 if (port_dev->flags & IFF_LOOPBACK) { in team_port_add() 1149 if (netif_is_team_port(port_dev)) { in team_port_add() 1156 if (dev == port_dev) { in team_port_add() [all …]
|
/Linux-v6.6/arch/um/drivers/ |
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-v6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 533 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 …]
|
D | vhub.h | 350 struct device *port_dev; member
|
/Linux-v6.6/drivers/net/ |
D | vrf.c | 1112 static int do_vrf_add_slave(struct net_device *dev, struct net_device *port_dev, in do_vrf_add_slave() argument 1120 if (port_dev == dev_net(dev)->loopback_dev) { in do_vrf_add_slave() 1126 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave() 1127 ret = netdev_master_upper_dev_link(port_dev, dev, NULL, NULL, extack); in do_vrf_add_slave() 1131 cycle_netdev(port_dev, extack); in do_vrf_add_slave() 1136 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave() 1140 static int vrf_add_slave(struct net_device *dev, struct net_device *port_dev, in vrf_add_slave() argument 1143 if (netif_is_l3_master(port_dev)) { in vrf_add_slave() 1149 if (netif_is_l3_slave(port_dev)) in vrf_add_slave() 1152 return do_vrf_add_slave(dev, port_dev, extack); in vrf_add_slave() [all …]
|
/Linux-v6.6/drivers/usb/typec/ |
D | bus.c | 377 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()
|
/Linux-v6.6/drivers/fpga/ |
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-v6.6/include/linux/ |
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-v6.6/drivers/ata/ |
D | libahci_platform.c | 584 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()
|
/Linux-v6.6/drivers/net/ethernet/marvell/prestera/ |
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-v6.6/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 1400 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()
|
/Linux-v6.6/include/scsi/ |
D | libsas.h | 237 struct domain_device *port_dev; member
|