Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-wiimote-core.c487 static bool wiimote_cmd_map_mp(struct wiimote_data *wdata, __u8 exttype) in wiimote_cmd_map_mp() argument
492 switch (exttype) { in wiimote_cmd_map_mp()
735 wdata->state.exttype = ext; in wiimote_ext_load()
744 ops = wiimod_ext_table[wdata->state.exttype]; in wiimote_ext_unload()
747 wdata->state.exttype = WIIMOTE_EXT_UNKNOWN; in wiimote_ext_unload()
810 __u8 exttype) in wiimote_init_set_type() argument
820 if (exttype == WIIMOTE_EXT_BALANCE_BOARD) { in wiimote_init_set_type()
823 } else if (exttype == WIIMOTE_EXT_PRO_CONTROLLER) { in wiimote_init_set_type()
855 name, vendor, product, exttype); in wiimote_init_set_type()
865 __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; in wiimote_init_detect() local
[all …]
Dhid-wiimote.h121 __u8 exttype; member
/linux-6.1.9/drivers/cpufreq/
Dpowernow-k8.h20 u32 exttype; /* extended interface = 1 */ member
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-6.1.9/include/uapi/linux/
Dxfrm.h235 __u16 exttype; member
/linux-6.1.9/net/xfrm/
Dxfrm_state.c1493 uctx->exttype = XFRMA_SEC_CTX; in clone_security()
Dxfrm_user.c922 uctx->exttype = XFRMA_SEC_CTX; in copy_sec_ctx()
/linux-6.1.9/net/key/
Daf_key.c475 uctx->exttype = sec_ctx->sadb_x_sec_exttype; in pfkey_sadb2xfrm_user_sec_ctx()