Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dmoduleparam.h539 * @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 Dmoduleparam.h541 * @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 Dgpio-mxc.c379 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 Dzcrypt.h211 * @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 Dzcrypt.h210 * @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 Dzcrypt_ccamisc.c1687 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 Dap_card.c30 static DEVICE_ATTR_RO(hwtype);
H A Dzcrypt_ccamisc.h223 * - if minhwtype > 0 only apqns with hwtype >= minhwtype
247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
H A Dzcrypt_api.c1225 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 Dzcrypt_ep11misc.c1428 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c1694 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 Dzcrypt_ccamisc.h223 * - if minhwtype > 0 only apqns with hwtype >= minhwtype
247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
H A Dap_card.c30 static DEVICE_ATTR_RO(hwtype);
H A Dzcrypt_api.c1240 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 Dzcrypt_ep11misc.c1591 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_011.c429 hdr->hwtype = PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET); in ReplayArp()

Completed in 23 milliseconds