Home
last modified time | relevance | path

Searched refs:selected_func (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/rtc/
H A Drtc-stm32.c378 struct stm32_rtc_pinmux_func selected_func = stm32_rtc_pinmux_functions[selector]; in stm32_rtc_pinmux_set_mux() local
382 if (selected_func.action) in stm32_rtc_pinmux_set_mux()
383 return selected_func.action(pctldev, pin.number); in stm32_rtc_pinmux_set_mux()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h814 u32 selected_func; member
H A Dena_com.c2296 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2391 rss->hash_func = ffs(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()