Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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()
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h235 __u16 exttype; member
/openbmc/linux/net/xfrm/
H A Dxfrm_state.c1699 uctx->exttype = XFRMA_SEC_CTX; in clone_security()
H A Dxfrm_user.c941 uctx->exttype = XFRMA_SEC_CTX; in copy_sec_ctx()
/openbmc/linux/net/key/
H A Daf_key.c475 uctx->exttype = sec_ctx->sadb_x_sec_exttype; in pfkey_sadb2xfrm_user_sec_ctx()