Searched refs:separator (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | kutf_suite.c | 352 char separator = ':'; in kutf_debugfs_run_read() local 376 /* Then the separator */ in kutf_debugfs_run_read() 378 &separator, 1); in kutf_debugfs_run_read()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 1893 hi_bool split(hi_u8 *src, const hi_char *separator, hi_char **dest, hi_u8 num) in split() argument 1898 if ((src == HI_NULL) || (strlen((const hi_char *)src) == 0) || (separator == HI_NULL) || (strlen(separator) == 0)) { in split() 1901 next = oal_strtok((char *)src, separator); in split() 1908 next = oal_strtok(HI_NULL, separator); in split()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
H A D | kutf_suite.c | 387 char separator = ':'; in kutf_debugfs_run_read() local 470 /* Then the separator */ in kutf_debugfs_run_read() 472 &separator, 1); in kutf_debugfs_run_read()
|
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-core.c | 2181 * @separator: char to use as separator
2184 * the separator char. Both paths must exist (i.e., zero-length paths
2187 bool hid_compare_device_paths(struct hid_device *hdev_a, struct hid_device *hdev_b, char separator)
in hid_compare_device_paths() argument 2189 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys;
in hid_compare_device_paths() 2190 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys;
in hid_compare_device_paths()
|
Completed in 14 milliseconds