/drivers/media/pci/ttpci/ |
D | av7110_ipack.c | 10 p->found = 0; in av7110_ipack_reset() 114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 116 p->plength = p->found - 6; in av7110_ipack_flush() 117 p->found = 0; in av7110_ipack_flush() 152 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 153 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack() 154 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 155 switch (p->found) { in av7110_ipack_instant_repack() 159 p->found++; in av7110_ipack_instant_repack() 161 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
D | dvb_filter.c | 24 int found = 0; in dvb_filter_get_ac3info() local 29 while ( !found && c < count){ in dvb_filter_get_ac3info() 33 found = 1; in dvb_filter_get_ac3info() 39 if (!found) return -1; in dvb_filter_get_ac3info()
|
/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 744 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 747 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 750 return found; in ofdpa_flow_tbl_find() 760 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local 761 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add() 768 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add() 770 if (found) { in ofdpa_flow_tbl_add() 771 match->cookie = found->cookie; in ofdpa_flow_tbl_add() [all …]
|
/drivers/misc/lkdtm/ |
D | stackleak.c | 16 unsigned long *sp, left, found, i; in lkdtm_STACKLEAK_ERASING() local 47 for (i = 0, found = 0; i < left && found <= check_depth; i++) { in lkdtm_STACKLEAK_ERASING() 49 found++; in lkdtm_STACKLEAK_ERASING() 51 found = 0; in lkdtm_STACKLEAK_ERASING() 54 if (found <= check_depth) { in lkdtm_STACKLEAK_ERASING() 61 (i - found) * sizeof(unsigned long)); in lkdtm_STACKLEAK_ERASING()
|
/drivers/pinctrl/qcom/ |
D | Kconfig | 17 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 25 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 33 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 41 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 49 the Qualcomm Technologies Inc. TLMM block found on the 59 Qualcomm TLMM block found in the Qualcomm 8660 platform. 67 Qualcomm TLMM block found in the Qualcomm 8960 platform. 75 Qualcomm TLMM block found in the Qualcomm 9615 platform. 83 Qualcomm TLMM block found in the Qualcomm 8974 platform. 91 Qualcomm TLMM block found on the Qualcomm 8916 platform. [all …]
|
/drivers/hid/ |
D | hid-uclogic-params.c | 142 bool found = false; in uclogic_params_pen_init_v1() local 224 found = true; in uclogic_params_pen_init_v1() 226 *pfound = found; in uclogic_params_pen_init_v1() 270 bool found = false; in uclogic_params_pen_init_v2() local 369 found = true; in uclogic_params_pen_init_v2() 371 *pfound = found; in uclogic_params_pen_init_v2() 451 bool found = false; in uclogic_params_frame_init_v1_buttonpad() local 490 found = true; in uclogic_params_frame_init_v1_buttonpad() 493 *pfound = found; in uclogic_params_frame_init_v1_buttonpad() 711 bool found; in uclogic_params_huion_init() local [all …]
|
/drivers/pci/pcie/ |
D | pme.c | 104 bool found = false; in pcie_pme_from_pci_bridge() local 116 found = true; in pcie_pme_from_pci_bridge() 121 return found; in pcie_pme_from_pci_bridge() 134 bool found = false; in pcie_pme_handle_request() local 143 found = true; in pcie_pme_handle_request() 154 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request() 166 found = pcie_pme_from_pci_bridge(bus, devfn); in pcie_pme_handle_request() 167 if (found) in pcie_pme_handle_request() 175 found = true; in pcie_pme_handle_request() 182 if (found) { in pcie_pme_handle_request() [all …]
|
/drivers/misc/habanalabs/ |
D | asid.c | 35 unsigned long found; in hl_asid_alloc() local 39 found = find_first_zero_bit(hdev->asid_bitmap, in hl_asid_alloc() 41 if (found == hdev->asic_prop.max_asid) in hl_asid_alloc() 42 found = 0; in hl_asid_alloc() 44 set_bit(found, hdev->asid_bitmap); in hl_asid_alloc() 48 return found; in hl_asid_alloc()
|
/drivers/connector/ |
D | cn_queue.c | 65 int found = 0; in cn_queue_add_callback() local 74 found = 1; in cn_queue_add_callback() 78 if (!found) in cn_queue_add_callback() 82 if (found) { in cn_queue_add_callback() 96 int found = 0; in cn_queue_del_callback() local 102 found = 1; in cn_queue_del_callback() 108 if (found) in cn_queue_del_callback()
|
/drivers/w1/ |
D | w1_int.c | 98 int id, found; in w1_add_master_device() local 114 found = 0; in w1_add_master_device() 117 found = 1; in w1_add_master_device() 121 } while (found); in w1_add_master_device() 226 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local 233 found = dev; in w1_remove_master_device() 238 if (!found) { in w1_remove_master_device() 243 __w1_remove_master_device(found); in w1_remove_master_device()
|
/drivers/char/hw_random/ |
D | Kconfig | 44 Generator hardware found on Intel i8xx-based motherboards. 57 Generator hardware found on AMD 76x-based motherboards. 70 Generator hardware found on Atmel AT91 devices. 84 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs. 97 hardware found on the Broadcom iProc and STB SoCs. 110 Generator hardware found on the AMD Geode LX. 123 Generator hardware found on Niagara2 cpus. 136 Generator hardware found on VIA based motherboards. 149 Number Generator hardware found on the Intel IXP45x/46x NPU. 162 Generator hardware found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 52 bool found; in fill_match_fields() local 69 found = false; in fill_match_fields() 73 found = true; in fill_match_fields() 81 if (!found) in fill_match_fields() 117 bool found = false; in fill_action_fields() local 126 found = true; in fill_action_fields() 134 if (!found) in fill_action_fields() 217 bool found = false; in cxgb4_config_knode() local 251 found = true; in cxgb4_config_knode() 256 if (!found) in cxgb4_config_knode() [all …]
|
/drivers/pci/hotplug/ |
D | acpi_pcihp.c | 184 int *found = (int *)context; in check_hotplug() local 186 *found = 1; in check_hotplug() 200 int found = 0; in acpi_pci_detect_ejectable() local 203 return found; in acpi_pci_detect_ejectable() 206 check_hotplug, NULL, (void *)&found, NULL); in acpi_pci_detect_ejectable() 207 return found; in acpi_pci_detect_ejectable()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | offloading.c | 177 bool found = false; in iwl_mvm_send_proto_offload() local 192 found = true; in iwl_mvm_send_proto_offload() 194 if (found) { in iwl_mvm_send_proto_offload() 199 bool found = false; in iwl_mvm_send_proto_offload() local 213 found = true; in iwl_mvm_send_proto_offload() 216 if (found) { in iwl_mvm_send_proto_offload()
|
/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 205 int found; in store_overlays() local 217 found = 0; in store_overlays() 220 found = 1; in store_overlays() 225 if (!found) in store_overlays() 243 int t, found; in store_overlays() local 247 found = 0; in store_overlays() 251 found = 1; in store_overlays() 256 if (found) in store_overlays() 280 int t, found; in store_overlays() local 284 found = 0; in store_overlays() [all …]
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device.c | 1019 unsigned int found, start_search, cur_size; in kfd_gtt_sa_allocate() local 1039 found = find_next_zero_bit(kfd->gtt_sa_bitmap, in kfd_gtt_sa_allocate() 1043 pr_debug("Found = %d\n", found); in kfd_gtt_sa_allocate() 1046 if (found == kfd->gtt_sa_num_of_chunks) in kfd_gtt_sa_allocate() 1050 (*mem_obj)->range_start = found; in kfd_gtt_sa_allocate() 1051 (*mem_obj)->range_end = found; in kfd_gtt_sa_allocate() 1054 found, in kfd_gtt_sa_allocate() 1058 found, in kfd_gtt_sa_allocate() 1067 set_bit(found, kfd->gtt_sa_bitmap); in kfd_gtt_sa_allocate() 1076 kfd->gtt_sa_num_of_chunks, ++found); in kfd_gtt_sa_allocate() [all …]
|
/drivers/phy/amlogic/ |
D | Kconfig | 13 Enable this to support the Meson USB2 PHYs found in Meson8, 25 Enable this to support the Meson USB2 PHYs found in Meson 38 IP block found in Meson GXL and GXM SoCs. 48 Enable this to support the Meson USB2 PHYs found in Meson 59 Enable this to support the Meson USB3 + PCIE Combo PHY found
|
/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 155 char *found = NULL; in get_defined_attribute() local 167 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute() 169 kfree(found); in get_defined_attribute() 173 found = expanded; in get_defined_attribute() 174 found[len] = '\0'; in get_defined_attribute() 177 strcat(found, str); in get_defined_attribute() 178 strcat(found, ", "); in get_defined_attribute() 186 kfree(found); in get_defined_attribute() 190 found[len - 2] = '\0'; in get_defined_attribute() 192 return found; in get_defined_attribute()
|
/drivers/soc/xilinx/ |
D | xlnx_vcu.c | 301 const struct xvcu_pll_cfg *found = NULL; in xvcu_set_vcu_pll_info() local 362 found = cfg; in xvcu_set_vcu_pll_info() 372 if (!found) { in xvcu_set_vcu_pll_info() 384 vcu_pll_ctrl |= (found->fbdiv & VCU_PLL_CTRL_FBDIV_MASK) << in xvcu_set_vcu_pll_info() 428 cfg_val = (found->res << VCU_PLL_CFG_RES_SHIFT) | in xvcu_set_vcu_pll_info() 429 (found->cp << VCU_PLL_CFG_CP_SHIFT) | in xvcu_set_vcu_pll_info() 430 (found->lfhf << VCU_PLL_CFG_LFHF_SHIFT) | in xvcu_set_vcu_pll_info() 431 (found->lock_cnt << VCU_PLL_CFG_LOCK_CNT_SHIFT) | in xvcu_set_vcu_pll_info() 432 (found->lock_dly << VCU_PLL_CFG_LOCK_DLY_SHIFT); in xvcu_set_vcu_pll_info()
|
/drivers/phy/renesas/ |
D | Kconfig | 10 Support for USB PHY found on Renesas R-Car generation 2 SoCs. 17 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 27 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 34 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
|
/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | eeprom.c | 307 int found; in mt76x0_load_eeprom() local 309 found = mt76_eeprom_init(&dev->mt76, MT76X0_EEPROM_SIZE); in mt76x0_load_eeprom() 310 if (found < 0) in mt76x0_load_eeprom() 311 return found; in mt76x0_load_eeprom() 313 if (found && !mt76x0_check_eeprom(dev)) in mt76x0_load_eeprom() 316 found = mt76x0_efuse_physical_size_check(dev); in mt76x0_load_eeprom() 317 if (found < 0) in mt76x0_load_eeprom() 318 return found; in mt76x0_load_eeprom()
|
/drivers/scsi/arm/ |
D | queue.c | 261 int found = 0; in queue_probetgtlun() local 267 found = 1; in queue_probetgtlun() 273 return found; in queue_probetgtlun() 287 int found = 0; in queue_remove_cmd() local 294 found = 1; in queue_remove_cmd() 300 return found; in queue_remove_cmd()
|
/drivers/net/xen-netback/ |
D | hash.c | 40 bool found; in xenvif_add_hash() local 52 found = false; in xenvif_add_hash() 58 found = true; in xenvif_add_hash() 63 if (!found) { in xenvif_add_hash() 76 if (found) in xenvif_add_hash() 119 bool found; in xenvif_find_hash() local 129 found = false; in xenvif_find_hash() 136 found = true; in xenvif_find_hash() 143 if (!found) in xenvif_find_hash()
|
/drivers/xen/xen-pciback/ |
D | passthrough.c | 124 int found; in __xen_pcibk_publish_pci_roots() local 133 found = 0; in __xen_pcibk_publish_pci_roots() 135 for (; !found && dev != NULL; dev = dev->bus->self) { in __xen_pcibk_publish_pci_roots() 138 found = 1; in __xen_pcibk_publish_pci_roots() 147 if (!found) { in __xen_pcibk_publish_pci_roots()
|
/drivers/nvme/host/ |
D | multipath.c | 180 struct nvme_ns *found = NULL, *fallback = NULL, *ns; in __nvme_find_path() local 195 found = ns; in __nvme_find_path() 209 if (!found) in __nvme_find_path() 210 found = fallback; in __nvme_find_path() 211 if (found) in __nvme_find_path() 212 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path() 213 return found; in __nvme_find_path() 229 struct nvme_ns *ns, *found, *fallback = NULL; in nvme_round_robin_path() local 244 found = ns; in nvme_round_robin_path() 253 found = fallback; in nvme_round_robin_path() [all …]
|