/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | minimal.c | 37 const struct mlxsw_bus_info *bus_info; member 95 strscpy(drvinfo->driver, mlxsw_m->bus_info->device_kind, in mlxsw_m_module_get_drvinfo() 99 mlxsw_m->bus_info->fw_rev.major, in mlxsw_m_module_get_drvinfo() 100 mlxsw_m->bus_info->fw_rev.minor, in mlxsw_m_module_get_drvinfo() 101 mlxsw_m->bus_info->fw_rev.subminor); in mlxsw_m_module_get_drvinfo() 102 strscpy(drvinfo->bus_info, mlxsw_m->bus_info->device_name, in mlxsw_m_module_get_drvinfo() 103 sizeof(drvinfo->bus_info)); in mlxsw_m_module_get_drvinfo() 243 dev_err(mlxsw_m->bus_info->dev, "Port %d: Failed to init core port\n", in mlxsw_m_port_create() 254 SET_NETDEV_DEV(dev, mlxsw_m->bus_info->dev); in mlxsw_m_port_create() 278 dev_err(mlxsw_m->bus_info->dev, "Port %d: Unable to get port mac address\n", in mlxsw_m_port_create() [all …]
|
H A D | core_thermal.c | 119 const struct mlxsw_bus_info *bus_info; member 162 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_bind() 188 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_unbind() 210 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_get_temp() 352 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_get_cur_state() 378 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_set_cur_state() 649 err = mlxsw_thermal_modules_init(thermal->bus_info->dev, thermal->core, in mlxsw_thermal_got_active() 652 …dev_err(thermal->bus_info->dev, "Failed to configure thermal objects for line card modules in slot… in mlxsw_thermal_got_active() 657 err = mlxsw_thermal_gearboxes_init(thermal->bus_info->dev, in mlxsw_thermal_got_active() 660 …dev_err(thermal->bus_info->dev, "Failed to configure thermal objects for line card gearboxes in sl… in mlxsw_thermal_got_active() [all …]
|
H A D | core_hwmon.c | 61 const struct mlxsw_bus_info *bus_info; member 83 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query temp sensor\n"); in mlxsw_hwmon_temp_show() 108 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query temp sensor\n"); in mlxsw_hwmon_temp_max_show() 146 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to reset temp sensor history\n"); in mlxsw_hwmon_temp_rst_store() 166 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query fan\n"); in mlxsw_hwmon_fan_rpm_show() 186 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query fan\n"); in mlxsw_hwmon_fan_fault_show() 208 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query PWM\n"); in mlxsw_hwmon_pwm_show() 236 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to write PWM\n"); in mlxsw_hwmon_pwm_store() 615 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to get number of temp sensors\n"); in mlxsw_hwmon_temp_init() 634 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to setup temp sensor number %d\n", in mlxsw_hwmon_temp_init() [all …]
|
H A D | i2c.c | 91 struct mlxsw_bus_info bus_info; member 545 mlxsw_i2c->bus_info.fw_rev.major = in mlxsw_i2c_init() 547 mlxsw_i2c->bus_info.fw_rev.minor = in mlxsw_i2c_init() 549 mlxsw_i2c->bus_info.fw_rev.subminor = in mlxsw_i2c_init() 611 dev_err(mlxsw_i2c->bus_info.dev, "Failed to request irq: %d\n", in mlxsw_i2c_irq_init() 714 mlxsw_i2c->bus_info.device_kind = id->name; in mlxsw_i2c_probe() 715 mlxsw_i2c->bus_info.device_name = client->name; in mlxsw_i2c_probe() 716 mlxsw_i2c->bus_info.dev = &client->dev; in mlxsw_i2c_probe() 717 mlxsw_i2c->bus_info.low_frequency = true; in mlxsw_i2c_probe() 725 err = mlxsw_core_bus_device_register(&mlxsw_i2c->bus_info, in mlxsw_i2c_probe()
|
H A D | spectrum.c | 602 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: width value is not power of … in mlxsw_sp_port_module_info_parse() 609 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple modules\n", in mlxsw_sp_port_module_info_parse() 614 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple slot index… in mlxsw_sp_port_module_info_parse() 621 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are d… in mlxsw_sp_port_module_info_parse() 626 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are n… in mlxsw_sp_port_module_info_parse() 1622 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to map module\n", in mlxsw_sp_port_create() 1629 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set SWID\n", in mlxsw_sp_port_create() 1637 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to get port label information\n", in mlxsw_sp_port_create() 1648 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to init core port\n", in mlxsw_sp_port_create() 1658 SET_NETDEV_DEV(dev, mlxsw_sp->bus_info->dev); in mlxsw_sp_port_create() [all …]
|
H A D | core_linecards.c | 418 …dev_warn_once(linecard->linecards->bus_info->dev, "linecard %u: More flashable devices present, ex… in mlxsw_linecard_device_info_update() 815 …dev_err(linecard->linecards->bus_info->dev, "linecard %u: Timeout reached waiting on %s status eve… in mlxsw_linecard_status_event_to_work() 824 dev_info(linecard->linecards->bus_info->dev, "linecard %u: Clearing FSM state error", in __mlxsw_linecard_fix_fsm_state() 961 dev_err(linecards->bus_info->dev, "linecard %u: Failed to activate INI", in mlxsw_linecard_bct_process() 1356 dev_warn(linecards->bus_info->dev, "Invalid linecards INIs file size, smaller than magic size\n"); in mlxsw_linecard_types_file_validate() 1360 dev_warn(linecards->bus_info->dev, "Invalid linecards INIs file magic pattern\n"); in mlxsw_linecard_types_file_validate() 1369 …dev_warn(linecards->bus_info->dev, "Linecards INIs file contains INI which is smaller than bare mi… in mlxsw_linecard_types_file_validate() 1375 dev_warn(linecards->bus_info->dev, "Linecards INIs file appears to be truncated\n"); in mlxsw_linecard_types_file_validate() 1379 dev_warn(linecards->bus_info->dev, "Linecards INIs file contains INI with invalid size\n"); in mlxsw_linecard_types_file_validate() 1387 dev_warn(linecards->bus_info->dev, "Linecards INIs file does not contain any INI\n"); in mlxsw_linecard_types_file_validate() [all …]
|
H A D | pci.c | 127 struct mlxsw_bus_info bus_info; member 1319 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo() local 1326 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo() 1327 mlxsw_cmd_mbox_boardinfo_psid_memcpy_from(mbox, bus_info->psid); in mlxsw_pci_boardinfo() 1541 mlxsw_pci->bus_info.fw_rev.major = in mlxsw_pci_init() 1543 mlxsw_pci->bus_info.fw_rev.minor = in mlxsw_pci_init() 1545 mlxsw_pci->bus_info.fw_rev.subminor = in mlxsw_pci_init() 1635 mlxsw_pci->bus_info.device_kind, mlxsw_pci); in mlxsw_pci_init() 1996 mlxsw_pci->bus_info.device_kind = driver_name; in mlxsw_pci_probe() 1997 mlxsw_pci->bus_info.device_name = pci_name(mlxsw_pci->pdev); in mlxsw_pci_probe() [all …]
|
H A D | core.c | 69 const struct mlxsw_bus_info *bus_info; member 962 dev_dbg(mlxsw_core->bus_info->dev, "EMAD reg access (tid=%llx,reg_id=%x(%s),type=%s)\n", in mlxsw_emad_reg_access() 1220 .psid = mlxsw_core->bus_info->psid, in mlxsw_core_dev_fw_flash() 1221 .psid_size = strlen(mlxsw_core->bus_info->psid), in mlxsw_core_dev_fw_flash() 1589 err = mlxsw_core_bus_device_register(mlxsw_core->bus_info, in mlxsw_devlink_core_bus_device_reload_up() 2112 dev_err(mlxsw_core->bus_info->dev, "Failed to create fw fatal reporter"); in mlxsw_core_health_init() 2194 mlxsw_core->bus_info = mlxsw_bus_info; in __mlxsw_core_bus_device_register() 2799 dev_warn(mlxsw_core->bus_info->dev, "EMAD retries (%d/%d) (tid=%llx)\n", in mlxsw_reg_trans_wait() 2802 …dev_err(mlxsw_core->bus_info->dev, "EMAD reg access failed (tid=%llx,reg_id=%x(%s),type=%s,status=… in mlxsw_reg_trans_wait() 2903 dev_dbg(mlxsw_core->bus_info->dev, "Reg cmd access (reg_id=%x(%s),type=%s)\n", in mlxsw_core_reg_access_cmd() [all …]
|
/openbmc/linux/include/media/ |
H A D | media-device.h | 153 char bus_info[32]; member 502 media_set_bus_info(char *bus_info, size_t bus_info_size, struct device *dev) in media_set_bus_info() argument 505 strscpy(bus_info, "no bus info", bus_info_size); in media_set_bus_info() 507 snprintf(bus_info, bus_info_size, "platform:%s", dev_name(dev)); in media_set_bus_info() 509 snprintf(bus_info, bus_info_size, "PCI:%s", dev_name(dev)); in media_set_bus_info()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 16 strscpy(info->bus_info, pci_name(wx->pdev), sizeof(info->bus_info)); in wx_get_drvinfo()
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_ethtool.c | 23 strscpy(info->bus_info, pci_name(priv->pdev), sizeof(info->bus_info)); in _rtl92e_ethtool_get_drvinfo()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 67 arr.append(Port(bus_info=port, name=ports[port]['netdev'])) 115 cmd = "devlink port split %s count %s" % (port.bus_info, k) 201 unsplit(port.bus_info) 222 unsplit(port.bus_info)
|
/openbmc/linux/net/wireless/ |
H A D | ethtool.c | 26 strscpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)), in cfg80211_get_drvinfo() 27 sizeof(info->bus_info)); in cfg80211_get_drvinfo()
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-device-info.rst | 70 - ``bus_info``\ [32] 94 The ``serial`` and ``bus_info`` fields can be used to distinguish 97 If the serial number is an empty string, the ``bus_info`` field can be 98 used instead. The ``bus_info`` field is guaranteed to be unique, but can
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-device.c | 72 strscpy(info->bus_info, dev->bus_info, sizeof(info->bus_info)); in media_device_get_info() 700 if (!*mdev->bus_info) in media_device_init() 701 media_set_bus_info(mdev->bus_info, sizeof(mdev->bus_info), in media_device_init() 850 sprintf(mdev->bus_info, "PCI:%s", pci_name(pci_dev)); in media_device_pci_init() 880 usb_make_path(udev, mdev->bus_info, sizeof(mdev->bus_info)); in __media_device_usb_init()
|
/openbmc/linux/sound/aoa/soundbus/ |
H A D | soundbus.h | 55 struct bus_info { struct 120 struct bus_info *bi,
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 294 int bus_info[ISST_MAX_BUS_NUMBER]; member 323 bus_number = isst_cpu_info[cpu].bus_info[bus_no]; in _isst_if_get_pci_dev() 412 isst_cpu_info[cpu].bus_info[0] = -1; in isst_if_cpu_online() 413 isst_cpu_info[cpu].bus_info[1] = -1; in isst_if_cpu_online() 415 isst_cpu_info[cpu].bus_info[0] = data & 0xff; in isst_if_cpu_online() 416 isst_cpu_info[cpu].bus_info[1] = (data >> 8) & 0xff; in isst_if_cpu_online()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 111 struct bus_info *ptr; in print_bus_info() 690 struct bus_info *bus_info_ptr1, *bus_info_ptr2; in ebda_rsrc_controller() 741 bus_info_ptr1 = kzalloc(sizeof(struct bus_info), GFP_KERNEL); in ebda_rsrc_controller() 1006 struct bus_info *ibmphp_find_same_bus_num(u32 num) in ibmphp_find_same_bus_num() 1008 struct bus_info *ptr; in ibmphp_find_same_bus_num() 1022 struct bus_info *ptr; in ibmphp_get_bus_index() 1033 struct bus_info *bus_info, *next; in ibmphp_free_bus_info_queue() local 1035 list_for_each_entry_safe(bus_info, next, &bus_info_head, in ibmphp_free_bus_info_queue() 1037 kfree (bus_info); in ibmphp_free_bus_info_queue()
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-mdio.c | 26 strscpy(info->bus_info, "Builtin", sizeof(info->bus_info)); in cvm_oct_get_drvinfo()
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | spider_net_ethtool.c | 71 strscpy(drvinfo->bus_info, pci_name(card->pdev), in spider_net_ethtool_get_drvinfo() 72 sizeof(drvinfo->bus_info)); in spider_net_ethtool_get_drvinfo()
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_ethtool.c | 128 strscpy(drvinfo->bus_info, dev_name(netdev->dev.parent), in vnic_get_drvinfo() 129 sizeof(drvinfo->bus_info)); in vnic_get_drvinfo()
|
/openbmc/linux/drivers/media/radio/si4713/ |
H A D | radio-platform-si4713.c | 64 strscpy(capability->bus_info, "platform:radio-si4713", in radio_si4713_querycap() 65 sizeof(capability->bus_info)); in radio_si4713_querycap()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 68 strscpy(drvinfo->bus_info, dev_name(priv->ca->dev.parent), in ipoib_get_drvinfo() 69 sizeof(drvinfo->bus_info)); in ipoib_get_drvinfo()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_metadata.c | 34 usb_make_path(stream->dev->udev, cap->bus_info, sizeof(cap->bus_info)); in uvc_meta_v4l2_querycap()
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-timb.c | 36 snprintf(v->bus_info, sizeof(v->bus_info), "platform:"DRIVER_NAME); in timbradio_vidioc_querycap()
|