Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_chamelium.c484 xmlrpc_value *pulse_widths = xmlrpc_array_new(&chamelium->env); in chamelium_fire_hpd_pulses() local
492 xmlrpc_array_append_item(&chamelium->env, pulse_widths, width); in chamelium_fire_hpd_pulses()
495 "(iA)", port->id, pulse_widths)); in chamelium_fire_hpd_pulses()
498 xmlrpc_DECREF(pulse_widths); in chamelium_fire_hpd_pulses()
514 xmlrpc_value *pulse_widths = xmlrpc_array_new(&chamelium->env), *width; in chamelium_fire_mixed_hpd_pulses() local
522 xmlrpc_array_append_item(&chamelium->env, pulse_widths, width); in chamelium_fire_mixed_hpd_pulses()
528 "(iA)", port->id, pulse_widths)); in chamelium_fire_mixed_hpd_pulses()
530 xmlrpc_DECREF(pulse_widths); in chamelium_fire_mixed_hpd_pulses()