Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcx2072x.h205 u32 ulval; member
227 u32 ulval; member
249 u32 ulval; member
269 u32 ulval; member
282 u32 ulval; member
294 u32 ulval; member
311 u32 ulval; member
H A Dcx2072x.c711 regdbt2.ulval = 0xac; in cx2072x_config_i2spcm()
807 reg4.ulval = 0; in cx2072x_config_i2spcm()
847 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL1, reg1.ulval); in cx2072x_config_i2spcm()
849 reg2.ulval); in cx2072x_config_i2spcm()
851 reg3.ulval); in cx2072x_config_i2spcm()
852 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL4, reg4.ulval); in cx2072x_config_i2spcm()
853 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL6, reg6.ulval); in cx2072x_config_i2spcm()
854 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL5, reg5.ulval); in cx2072x_config_i2spcm()
857 regdbt2.ulval); in cx2072x_config_i2spcm()
/linux/net/core/
H A Dsock.c1166 if (sizeof(ulval) != sizeof(val) && in sk_setsockopt()
1167 optlen >= sizeof(ulval) && in sk_setsockopt()
1168 copy_from_sockptr(&ulval, optval, sizeof(ulval))) { in sk_setsockopt()
1171 if (ulval != ~0UL) in sk_setsockopt()
1176 WRITE_ONCE(sk->sk_max_pacing_rate, ulval); in sk_setsockopt()
1178 if (ulval < pacing_rate) in sk_setsockopt()
1179 WRITE_ONCE(sk->sk_pacing_rate, ulval); in sk_setsockopt()
1601 unsigned long ulval; in sk_getsockopt() member
1911 if (sizeof(v.ulval) != sizeof(v.val) && len >= sizeof(v.ulval)) { in sk_getsockopt()
1912 lv = sizeof(v.ulval); in sk_getsockopt()
[all …]