Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-mxc.c368 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local
372 hwtype = pdev->id_entry->driver_data; in mxc_gpio_get_hw()
380 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw()
384 if (hwtype == IMX35_GPIO) in mxc_gpio_get_hw()
386 else if (hwtype == IMX31_GPIO) in mxc_gpio_get_hw()
391 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c669 static DEVICE_ATTR(hwtype, 0444, ap_hwtype_show, NULL);