Home
last modified time | relevance | path

Searched refs:path_max (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c3219 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_enable() local
3224 path_max = RF_PATH_B; in _tssi_enable()
3227 path_max = RF_PATH_NUM_8852C; in _tssi_enable()
3231 for (i = path; i < path_max; i++) { in _tssi_enable()
3247 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_disable() local
3252 path_max = RF_PATH_B; in _tssi_disable()
3255 path_max = RF_PATH_NUM_8852C; in _tssi_disable()
3259 for (i = path; i < path_max; i++) { in _tssi_disable()
3707 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_set_efuse_to_de() local
3715 path_max = RF_PATH_B; in _tssi_set_efuse_to_de()
[all …]
H A Drtw8851b.c1967 u8 path, path_min, path_max; in rtw8851b_btc_init_cfg() local
1979 path_max = path_min; in rtw8851b_btc_init_cfg()
1982 path_max = RF_PATH_B; in rtw8851b_btc_init_cfg()
1985 for (path = path_min; path <= path_max; path++) { in rtw8851b_btc_init_cfg()
/openbmc/linux/security/apparmor/
H A Dlsm.c1453 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR);
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1807 - size_t path_max;
1810 - path_max = (unsigned) PATH_MAX;
1811 - path_max += 2; /* The getcwd docs say to do this. */
1813 - dirname = (char *) alloca (path_max + dirname_len);
1817 - while ((ret = getcwd (dirname, path_max)) == NULL && errno == ERANGE)
1819 - path_max += PATH_INCR;
1820 - dirname = (char *) alloca (path_max + dirname_len);