/kernel/linux/linux-5.10/include/linux/ |
H A D | moduleparam.h | 539 * @hwtype: what the value represents (enum hwparam_type) 546 #define module_param_hw_named(name, value, type, hwtype, perm) \ 551 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 554 #define module_param_hw(name, type, hwtype, perm) \ 555 module_param_hw_named(name, name, type, hwtype, perm) 561 * @hwtype: what the value represents (enum hwparam_type) 571 #define module_param_hw_array(name, type, hwtype, nump, perm) \ 581 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | moduleparam.h | 541 * @hwtype: what the value represents (enum hwparam_type) 548 #define module_param_hw_named(name, value, type, hwtype, perm) \ 553 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 556 #define module_param_hw(name, type, hwtype, perm) \ 557 module_param_hw_named(name, name, type, hwtype, perm) 563 * @hwtype: what the value represents (enum hwparam_type) 573 #define module_param_hw_array(name, type, hwtype, nump, perm) \ 583 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mxc.c | 379 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local 383 hwtype = pdev->id_entry->driver_data; in mxc_gpio_get_hw() 391 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw() 395 if (hwtype == IMX35_GPIO) in mxc_gpio_get_hw() 397 else if (hwtype == IMX31_GPIO) in mxc_gpio_get_hw() 402 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 211 * @hwtype: raw hardware type 222 unsigned int hwtype:8; member 342 unsigned int hwtype:8; member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 210 * @hwtype: raw hardware type 221 unsigned int hwtype:8; member 341 unsigned int hwtype:8; member
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1687 ci->hwtype = devstat.hwtype; in fetch_cca_info() 1786 ci.hwtype >= minhwtype && in findcard() 1794 if (ci.hwtype >= minhwtype && in findcard() 1817 if (ci.hwtype >= minhwtype && in findcard() 1821 if (ci.hwtype >= minhwtype && in findcard() 1925 if (minhwtype > 0 && minhwtype > ci.hwtype) in cca_findcard2()
|
H A D | ap_card.c | 30 static DEVICE_ATTR_RO(hwtype);
|
H A D | zcrypt_ccamisc.h | 223 * - if minhwtype > 0 only apqns with hwtype >= minhwtype 247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
|
H A D | zcrypt_api.c | 1225 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask() 1250 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext() 1273 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
|
H A D | zcrypt_ep11misc.c | 1428 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1694 ci->hwtype = devstat.hwtype; in fetch_cca_info() 1802 ci.hwtype >= minhwtype && in findcard() 1810 if (ci.hwtype >= minhwtype && in findcard() 1833 if (ci.hwtype >= minhwtype && in findcard() 1837 if (ci.hwtype >= minhwtype && in findcard() 1942 if (minhwtype > 0 && minhwtype > ci.hwtype) in cca_findcard2()
|
H A D | zcrypt_ccamisc.h | 223 * - if minhwtype > 0 only apqns with hwtype >= minhwtype 247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
|
H A D | ap_card.c | 30 static DEVICE_ATTR_RO(hwtype);
|
H A D | zcrypt_api.c | 1240 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask() 1265 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext() 1288 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
|
H A D | zcrypt_ep11misc.c | 1591 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_011.c | 429 hdr->hwtype = PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET);
in ReplayArp()
|