Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_connectors.c332 radeon_connector->ddc_bus->has_aux) { in radeon_connector_get_edid()
341 radeon_connector->ddc_bus->has_aux) in radeon_connector_get_edid()
1852 bool has_aux = false; in radeon_add_atom_connector() local
1927 has_aux = true; in radeon_add_atom_connector()
2190 has_aux = true; in radeon_add_atom_connector()
2240 has_aux = true; in radeon_add_atom_connector()
2300 if (has_aux) in radeon_add_atom_connector()
Dradeon_dp_mst.c660 if (!radeon_connector->ddc_bus->has_aux) in radeon_dp_mst_init()
Datombios_dp.c247 radeon_connector->ddc_bus->has_aux = true; in radeon_dp_aux_init()
Dradeon_mode.h205 bool has_aux; member
Dradeon_i2c.c990 if (i2c->has_aux) in radeon_i2c_destroy()
/linux-4.1.27/kernel/events/
Dring_buffer.c474 if (!has_aux(event)) in rb_alloc_aux()
Dcore.c7830 if (has_aux(event) && has_aux(output_event) && in perf_event_set_output()
/linux-4.1.27/include/linux/
Dperf_event.h892 static inline bool has_aux(struct perf_event *event) in has_aux() function