Searched refs:orientation (Results 101 - 108 of 108) sorted by relevance

12345

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-boe-tv101wum-nl6.c47 enum drm_panel_orientation orientation; member in struct:boe_panel
1823 drm_connector_set_panel_orientation(connector, boe->orientation);
1832 return boe->orientation;
1878 err = of_drm_get_panel_orientation(dev->of_node, &boe->orientation);
1880 dev_err(dev, "%pOF: failed to get orientation %d\n", dev->of_node, err);
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py236 def headerData(self, section, orientation, role):
241 if orientation != Qt.Horizontal:
300 def headerData(self, section, orientation, role):
305 if orientation != Qt.Horizontal:
1937 def headerData(self, section, orientation, role):
1940 if orientation != Qt.Horizontal:
/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c217 * orientation is reported as 0.
219 u8 orientation; member in struct:cyapa_pip_touch_record
2744 touch->orientation);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2567 if (p->orientation != V4L2_FWNODE_PROPERTY_UNSET) {
2570 switch (p->orientation) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h367 enum drm_panel_orientation orientation; member in struct:intel_vbt_panel_data::__anon20
H A Dintel_dp.c6264 i915->display.vbt.orientation,
/linux-master/drivers/usb/typec/
H A Danx7411.c1039 enum typec_orientation orientation)
1038 anx7411_usb_set_orientation(struct typec_switch_dev *sw, enum typec_orientation orientation) argument
/linux-master/sound/soc/codecs/
H A Dwcd939x.c3164 /* Get USB-C plug orientation to provide swap event for MBHC */
3166 enum typec_orientation orientation)
3170 wcd939x->typec_orientation = orientation;
3393 "failed to acquire orientation-switch\n");
3165 wcd939x_typec_switch_set(struct typec_switch_dev *sw, enum typec_orientation orientation) argument

Completed in 201 milliseconds

12345