Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dminimal.c37 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 Dcore_thermal.c123 const struct mlxsw_bus_info *bus_info; member
166 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_bind()
192 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_unbind()
214 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_get_temp()
356 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_get_cur_state()
382 struct device *dev = thermal->bus_info->dev; in mlxsw_thermal_set_cur_state()
651 err = mlxsw_thermal_modules_init(thermal->bus_info->dev, thermal->core, in mlxsw_thermal_got_active()
654 …dev_err(thermal->bus_info->dev, "Failed to configure thermal objects for line card modules in slot… in mlxsw_thermal_got_active()
659 err = mlxsw_thermal_gearboxes_init(thermal->bus_info->dev, in mlxsw_thermal_got_active()
662 …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 Dcore_hwmon.c61 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 Di2c.c91 struct mlxsw_bus_info bus_info; member
543 mlxsw_i2c->bus_info.fw_rev.major = in mlxsw_i2c_init()
545 mlxsw_i2c->bus_info.fw_rev.minor = in mlxsw_i2c_init()
547 mlxsw_i2c->bus_info.fw_rev.subminor = in mlxsw_i2c_init()
609 dev_err(mlxsw_i2c->bus_info.dev, "Failed to request irq: %d\n", in mlxsw_i2c_irq_init()
712 mlxsw_i2c->bus_info.device_kind = id->name; in mlxsw_i2c_probe()
713 mlxsw_i2c->bus_info.device_name = client->name; in mlxsw_i2c_probe()
714 mlxsw_i2c->bus_info.dev = &client->dev; in mlxsw_i2c_probe()
715 mlxsw_i2c->bus_info.low_frequency = true; in mlxsw_i2c_probe()
723 err = mlxsw_core_bus_device_register(&mlxsw_i2c->bus_info, in mlxsw_i2c_probe()
H A Dspectrum.c604 …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()
611 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple modules\n", in mlxsw_sp_port_module_info_parse()
616 …dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple slot index… in mlxsw_sp_port_module_info_parse()
623 …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()
628 …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()
1624 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to map module\n", in mlxsw_sp_port_create()
1631 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set SWID\n", in mlxsw_sp_port_create()
1639 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to get port label information\n", in mlxsw_sp_port_create()
1650 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to init core port\n", in mlxsw_sp_port_create()
1660 SET_NETDEV_DEV(dev, mlxsw_sp->bus_info->dev); in mlxsw_sp_port_create()
[all …]
H A Dcore_linecards.c418 …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 Dcore.c69 const struct mlxsw_bus_info *bus_info; member
976 dev_dbg(mlxsw_core->bus_info->dev, "EMAD reg access (tid=%llx,reg_id=%x(%s),type=%s)\n", in mlxsw_emad_reg_access()
1234 .psid = mlxsw_core->bus_info->psid, in mlxsw_core_dev_fw_flash()
1235 .psid_size = strlen(mlxsw_core->bus_info->psid), in mlxsw_core_dev_fw_flash()
1603 err = mlxsw_core_bus_device_register(mlxsw_core->bus_info, in mlxsw_devlink_core_bus_device_reload_up()
2049 dev_err(mlxsw_core->bus_info->dev, "Failed to create fw fatal reporter"); in mlxsw_core_health_init()
2131 mlxsw_core->bus_info = mlxsw_bus_info; in __mlxsw_core_bus_device_register()
2736 dev_warn(mlxsw_core->bus_info->dev, "EMAD retries (%d/%d) (tid=%llx)\n", in mlxsw_reg_trans_wait()
2739 …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()
2840 dev_dbg(mlxsw_core->bus_info->dev, "Reg cmd access (reg_id=%x(%s),type=%s)\n", in mlxsw_core_reg_access_cmd()
[all …]
H A Dpci.c129 struct mlxsw_bus_info bus_info; member
1453 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo() local
1460 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo()
1461 mlxsw_cmd_mbox_boardinfo_psid_memcpy_from(mbox, bus_info->psid); in mlxsw_pci_boardinfo()
1724 mlxsw_pci->bus_info.fw_rev.major = in mlxsw_pci_init()
1726 mlxsw_pci->bus_info.fw_rev.minor = in mlxsw_pci_init()
1728 mlxsw_pci->bus_info.fw_rev.subminor = in mlxsw_pci_init()
1826 mlxsw_pci->bus_info.device_kind, mlxsw_pci); in mlxsw_pci_init()
2197 mlxsw_pci->bus_info.device_kind = driver_name; in mlxsw_pci_probe()
2198 mlxsw_pci->bus_info.device_name = pci_name(mlxsw_pci->pdev); in mlxsw_pci_probe()
[all …]
H A Dspectrum_flower.c281 dev_err(mlxsw_sp->bus_info->dev, "Unsupported action\n"); in mlxsw_sp_flower_parse_actions()
417 dev_err(mlxsw_sp->bus_info->dev, "Only UDP and TCP keys are supported\n"); in mlxsw_sp_flower_parse_ports()
506 dev_err(mlxsw_sp->bus_info->dev, "TCP keys supported only for TCP\n"); in mlxsw_sp_flower_parse_tcp()
514 dev_err(mlxsw_sp->bus_info->dev, "TCP flags match not supported on reserved bits\n"); in mlxsw_sp_flower_parse_tcp()
537 dev_err(mlxsw_sp->bus_info->dev, "IP keys supported only for IPv4/6\n"); in mlxsw_sp_flower_parse_ip()
582 dev_err(mlxsw_sp->bus_info->dev, "Unsupported key\n"); in mlxsw_sp_flower_parse()
/linux/include/media/
H A Dmedia-device.h153 char bus_info[32]; member
508 media_set_bus_info(char *bus_info, size_t bus_info_size, struct device *dev) in media_set_bus_info() argument
511 strscpy(bus_info, "no bus info", bus_info_size); in media_set_bus_info()
513 snprintf(bus_info, bus_info_size, "platform:%s", dev_name(dev)); in media_set_bus_info()
515 snprintf(bus_info, bus_info_size, "PCI:%s", dev_name(dev)); in media_set_bus_info()
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ethtool.c23 strscpy(info->bus_info, pci_name(priv->pdev), sizeof(info->bus_info)); in _rtl92e_ethtool_get_drvinfo()
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_port_split.py67 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)
/linux/net/wireless/
H A Dethtool.c26 strscpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)), in cfg80211_get_drvinfo()
27 sizeof(info->bus_info)); in cfg80211_get_drvinfo()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst70 - ``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
/linux/drivers/media/mc/
H A Dmc-device.c72 strscpy(info->bus_info, dev->bus_info, sizeof(info->bus_info)); in media_device_get_info()
696 if (!*mdev->bus_info) in media_device_init()
697 media_set_bus_info(mdev->bus_info, sizeof(mdev->bus_info), in media_device_init()
846 sprintf(mdev->bus_info, "PCI:%s", pci_name(pci_dev)); in media_device_pci_init()
876 usb_make_path(udev, mdev->bus_info, sizeof(mdev->bus_info)); in __media_device_usb_init()
/linux/sound/aoa/soundbus/
H A Dsoundbus.h55 struct bus_info { struct
120 struct bus_info *bi,
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c294 int bus_info[ISST_MAX_BUS_NUMBER]; member
321 bus_number = isst_cpu_info[cpu].bus_info[bus_no]; in _isst_if_get_pci_dev()
410 isst_cpu_info[cpu].bus_info[0] = -1; in isst_if_cpu_online()
411 isst_cpu_info[cpu].bus_info[1] = -1; in isst_if_cpu_online()
413 isst_cpu_info[cpu].bus_info[0] = data & 0xff; in isst_if_cpu_online()
414 isst_cpu_info[cpu].bus_info[1] = (data >> 8) & 0xff; in isst_if_cpu_online()
/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c111 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()
/linux/drivers/staging/octeon/
H A Dethernet-mdio.c24 strscpy(info->bus_info, "Builtin", sizeof(info->bus_info)); in cvm_oct_get_drvinfo()
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c128 strscpy(drvinfo->bus_info, dev_name(netdev->dev.parent), in vnic_get_drvinfo()
129 sizeof(drvinfo->bus_info)); in vnic_get_drvinfo()
/linux/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c71 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()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c68 strscpy(drvinfo->bus_info, dev_name(priv->ca->dev.parent), in ipoib_get_drvinfo()
69 sizeof(drvinfo->bus_info)); in ipoib_get_drvinfo()
/linux/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c64 strscpy(capability->bus_info, "platform:radio-si4713", in radio_si4713_querycap()
65 sizeof(capability->bus_info)); in radio_si4713_querycap()
/linux/drivers/media/radio/
H A Dradio-timb.c36 snprintf(v->bus_info, sizeof(v->bus_info), "platform:"DRIVER_NAME); in timbradio_vidioc_querycap()
/linux/drivers/media/usb/uvc/
H A Duvc_metadata.c34 usb_make_path(stream->dev->udev, cap->bus_info, sizeof(cap->bus_info)); in uvc_meta_v4l2_querycap()

12345678910>>...15