Home
last modified time | relevance | path

Searched refs:target_dev_idx (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util.py141 target_bus_idx, target_dev_idx = get_bus_dev_id(lsusb_output, vid, pid)
147 lsusb_output, target_bus_idx, target_dev_idx)
241 (target_bus_idx, target_dev_idx) = get_all_bus_dev_id(lsusb_output, vid, pid)
246 for bus, dev in zip(target_bus_idx, target_dev_idx):
/external/adhd/cras/src/server/
Dcras_alsa_jack.c413 int target_dev_idx; in gpio_jack_match_device() local
423 target_dev_idx = ucm_get_alsa_dev_idx_for_dev( in gpio_jack_match_device()
426 if (target_dev_idx < 0) in gpio_jack_match_device()
432 target_dev_idx, jack_list->card_name, jack_list->device_index); in gpio_jack_match_device()
434 return (target_dev_idx == jack_list->device_index); in gpio_jack_match_device()