Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c592 int hwswitch_ret; in dell_debugfs_show() local
603 hwswitch_ret = dell_send_request(&buffer, CLASS_INFO, SELECT_RFKILL); in dell_debugfs_show()
604 if (hwswitch_ret) in dell_debugfs_show()
605 return hwswitch_ret; in dell_debugfs_show()
650 seq_printf(s, "\nhwswitch_return:\t%d\n", hwswitch_ret); in dell_debugfs_show()