Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A 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()
739 wdata->state.exttype = ext; in wiimote_ext_load()
748 ops = wiimod_ext_table[wdata->state.exttype]; in wiimote_ext_unload()
751 wdata->state.exttype = WIIMOTE_EXT_UNKNOWN; in wiimote_ext_unload()
814 __u8 exttype) in wiimote_init_set_type() argument
824 if (exttype == WIIMOTE_EXT_BALANCE_BOARD) { in wiimote_init_set_type()
827 } else if (exttype == WIIMOTE_EXT_PRO_CONTROLLER) { in wiimote_init_set_type()
859 name, vendor, product, exttype); in wiimote_init_set_type()
869 __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; in wiimote_init_detect() local
[all …]
H A Dhid-wiimote.h122 __u8 exttype; member
/linux/drivers/cpufreq/
H A Dpowernow-k8.h20 u32 exttype; /* extended interface = 1 */ member
H A Dpowernow-k8.c720 data->exttype = (control >> EXT_TYPE_SHIFT) & EXT_TYPE_MASK; in powernow_k8_acpi_pst_values()
809 if (data->exttype) { in fill_powernow_table_fidvid()
/linux/net/xfrm/
H A Dxfrm_state.c1949 uctx->exttype = XFRMA_SEC_CTX; in clone_security()