Searched refs:fsm_mode (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-pll.h | 77 const struct pll_config *config, bool fsm_mode); 79 const struct pll_config *config, bool fsm_mode);
|
H A D | clk-pll.c | 246 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr() 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() 258 if (fsm_mode) in clk_pll_configure_sr_hpm_lp() 245 clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, const struct pll_config *config, bool fsm_mode) clk_pll_configure_sr() argument 254 clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, const struct pll_config *config, bool fsm_mode) clk_pll_configure_sr_hpm_lp() argument
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-pll.h | 77 const struct pll_config *config, bool fsm_mode); 79 const struct pll_config *config, bool fsm_mode);
|
H A D | clk-pll.c | 246 const struct pll_config *config, bool fsm_mode) in clk_pll_configure_sr() 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() 258 if (fsm_mode) in clk_pll_configure_sr_hpm_lp() 245 clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, const struct pll_config *config, bool fsm_mode) clk_pll_configure_sr() argument 254 clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, const struct pll_config *config, bool fsm_mode) clk_pll_configure_sr_hpm_lp() argument
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svcshare.c | 39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 61 share->s_mode = argp->fsm_mode; in nlmsvc_share_file()
|
H A D | xdr.c | 277 argp->fsm_mode = ntohl(*p++); in nlmsvc_decode_shareargs()
|
H A D | xdr4.c | 274 argp->fsm_mode = ntohl(*p++); in nlm4svc_decode_shareargs()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svcshare.c | 39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 61 share->s_mode = argp->fsm_mode; in nlmsvc_share_file()
|
H A D | xdr4.c | 284 if (xdr_stream_decode_u32(xdr, &argp->fsm_mode) < 0) in nlm4svc_decode_shareargs()
|
H A D | xdr.c | 289 if (xdr_stream_decode_u32(xdr, &argp->fsm_mode) < 0) in nlmsvc_decode_shareargs()
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | xdr.h | 70 u32 fsm_mode; member
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | xdr.h | 73 u32 fsm_mode; member
|
Completed in 5 milliseconds