Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-mxc.c373 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local
377 hwtype = pdev->id_entry->driver_data; in mxc_gpio_get_hw()
385 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw()
389 if (hwtype == IMX35_GPIO) in mxc_gpio_get_hw()
391 else if (hwtype == IMX31_GPIO) in mxc_gpio_get_hw()
396 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c1032 static DEVICE_ATTR(hwtype, 0444, ap_hwtype_show, NULL);