Home
last modified time | relevance | path

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

/linux-6.15/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.c706 regdbt2.ulval = 0xac; in cx2072x_config_i2spcm()
802 reg4.ulval = 0; in cx2072x_config_i2spcm()
842 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL1, reg1.ulval); in cx2072x_config_i2spcm()
844 reg2.ulval); in cx2072x_config_i2spcm()
846 reg3.ulval); in cx2072x_config_i2spcm()
847 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL4, reg4.ulval); in cx2072x_config_i2spcm()
848 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL6, reg6.ulval); in cx2072x_config_i2spcm()
849 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL5, reg5.ulval); in cx2072x_config_i2spcm()
852 regdbt2.ulval); in cx2072x_config_i2spcm()
/linux-6.15/net/core/
H A Dsock.c1262 if (sizeof(ulval) != sizeof(val) && in sk_setsockopt()
1263 optlen >= sizeof(ulval) && in sk_setsockopt()
1264 copy_from_sockptr(&ulval, optval, sizeof(ulval))) { in sk_setsockopt()
1267 if (ulval != ~0UL) in sk_setsockopt()
1272 WRITE_ONCE(sk->sk_max_pacing_rate, ulval); in sk_setsockopt()
1274 if (ulval < pacing_rate) in sk_setsockopt()
1275 WRITE_ONCE(sk->sk_pacing_rate, ulval); in sk_setsockopt()
1713 unsigned long ulval; in sk_getsockopt() member
2027 if (sizeof(v.ulval) != sizeof(v.val) && len >= sizeof(v.ulval)) { in sk_getsockopt()
2028 lv = sizeof(v.ulval); in sk_getsockopt()
[all …]