Home
last modified time | relevance | path

Searched refs:ipmi_smi (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_msghandler.c44 static void handle_new_recv_msgs(struct ipmi_smi *intf);
45 static void need_waiter(struct ipmi_smi *intf);
46 static int handle_one_recv_msg(struct ipmi_smi *intf,
197 struct ipmi_smi *intf;
328 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc,
437 struct ipmi_smi { struct
576 void (*null_user_handler)(struct ipmi_smi *intf, argument
601 #define to_si_intf_from_dev(device) container_of(device, struct ipmi_smi, dev) argument
603 static void __get_guid(struct ipmi_smi *intf);
604 static void __ipmi_bmc_unregister(struct ipmi_smi *intf);
[all …]
H A Dipmi_powernv.c22 struct ipmi_smi *intf;
36 static int ipmi_powernv_start_processing(void *send_info, struct ipmi_smi *intf) in ipmi_powernv_start_processing()
H A Dipmi_si_intf.c127 struct ipmi_smi *intf;
1138 struct ipmi_smi *intf) in smi_start_processing()
H A Dipmi_ssif.c199 struct ipmi_smi *intf;
1194 struct ipmi_smi *intf) in ssif_start_processing()
/OK3568_Linux_fs/kernel/include/linux/
H A Dipmi_smi.h31 struct ipmi_smi;
83 struct ipmi_smi *new_intf);
240 void ipmi_unregister_smi(struct ipmi_smi *intf);
248 void ipmi_smi_msg_received(struct ipmi_smi *intf,
252 void ipmi_smi_watchdog_pretimeout(struct ipmi_smi *intf);
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dipmi.rst135 linux/ipmi_smi.h - Contains the interface for system management interfaces
363 The ipmi_smi.h defines the interface for management interfaces, see