Searched refs:sections (Results 1 – 11 of 11) sorted by relevance
/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 264 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 294 hw = (const __le16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 295 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 296 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() 297 regulatory = (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY].data; in iwl_parse_nvm_sections() 299 (const __le16 *)sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data; in iwl_parse_nvm_sections() 463 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local 470 ret = iwl_nvm_write_section(mvm, i, sections[i].data, in iwl_mvm_load_nvm_to_nic() 471 sections[i].length); in iwl_mvm_load_nvm_to_nic()
|
/drivers/staging/rtl8192e/ |
D | license | 118 sections of that work are not derived from the Program, and can be 120 this License, and its terms, do not apply to those sections when you 122 sections as part of a whole which is a work based on the Program, the
|
/drivers/staging/rtl8192u/ |
D | copying | 115 identifiable sections of that work are not derived from the Program, 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based
|
/drivers/staging/unisys/Documentation/ |
D | overview.txt | 141 sections, to avoid having duplicated functionality.
|
/drivers/net/hyperv/ |
D | hyperv_net.h | 384 struct nvsp_1_receive_buffer_section sections[1]; member
|
D | netvsc.c | 296 init_packet->msg.v1_msg.send_recv_buf_complete.sections, in netvsc_init_buf()
|
/drivers/staging/speakup/ |
D | spkguide.txt | 97 See the sections on loading modules and software synthesizers later in 1355 the conditions of sections 2 and 3 above, provided that you release 1409 If the Modified Version includes new front-matter sections or 1412 of these sections as invariant. To do this, add their titles to the 1455 In the combination, you must combine any sections Entitled "History" 1457 "History"; likewise combine any sections Entitled "Acknowledgements", 1458 and any sections Entitled "Dedications". You must delete all sections
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 1485 u16 sections = 0; in i40e_vsi_setup_queue_map() local 1494 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID; in i40e_vsi_setup_queue_map() 1577 sections |= I40E_AQ_VSI_PROP_SCHED_VALID; in i40e_vsi_setup_queue_map() 1592 ctxt->info.valid_sections |= cpu_to_le16(sections); in i40e_vsi_setup_queue_map()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12811 struct bnx2x_fw_file_section *sections; in bnx2x_check_firmware() local 12823 sections = (struct bnx2x_fw_file_section *)fw_hdr; in bnx2x_check_firmware() 12827 for (i = 0; i < sizeof(*fw_hdr) / sizeof(*sections); i++) { in bnx2x_check_firmware() 12828 offset = be32_to_cpu(sections[i].offset); in bnx2x_check_firmware() 12829 len = be32_to_cpu(sections[i].len); in bnx2x_check_firmware()
|
/drivers/mtd/nand/ |
D | nand_base.c | 3074 s = ep->sections + i; in nand_flash_detect_ext_param_page()
|
/drivers/video/fbdev/ |
D | Kconfig | 212 where the screen is divided into rectangular sections (tiles), whereas
|