Searched refs:separator (Results 1 – 3 of 3) sorted by relevance
408 u8 separator = ','; in acpi_ex_convert_to_string() local497 separator = ' '; in acpi_ex_convert_to_string()538 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
808 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local811 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()819 const char *p = separator; in of_find_node_opts_by_path()848 if (separator && separator < path) in of_find_node_opts_by_path()
531 struct hid_device *hdev_b, char separator) in compare_device_paths() argument533 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in compare_device_paths()534 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in compare_device_paths()