Searched refs:eci (Results 1 – 6 of 6) sorted by relevance
11 - eci-switch-gpios: GPIO for ECI (Enhancement Control Interface) switch25 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
102 struct drm_xe_engine_class_instance eci; in event_to_hwe() local106 eci.engine_class = config_to_engine_class(config); in event_to_hwe()107 eci.engine_instance = config_to_engine_instance(config); in event_to_hwe()108 eci.gt_id = config_to_gt_id(config); in event_to_hwe()110 hwe = xe_hw_engine_lookup(xe, eci); in event_to_hwe()
1160 struct drm_xe_engine_class_instance eci) in xe_hw_engine_lookup() argument1162 struct xe_gt *gt = xe_device_get_gt(xe, eci.gt_id); in xe_hw_engine_lookup()1165 if (eci.engine_class >= ARRAY_SIZE(user_to_xe_engine_class)) in xe_hw_engine_lookup()1171 idx = array_index_nospec(eci.engine_class, in xe_hw_engine_lookup()1174 return xe_gt_hw_engine(xe_device_get_gt(xe, eci.gt_id), in xe_hw_engine_lookup()1176 eci.engine_instance, true); in xe_hw_engine_lookup()
1556 struct ep11_card_info eci; in ep11_findcard2() local1591 if (ep11_get_card_info(card, &eci, xflags)) in ep11_findcard2()1593 if (minapi > eci.API_ord_nr) in ep11_findcard2()
500 u8 eci; member1678 if (mode.eci == CP210X_PIN_MODE_MODEM) { in cp2105_gpioconf_init()
150 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */