Lines Matching defs:input
321 u32 input;
329 num = kstrtoint(tmp, 0, &input);
336 debugfs_priv->cb_data = input;
922 bool input;
925 err = kstrtobool_from_user(buffer, count, &input);
929 rtw_edcca_enabled = input;
955 bool input;
962 ret = kstrtobool(tmp, &input);
966 if (!input)
999 bool input;
1002 err = kstrtobool_from_user(buffer, count, &input);
1006 if (input)