Searched refs:sub_version (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/misc/mei/ |
| H A D | vsc-fw-loader.c | 311 u8 version, sub_version; in vsc_identify_silicon() local 334 sub_version = FIELD_GET(VSC_SUBSTEPPING_VERSION_MASK, ack->payload[0]); in vsc_identify_silicon() 342 if (sub_version != VSC_SUBSTEPPING_VERSION_0 && in vsc_identify_silicon() 343 sub_version != VSC_SUBSTEPPING_VERSION_1) { in vsc_identify_silicon() 345 sub_version, VSC_SUBSTEPPING_VERSION_0, VSC_SUBSTEPPING_VERSION_1); in vsc_identify_silicon() 350 version, sub_version); in vsc_identify_silicon()
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 288 sbi->sub_version = 7; in autofs_validate_protocol() 291 sbi->sub_version = AUTOFS_PROTO_SUBVERSION; in autofs_validate_protocol() 294 sbi->sub_version = 0; in autofs_validate_protocol()
|
| H A D | autofs_i.h | 118 int sub_version; member
|
| H A D | dev-ioctl.c | 183 param->protosubver.sub_version = sbi->sub_version; in autofs_dev_ioctl_protosubver()
|
| H A D | root.c | 819 return put_user(sbi->sub_version, p); in autofs_get_protosubver()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | auto_dev-ioctl.h | 33 __u32 sub_version; member
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.c | 934 u32 sub_version; in ath11k_pci_probe() local 1025 sub_version = ath11k_pcic_read32(ab, TCSR_SOC_HW_SUB_VER); in ath11k_pci_probe() 1027 sub_version); in ath11k_pci_probe() 1028 switch (sub_version) { in ath11k_pci_probe()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | main.c | 1747 fw->sub_version = fw_hdr->subversion; in __update_firmware_info() 1761 fw->sub_version = legacy->subversion1; in __update_firmware_info_legacy() 1791 fw->version, fw->sub_version, fw->sub_index, fw->h2c_version); in rtw_load_firmware_cb()
|
| H A D | fw.h | 367 RTW_FW_VER_CODE((s).version, (s).sub_version, (s).sub_index)
|
| H A D | main.h | 1920 u8 sub_version; member
|
| H A D | coex.c | 4002 fw->version, fw->sub_version, in rtw_coex_display_coex_info()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | autofs-mount-control.rst | 263 or sub_version field of struct args_protosubver. These commands return
|