Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/dell/
Ddell-laptop.c591 int hwswitch_ret; in dell_debugfs_show() local
602 hwswitch_ret = dell_send_request(&buffer, CLASS_INFO, SELECT_RFKILL); in dell_debugfs_show()
603 if (hwswitch_ret) in dell_debugfs_show()
604 return hwswitch_ret; in dell_debugfs_show()
649 seq_printf(s, "\nhwswitch_return:\t%d\n", hwswitch_ret); in dell_debugfs_show()