Searched refs:hwtype (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | moduleparam.h | 546 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument 551 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \ 554 #define module_param_hw(name, type, hwtype, perm) \ argument 555 module_param_hw_named(name, name, type, hwtype, perm) 571 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 581 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
|
/kernel/linux/linux-5.10/drivers/gpio/ |
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/ |
D | zcrypt.h | 222 unsigned int hwtype:8; member 342 unsigned int hwtype:8; member
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
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()
|
D | zcrypt_ccamisc.h | 247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
|
D | ap_card.c | 30 static DEVICE_ATTR_RO(hwtype);
|
D | zcrypt_api.c | 1224 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask() 1249 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext() 1272 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
|
D | zcrypt_ep11misc.c | 1428 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()
|
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_011.c | 429 hdr->hwtype = PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET); in ReplayArp()
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | vfio-ap.rst | 676 cat /sys/bus/ap/devices/card05/hwtype 678 The hwtype must be 10 or higher (CEX4 or newer) in order to be bound to the
|