Searched refs:lancmd_timeout (Results 1 – 2 of 2) sorted by relevance
314 int lancmd_timeout; member
194 card->lancmd_timeout = LCS_LANCMD_TIMEOUT_DEFAULT; in lcs_alloc_card()896 timer.expires = jiffies + HZ*card->lancmd_timeout; in lcs_send_lancmd()1994 return card ? sprintf(buf, "%u\n", card->lancmd_timeout) : 0; in lcs_timeout_show()2013 card->lancmd_timeout = value; in lcs_timeout_store()2019 static DEVICE_ATTR(lancmd_timeout, 0644, lcs_timeout_show, lcs_timeout_store);