Home
last modified time | relevance | path

Searched refs:delim (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1546 static int drm_mode_parse_cmdline_int(const char *delim, unsigned int *int_ret) in drm_mode_parse_cmdline_int() argument
1552 * delim must point to the '=', otherwise it is a syntax error and in drm_mode_parse_cmdline_int()
1553 * if delim points to the terminating zero, then delim + 1 wil point in drm_mode_parse_cmdline_int()
1556 if (*delim != '=') { in drm_mode_parse_cmdline_int()
1560 value = delim + 1; in drm_mode_parse_cmdline_int()
1571 static int drm_mode_parse_panel_orientation(const char *delim, struct drm_cmdline_mode *mode) in drm_mode_parse_panel_orientation() argument
1575 if (*delim != '=') { in drm_mode_parse_panel_orientation()
1579 value = delim + 1; in drm_mode_parse_panel_orientation()
1580 delim in drm_mode_parse_panel_orientation()
1604 const char *delim, *option, *sep; drm_mode_parse_cmdline_options() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_lowpower.c289 const char delim = '.'; in arp_offload_parse_ipv4_check() local
299 pos = strchr(ip_str_cpy, delim); in arp_offload_parse_ipv4_check()
312 pos = strchr(ip_str_cpy, delim); in arp_offload_parse_ipv4_check()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c757 char *delim = NULL; in wl_android_get_rssi() local
764 delim = strchr(command, ' '); in wl_android_get_rssi()
770 if (delim) { in wl_android_get_rssi()
774 ANDROID_TRACE(("wl_android_get_rssi: cmd:%s\n", delim)); in wl_android_get_rssi()
775 /* skip space from delim after finding char */ in wl_android_get_rssi()
776 delim++; in wl_android_get_rssi()
777 if (!(bcm_ether_atoe((delim), &scbval.ea))) { in wl_android_get_rssi()
790 pos = delim; in wl_android_get_rssi()
791 delim = strchr(pos, ' '); in wl_android_get_rssi()
792 if (delim) { in wl_android_get_rssi()
1220 char *pos, *pos2, *token, *token2, *delim; wls_parse_batching_cmd() local
[all...]
H A Dwl_cfg80211.c12553 char delim[] = " \n"; in wl_parse_dump_obss() local
12555 token = strsep(&buf, delim); in wl_parse_dump_obss()
12559 token = strsep(&buf, delim); in wl_parse_dump_obss()
12565 token = strsep(&buf, delim); in wl_parse_dump_obss()
12571 token = strsep(&buf, delim); in wl_parse_dump_obss()
12577 token = strsep(&buf, delim); in wl_parse_dump_obss()
12583 token = strsep(&buf, delim); in wl_parse_dump_obss()
12589 token = strsep(&buf, delim); in wl_parse_dump_obss()
12593 token = strsep(&buf, delim); in wl_parse_dump_obss()

Completed in 33 milliseconds