Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmoduleparam.h471 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
476 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
479 #define module_param_hw(name, type, hwtype, perm) \ argument
480 module_param_hw_named(name, name, type, hwtype, perm)
496 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument
506 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
/Linux-v4.19/drivers/gpio/
Dgpio-mxc.c376 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local
380 hwtype = pdev->id_entry->driver_data; in mxc_gpio_get_hw()
388 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw()
392 if (hwtype == IMX35_GPIO) in mxc_gpio_get_hw()
394 else if (hwtype == IMX31_GPIO) in mxc_gpio_get_hw()
399 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
/Linux-v4.19/arch/s390/include/uapi/asm/
Dzcrypt.h218 unsigned int hwtype:8; member
326 unsigned int hwtype:8; member
/Linux-v4.19/drivers/s390/crypto/
Dap_card.c29 static DEVICE_ATTR_RO(hwtype);
Dzcrypt_api.c637 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask()
662 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext()