Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_chamelium.h40 struct chamelium_port;
107 struct chamelium_port **chamelium_get_ports(struct chamelium *chamelium,
109 unsigned int chamelium_port_get_type(const struct chamelium_port *port);
111 struct chamelium_port *port,
113 const char *chamelium_port_get_name(struct chamelium_port *port);
116 void chamelium_plug(struct chamelium *chamelium, struct chamelium_port *port);
117 void chamelium_unplug(struct chamelium *chamelium, struct chamelium_port *port);
119 struct chamelium_port *port);
121 struct chamelium_port *port,
124 struct chamelium_port *port, ...);
[all …]
Digt_chamelium.c93 struct chamelium_port { struct
105 struct chamelium_port *port; argument
121 struct chamelium_port *capturing_port;
126 struct chamelium_port ports[CHAMELIUM_MAX_PORTS];
144 struct chamelium_port **chamelium_get_ports(struct chamelium *chamelium, in chamelium_get_ports()
148 struct chamelium_port **ret = in chamelium_get_ports()
168 unsigned int chamelium_port_get_type(const struct chamelium_port *port) { in chamelium_port_get_type()
184 struct chamelium_port *port, in chamelium_port_get_connector()
208 const char *chamelium_port_get_name(struct chamelium_port *port) in chamelium_port_get_name()
234 struct chamelium_port *port;
[all …]
/external/igt-gpu-tools/tests/
Dkms_chamelium.c50 struct chamelium_port **ports;
110 reprobe_connector(data_t *data, struct chamelium_port *port) in reprobe_connector()
138 wait_for_connector(data_t *data, struct chamelium_port *port, in wait_for_connector()
194 check_analog_bridge(data_t *data, struct chamelium_port *port) in check_analog_bridge()
229 reset_state(data_t *data, struct chamelium_port *port) in reset_state()
246 test_basic_hotplug(data_t *data, struct chamelium_port *port, int toggle_count) in test_basic_hotplug()
286 static void set_edid(data_t *data, struct chamelium_port *port, in set_edid()
293 test_edid_read(data_t *data, struct chamelium_port *port, enum test_edid edid) in test_edid_read()
344 try_suspend_resume_hpd(data_t *data, struct chamelium_port *port, in try_suspend_resume_hpd()
403 test_suspend_resume_hpd(data_t *data, struct chamelium_port *port, in test_suspend_resume_hpd()
[all …]