Home
last modified time | relevance | path

Searched refs:eci (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dnokia,rx51.txt11 - eci-switch-gpios: GPIO for ECI (Enhancement Control Interface) switch
25 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
/linux/drivers/gpu/drm/xe/
H A Dxe_pmu.c102 struct drm_xe_engine_class_instance eci; in event_to_hwe() local
106 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()
H A Dxe_hw_engine.c1160 struct drm_xe_engine_class_instance eci) in xe_hw_engine_lookup() argument
1162 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()
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1556 struct ep11_card_info eci; in ep11_findcard2() local
1591 if (ep11_get_card_info(card, &eci, xflags)) in ep11_findcard2()
1593 if (minapi > eci.API_ord_nr) in ep11_findcard2()
/linux/drivers/usb/serial/
H A Dcp210x.c500 u8 eci; member
1678 if (mode.eci == CP210X_PIN_MODE_MODEM) { in cp2105_gpioconf_init()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts150 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */