Home
last modified time | relevance | path

Searched refs:type_count (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dp2p.c43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill()
H A Dwmi.h4940 __le32 type_count; /* 255: continuous schedule, 0: reserved */ member
/linux/drivers/net/wireless/ath/ath11k/
H A Dp2p.c46 noa_attr->desc[i].count = noa->descriptors[i].type_count; in ath11k_p2p_noa_ie_fill()
H A Dwmi.h2704 u32 type_count; member
3608 u32 type_count; /* 255: continuous schedule, 0: reserved */ member
/linux/drivers/net/wireless/ath/ath12k/
H A Dp2p.c44 __le32_to_cpu(noa->descriptors[i].type_count); in ath12k_p2p_noa_ie_fill()
H A Dwmi.h3519 __le32 type_count; /* 255: continuous schedule, 0: reserved */ member
/linux/drivers/firmware/efi/
H A Defi.c348 int type_count[EFI_BOOT_SERVICES_DATA + 1] = {}; in efi_debugfs_init() local
359 type_count[md->type]++); in efi_debugfs_init()
363 type_count[md->type]++); in efi_debugfs_init()
/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1923 u8 type_count = 0; in make_chip_info() local
1937 type_count++; in make_chip_info()
1939 channel_info = devm_kcalloc(dev, type_count, in make_chip_info()
1944 ptr_channel_info = devm_kcalloc(dev, type_count + 1, in make_chip_info()