Searched refs:recalc (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/arch/arm/mach-omap1/
H A Dclock.h68 * @recalc: fn ptr that returns the clock's current rate
82 unsigned long (*recalc)(struct omap1_clk *clk, unsigned long rate); member in struct:omap1_clk
H A Dclock.c702 if (clk->recalc)
703 return clk->recalc(clk, p_rate);
/linux-master/sound/soc/sh/
H A Dmigor.c35 .recalc = siumckb_recalc,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7343.c53 .recalc = dll_recalc,
73 .recalc = pll_recalc,
H A Dclock-sh7366.c53 .recalc = dll_recalc,
76 .recalc = pll_recalc,
H A Dclock-sh7723.c57 .recalc = dll_recalc,
80 .recalc = pll_recalc,
H A Dclock-sh7785.c37 .recalc = pll_recalc,
H A Dclock-sh7786.c39 .recalc = pll_recalc,
H A Dclock-sh7734.c39 .recalc = pll_recalc,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1137 bool recalc = false; local
1157 recalc = true;
1162 return recalc;
1177 bool recalc; local
1185 recalc = fsnotify_calc_mask(fsn_mark) &
1188 recalc |= fanotify_mark_update_flags(fsn_mark, fan_flags);
1191 return recalc;
1352 bool recalc; local
1384 recalc = fanotify_mark_add_to_mask(fsn_mark, mask, fan_flags);
1385 if (recalc)
[all...]
/linux-master/include/linux/
H A Dsh_clk.h28 unsigned long (*recalc)(struct clk *clk); member in struct:sh_clk_ops
/linux-master/sound/soc/codecs/
H A Dtas2552.c194 recalc:
213 goto recalc;
/linux-master/net/mac80211/
H A Dsta_info.c1281 bool recalc)
1341 if (recalc) {
1352 if (recalc) {
1409 static void __sta_info_destroy_part2(struct sta_info *sta, bool recalc) argument
1439 ret = _sta_info_move_state(sta, IEEE80211_STA_ASSOC, recalc);
1455 ret = _sta_info_move_state(sta, sta->sta_state - 1, recalc);
1279 _sta_info_move_state(struct sta_info *sta, enum ieee80211_sta_state new_state, bool recalc) argument
/linux-master/arch/x86/kernel/
H A Dapm_32.c913 recalc:
962 goto recalc;
/linux-master/drivers/clk/sunxi/
H A Dclk-sunxi.c538 .recalc = sun6i_ahb1_recalc,

Completed in 166 milliseconds

12