Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_delloem.c177 static int ipmi_lcd_configure(struct ipmi_intf *intf, int command,
512 rc = ipmi_lcd_configure(intf, IPMI_DELL_LCD_CONFIG_NONE, 0, NULL); in ipmi_delloem_lcd_main()
515 rc = ipmi_lcd_configure(intf, IPMI_DELL_LCD_CONFIG_DEFAULT, 0, NULL); in ipmi_delloem_lcd_main()
523 rc = ipmi_lcd_configure(intf, IPMI_DELL_LCD_CONFIG_USER_DEFINED, in ipmi_delloem_lcd_main()
1400 ipmi_lcd_configure(struct ipmi_intf * intf, int command, in ipmi_lcd_configure() function