Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
810 reg4.ulval = 0; in cx2072x_config_i2spcm()
853 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL1, reg1.ulval); in cx2072x_config_i2spcm()
855 reg2.ulval); in cx2072x_config_i2spcm()
857 reg3.ulval); in cx2072x_config_i2spcm()
858 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL4, reg4.ulval); in cx2072x_config_i2spcm()
859 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL6, reg6.ulval); in cx2072x_config_i2spcm()
860 regmap_write(cx2072x->regmap, CX2072X_I2SPCM_CONTROL5, reg5.ulval); in cx2072x_config_i2spcm()
863 regdbt2.ulval); in cx2072x_config_i2spcm()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c1175 unsigned long ulval = (val == ~0U) ? ~0UL : (unsigned int)val; in sock_setsockopt() local
1177 if (sizeof(ulval) != sizeof(val) && in sock_setsockopt()
1178 optlen >= sizeof(ulval) && in sock_setsockopt()
1179 copy_from_sockptr(&ulval, optval, sizeof(ulval))) { in sock_setsockopt()
1183 if (ulval != ~0UL) in sock_setsockopt()
1187 sk->sk_max_pacing_rate = ulval; in sock_setsockopt()
1188 sk->sk_pacing_rate = min(sk->sk_pacing_rate, ulval); in sock_setsockopt()
1303 unsigned long ulval; in sock_getsockopt() member
1555 if (sizeof(v.ulval) != sizeof(v.val) && len >= sizeof(v.ulval)) { in sock_getsockopt()
1556 lv = sizeof(v.ulval); in sock_getsockopt()
[all …]