Home
last modified time | relevance | path

Searched refs:exttype (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-wiimote-core.c490 static bool wiimote_cmd_map_mp(struct wiimote_data *wdata, __u8 exttype) in wiimote_cmd_map_mp() argument
495 switch (exttype) { in wiimote_cmd_map_mp()
738 wdata->state.exttype = ext; in wiimote_ext_load()
747 ops = wiimod_ext_table[wdata->state.exttype]; in wiimote_ext_unload()
750 wdata->state.exttype = WIIMOTE_EXT_UNKNOWN; in wiimote_ext_unload()
813 __u8 exttype) in wiimote_init_set_type() argument
823 if (exttype == WIIMOTE_EXT_BALANCE_BOARD) { in wiimote_init_set_type()
826 } else if (exttype == WIIMOTE_EXT_PRO_CONTROLLER) { in wiimote_init_set_type()
858 name, vendor, product, exttype); in wiimote_init_set_type()
868 __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; in wiimote_init_detect() local
[all …]
Dhid-wiimote.h124 __u8 exttype; member
/Linux-v4.19/drivers/cpufreq/
Dpowernow-k8.h22 u32 exttype; /* extended interface = 1 */ member
Dpowernow-k8.c723 data->exttype = (control >> EXT_TYPE_SHIFT) & EXT_TYPE_MASK; in powernow_k8_acpi_pst_values()
812 if (data->exttype) { in fill_powernow_table_fidvid()
/Linux-v4.19/include/uapi/linux/
Dxfrm.h230 __u16 exttype; member
/Linux-v4.19/net/xfrm/
Dxfrm_user.c803 uctx->exttype = XFRMA_SEC_CTX; in copy_sec_ctx()
/Linux-v4.19/net/key/
Daf_key.c493 uctx->exttype = sec_ctx->sadb_x_sec_exttype; in pfkey_sadb2xfrm_user_sec_ctx()