Searched refs:cur (Results 1 - 8 of 8) sorted by path

/include/linux/
H A Dcpufreq.h78 unsigned int cur; /* in kHz, only needed if cpufreq member in struct:cpufreq_policy
80 unsigned int restore_freq; /* = policy->cur before transition */
H A Didr.h46 int cur; /* current pos for cyclic allocation */ member in struct:idr
H A Dif_team.h270 struct team_port *cur; local
274 cur = port;
275 list_for_each_entry_continue_rcu(cur, &team->port_list, list)
276 if (team_port_txable(cur))
277 return cur;
278 list_for_each_entry_rcu(cur, &team->port_list, list) {
279 if (cur == port)
281 if (team_port_txable(cur))
282 return cur;
H A Dmdio-mux.h15 int (*switch_fn) (int cur, int desired, void *data),
H A Dof.h343 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
352 const char *of_prop_next_string(struct property *prop, const char *cur);
566 const __be32 *cur, u32 *pu)
572 const char *cur)
565 of_prop_next_u32(struct property *prop, const __be32 *cur, u32 *pu) argument
571 of_prop_next_string(struct property *prop, const char *cur) argument
H A Ds3c_adc_battery.h6 int cur; /* mA */ member in struct:s3c_adc_bat_thresh
/include/linux/lockd/
H A Dlockd.h257 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
/include/media/
H A Dv4l2-ctrls.h154 * @cur: The control's current value.
207 } cur; member in struct:v4l2_ctrl

Completed in 225 milliseconds