pext               81 drivers/acpi/evged.c 	struct acpi_resource_extended_irq *pext = &ares->data.extended_irq;
pext               96 drivers/acpi/evged.c 		gsi = pext->interrupts[0];
pext             1864 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	struct iw_encode_ext *pext = (struct iw_encode_ext *)extra;
pext             1867 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	param_len = sizeof(struct ieee_param) + pext->key_len;
pext             1877 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	switch (pext->alg) {
pext             1899 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
pext             1905 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	if ((pext->alg != IW_ENCODE_ALG_WEP) &&
pext             1906 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	    (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY))
pext             1911 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID)
pext             1912 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		memcpy(param->u.crypt.seq, pext->rx_seq, 8);
pext             1914 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	if (pext->key_len) {
pext             1915 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		param->u.crypt.key_len = pext->key_len;
pext             1916 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		memcpy(param->u.crypt.key, pext + 1, pext->key_len);
pext             1762 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	struct iw_encode_ext *pext = (struct iw_encode_ext *)extra;
pext             1768 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	switch (pext->alg) {
pext             1785 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	param_len = sizeof(struct ieee_param) + pext->key_len;
pext             1792 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
pext             1794 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
pext             1797 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID)
pext             1798 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		memcpy(param->u.crypt.seq, pext->rx_seq, 8);
pext             1799 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	if (pext->key_len) {
pext             1800 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		param->u.crypt.key_len = pext->key_len;
pext             1801 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		memcpy(param + 1, pext + 1, pext->key_len);
pext             2135 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	struct iw_encode_ext *pext = (struct iw_encode_ext *)extra;
pext             2138 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	param_len = sizeof(struct ieee_param) + pext->key_len;
pext             2147 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	switch (pext->alg) {
pext             2172 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
pext             2178 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	if ((pext->alg != IW_ENCODE_ALG_WEP) &&
pext             2179 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		((pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
pext             2180 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		|| (pext->ext_flags & IW_ENCODE_ALG_AES_CMAC)))	{
pext             2186 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID)
pext             2187 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		memcpy(param->u.crypt.seq, pext->rx_seq, 8);
pext             2189 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	if (pext->key_len) {
pext             2190 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		param->u.crypt.key_len = pext->key_len;
pext             2192 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		memcpy(param->u.crypt.key, pext + 1, pext->key_len);