Home
last modified time | relevance | path

Searched refs:fsm_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/qcom/
H A Dclk-pll.h77 const struct pll_config *config, bool fsm_mode);
79 const struct pll_config *config, bool fsm_mode);
H A Dclk-pll.c246 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr() argument
249 if (fsm_mode) in clk_pll_configure_sr()
255 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr_hpm_lp() argument
258 if (fsm_mode) in clk_pll_configure_sr_hpm_lp()
/linux/fs/lockd/
H A Dsvcshare.c42 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file()
64 share->s_mode = argp->fsm_mode; in nlmsvc_share_file()
H A Dxdr.c289 if (xdr_stream_decode_u32(xdr, &argp->fsm_mode) < 0) in nlmsvc_decode_shareargs()