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

12345

/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c1027 enum typec_orientation orientation)
1031 tcpm_log(port, "Requesting mux state %d, usb-role %d, orientation %d",
1032 state, usb_role, orientation);
1034 ret = typec_set_orientation(port->typec_port, orientation);
1128 enum typec_orientation orientation; local
1133 orientation = TYPEC_ORIENTATION_NORMAL;
1135 orientation = TYPEC_ORIENTATION_REVERSE;
1162 ret = tcpm_mux_set(port, TYPEC_STATE_USB, usb_role, orientation);
1171 ret = port->tcpc->set_orientation(port->tcpc, orientation);
1025 tcpm_mux_set(struct tcpm_port *port, int state, enum usb_role usb_role, enum typec_orientation orientation) argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.c633 fd->config.orientation = val;
/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);
H A Dpanel-simple.c158 enum drm_panel_orientation orientation; member in struct:panel_simple
420 drm_connector_set_panel_orientation(connector, p->orientation);
446 return p->orientation;
625 err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation);
627 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.c2565 if (p->orientation != V4L2_FWNODE_PROPERTY_UNSET) {
2568 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::__anon598
H A Dintel_dp.c6430 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 323 milliseconds

12345