Searched refs:target_dev_idx (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | power_cycle_usb_util.py | 141 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/ |
D | cras_alsa_jack.c | 413 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()
|