Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/dell/
Ddell-laptop.c578 int hwswitch_ret; in dell_debugfs_show() local
589 hwswitch_ret = dell_send_request(&buffer, CLASS_INFO, SELECT_RFKILL); in dell_debugfs_show()
590 if (hwswitch_ret) in dell_debugfs_show()
591 return hwswitch_ret; in dell_debugfs_show()
636 seq_printf(s, "\nhwswitch_return:\t%d\n", hwswitch_ret); in dell_debugfs_show()