exttype           720 drivers/cpufreq/powernow-k8.c 	data->exttype = (control >> EXT_TYPE_SHIFT) & EXT_TYPE_MASK;
exttype           809 drivers/cpufreq/powernow-k8.c 		if (data->exttype) {
exttype            20 drivers/cpufreq/powernow-k8.h 	u32 exttype; /* extended interface = 1 */
exttype           487 drivers/hid/hid-wiimote-core.c static bool wiimote_cmd_map_mp(struct wiimote_data *wdata, __u8 exttype)
exttype           492 drivers/hid/hid-wiimote-core.c 	switch (exttype) {
exttype           735 drivers/hid/hid-wiimote-core.c 	wdata->state.exttype = ext;
exttype           744 drivers/hid/hid-wiimote-core.c 	ops = wiimod_ext_table[wdata->state.exttype];
exttype           747 drivers/hid/hid-wiimote-core.c 	wdata->state.exttype = WIIMOTE_EXT_UNKNOWN;
exttype           810 drivers/hid/hid-wiimote-core.c 				  __u8 exttype)
exttype           820 drivers/hid/hid-wiimote-core.c 	if (exttype == WIIMOTE_EXT_BALANCE_BOARD) {
exttype           823 drivers/hid/hid-wiimote-core.c 	} else if (exttype == WIIMOTE_EXT_PRO_CONTROLLER) {
exttype           855 drivers/hid/hid-wiimote-core.c 			name, vendor, product, exttype);
exttype           865 drivers/hid/hid-wiimote-core.c 	__u8 exttype = WIIMOTE_EXT_NONE, extdata[6];
exttype           889 drivers/hid/hid-wiimote-core.c 	exttype = wiimote_cmd_read_ext(wdata, extdata);
exttype           893 drivers/hid/hid-wiimote-core.c 	wiimote_init_set_type(wdata, exttype);
exttype           961 drivers/hid/hid-wiimote-core.c 	if (wdata->state.exttype == WIIMOTE_EXT_NONE &&
exttype           987 drivers/hid/hid-wiimote-core.c 	    wdata->state.exttype != WIIMOTE_EXT_NONE) {
exttype           989 drivers/hid/hid-wiimote-core.c 		ret = type == wdata->state.exttype;
exttype          1013 drivers/hid/hid-wiimote-core.c 	    wdata->state.exttype == WIIMOTE_EXT_NONE) {
exttype          1015 drivers/hid/hid-wiimote-core.c 		ret = type == wdata->state.exttype;
exttype          1040 drivers/hid/hid-wiimote-core.c 	if (wdata->state.exttype != WIIMOTE_EXT_NONE &&
exttype          1097 drivers/hid/hid-wiimote-core.c 	__u8 exttype, extdata[6], mpdata[6];
exttype          1124 drivers/hid/hid-wiimote-core.c 	exttype = wiimote_cmd_read_ext(wdata, extdata);
exttype          1129 drivers/hid/hid-wiimote-core.c 	if (exttype != wdata->state.exttype) {
exttype          1133 drivers/hid/hid-wiimote-core.c 		if (exttype == WIIMOTE_EXT_UNKNOWN) {
exttype          1136 drivers/hid/hid-wiimote-core.c 		} else if (exttype == WIIMOTE_EXT_NONE) {
exttype          1138 drivers/hid/hid-wiimote-core.c 			wdata->state.exttype = WIIMOTE_EXT_NONE;
exttype          1142 drivers/hid/hid-wiimote-core.c 				 wiimote_exttype_names[exttype]);
exttype          1144 drivers/hid/hid-wiimote-core.c 			wiimote_ext_load(wdata, exttype);
exttype          1165 drivers/hid/hid-wiimote-core.c 		wiimote_cmd_map_mp(wdata, exttype);
exttype          1182 drivers/hid/hid-wiimote-core.c 		if (wdata->state.exttype == WIIMOTE_EXT_NONE) {
exttype          1190 drivers/hid/hid-wiimote-core.c 	} else if (wdata->state.exttype != WIIMOTE_EXT_NONE) {
exttype          1200 drivers/hid/hid-wiimote-core.c 		wdata->state.mp, wdata->state.exttype);
exttype          1250 drivers/hid/hid-wiimote-core.c 	ops = wiimod_ext_table[wdata->state.exttype];
exttype          1271 drivers/hid/hid-wiimote-core.c 	ops = wiimod_ext_table[wdata->state.exttype];
exttype          1349 drivers/hid/hid-wiimote-core.c 	ops = wiimod_ext_table[wdata->state.exttype];
exttype          1393 drivers/hid/hid-wiimote-core.c 	ops = wiimod_ext_table[wdata->state.exttype];
exttype          1656 drivers/hid/hid-wiimote-core.c 	type = wdata->state.exttype;
exttype           121 drivers/hid/hid-wiimote.h 	__u8 exttype;
exttype           230 include/uapi/linux/xfrm.h 	__u16			exttype;
exttype           479 net/key/af_key.c 	uctx->exttype = sec_ctx->sadb_x_sec_exttype;
exttype           824 net/xfrm/xfrm_user.c 	uctx->exttype = XFRMA_SEC_CTX;