Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/dell/
Ddell-laptop.c611 int hwswitch_ret; in dell_debugfs_show() local
622 hwswitch_ret = dell_send_request(&buffer, CLASS_INFO, SELECT_RFKILL); in dell_debugfs_show()
623 if (hwswitch_ret) in dell_debugfs_show()
624 return hwswitch_ret; in dell_debugfs_show()
669 seq_printf(s, "\nhwswitch_return:\t%d\n", hwswitch_ret); in dell_debugfs_show()