Searched refs:keynum (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211wep.c122 int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen) wep_change_key() argument
130 if (keynum < 0) wep_change_key()
132 if (keynum >= NUM_WEPKEYS) wep_change_key()
136 wlandev->wep_keylens[keynum] = keylen; wep_change_key()
137 memcpy(wlandev->wep_keys[keynum], key, keylen); wep_change_key()
219 int wep_encrypt(wlandevice_t *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, wep_encrypt() argument
230 if (keynum >= NUM_WEPKEYS) wep_encrypt()
232 keylen = wlandev->wep_keylens[keynum]; wep_encrypt()
241 iv[3] = (keynum & 0x03) << 6; wep_encrypt()
248 memcpy(key + 3, wlandev->wep_keys[keynum], keylen); wep_encrypt()
H A Dp80211netdev.h230 int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen);
233 int wep_encrypt(wlandevice_t *wlandev, u8 *buf, u8 *dst, u32 len, int keynum,
H A Dp80211conv.c207 /* XXXX need to pick keynum other than default? */ skb_ether_to_p80211()
/linux-4.4.14/include/linux/platform_data/
H A Dkeypad-omap.h33 * keypresses. Two free bits, not used by neither row/col nor keynum,
45 #error Group bits in conflict with keynum bits
/linux-4.4.14/drivers/staging/panel/
H A Dpanel.c2162 int keynum; keypad_init() local
2169 for (keynum = 0; keypad_profile[keynum][0][0]; keynum++) { keypad_init()
2170 panel_bind_key(keypad_profile[keynum][0], keypad_init()
2171 keypad_profile[keynum][1], keypad_init()
2172 keypad_profile[keynum][2], keypad_init()
2173 keypad_profile[keynum][3]); keypad_init()
/linux-4.4.14/drivers/input/misc/
H A Dyealink.c69 u8 keynum; member in struct:yld_status
380 case offsetof(struct yld_status, keynum): yealink_do_idle_tasks()
437 yld->master.s.keynum = yld->irq_data->data[0]; urb_irq_callback()

Completed in 381 milliseconds