Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
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
A Dcx2072x.c711 regdbt2.ulval = 0xac; in cx2072x_config_i2spcm()
810 reg4.ulval = 0; in cx2072x_config_i2spcm()
850 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL1, reg1.ulval); in cx2072x_config_i2spcm()
852 reg2.ulval); in cx2072x_config_i2spcm()
854 reg3.ulval); in cx2072x_config_i2spcm()
855 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL4, reg4.ulval); in cx2072x_config_i2spcm()
856 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL6, reg6.ulval); in cx2072x_config_i2spcm()
857 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL5, reg5.ulval); in cx2072x_config_i2spcm()
860 regdbt2.ulval); in cx2072x_config_i2spcm()
/linux/net/core/
A Dsock.c1346 unsigned long ulval = (val == ~0U) ? ~0UL : (unsigned int)val; in sock_setsockopt() local
1348 if (sizeof(ulval) != sizeof(val) && in sock_setsockopt()
1349 optlen >= sizeof(ulval) && in sock_setsockopt()
1350 copy_from_sockptr(&ulval, optval, sizeof(ulval))) { in sock_setsockopt()
1354 if (ulval != ~0UL) in sock_setsockopt()
1358 sk->sk_max_pacing_rate = ulval; in sock_setsockopt()
1359 sk->sk_pacing_rate = min(sk->sk_pacing_rate, ulval); in sock_setsockopt()
1500 unsigned long ulval; in sock_getsockopt() member
1758 if (sizeof(v.ulval) != sizeof(v.val) && len >= sizeof(v.ulval)) { in sock_getsockopt()
1759 lv = sizeof(v.ulval); in sock_getsockopt()
[all …]

Completed in 16 milliseconds