Home
last modified time | relevance | path

Searched refs:bmc_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dibmpex.c67 struct device *bmc_device; member
127 dev_err(data->bmc_device, "request_settime=%x\n", err); in ibmpex_send_message()
130 dev_err(data->bmc_device, "validate_addr=%x\n", err); in ibmpex_send_message()
148 dev_info(data->bmc_device, in ibmpex_ver_check()
199 dev_err(data->bmc_device, "Error reading sensor %d.\n", in ibmpex_query_sensor_data()
349 err = device_create_file(data->bmc_device, in create_sensor()
411 err = device_create_file(data->bmc_device, in ibmpex_find_sensors()
416 err = device_create_file(data->bmc_device, &dev_attr_name.attr); in ibmpex_find_sensors()
423 device_remove_file(data->bmc_device, in ibmpex_find_sensors()
425 device_remove_file(data->bmc_device, &dev_attr_name.attr); in ibmpex_find_sensors()
[all …]
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c289 struct bmc_device { struct
304 #define to_bmc_device(x) container_of((x), struct bmc_device, pdev.dev) argument
308 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc,
452 struct bmc_device tmp_bmc;
453 struct bmc_device *bmc;
2544 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id()
2592 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id()
2731 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in bmc_get_device_id()
2742 struct bmc_device *bmc = to_bmc_device(dev); in device_id_show()
2758 struct bmc_device *bmc = to_bmc_device(dev); in provides_device_sdrs_show()
[all …]