Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/drivers/media/pci/ttpci/
Dav7110_ipack.c10 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 …]
Ddvb_filter.c24 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/
Drocker_ofdpa.c744 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/
Dstackleak.c16 unsigned long *sp, left, found, i; in lkdtm_STACKLEAK_ERASING() local
49 for (i = 0, found = 0; i < left && found <= check_depth; i++) { in lkdtm_STACKLEAK_ERASING()
51 found++; in lkdtm_STACKLEAK_ERASING()
53 found = 0; in lkdtm_STACKLEAK_ERASING()
56 if (found <= check_depth) { in lkdtm_STACKLEAK_ERASING()
64 (i - found) * sizeof(unsigned long)); in lkdtm_STACKLEAK_ERASING()
/drivers/pinctrl/qcom/
DKconfig20 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
29 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
38 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
47 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
56 the Qualcomm Technologies Inc. TLMM block found on the
67 the Qualcomm Technologies Inc. TLMM block found on the
77 Qualcomm Technologies Inc TLMM block found on the Qualcomm
87 Qualcomm TLMM block found in the Qualcomm 8660 platform.
96 Qualcomm TLMM block found in the Qualcomm 8960 platform.
105 Qualcomm TLMM block found in the Qualcomm 9615 platform.
[all …]
/drivers/hid/
Dhid-uclogic-params.c144 bool found = false; in uclogic_params_pen_init_v1() local
226 found = true; in uclogic_params_pen_init_v1()
228 *pfound = found; in uclogic_params_pen_init_v1()
272 bool found = false; in uclogic_params_pen_init_v2() local
371 found = true; in uclogic_params_pen_init_v2()
373 *pfound = found; in uclogic_params_pen_init_v2()
453 bool found = false; in uclogic_params_frame_init_v1_buttonpad() local
494 found = true; in uclogic_params_frame_init_v1_buttonpad()
497 *pfound = found; in uclogic_params_frame_init_v1_buttonpad()
715 bool found; in uclogic_params_huion_init() local
[all …]
/drivers/pci/pcie/
Dpme.c104 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/gpu/drm/i915/gt/
Dselftest_llc.c29 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
44 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
45 if (found != ia_freq) { in gen6_verify_ring_freq()
49 found, ia_freq); in gen6_verify_ring_freq()
54 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
55 if (found != ring_freq) { in gen6_verify_ring_freq()
59 found, ring_freq); in gen6_verify_ring_freq()
/drivers/misc/habanalabs/common/
Dasid.c35 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/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c53 bool found; in fill_match_fields() local
70 found = false; in fill_match_fields()
74 found = true; in fill_match_fields()
82 if (!found) in fill_match_fields()
118 bool found = false; in fill_action_fields() local
127 found = true; in fill_action_fields()
135 if (!found) in fill_action_fields()
229 bool found = false; in cxgb4_config_knode() local
263 found = true; in cxgb4_config_knode()
268 if (!found) in cxgb4_config_knode()
[all …]
/drivers/connector/
Dcn_queue.c65 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/
Dw1_int.c97 int id, found; in w1_add_master_device() local
113 found = 0; in w1_add_master_device()
116 found = 1; in w1_add_master_device()
120 } while (found); in w1_add_master_device()
225 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local
232 found = dev; in w1_remove_master_device()
237 if (!found) { in w1_remove_master_device()
242 __w1_remove_master_device(found); in w1_remove_master_device()
/drivers/pci/hotplug/
Dacpi_pcihp.c184 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/char/hw_random/
DKconfig44 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.
94 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs.
107 hardware found on the Broadcom iProc and STB SoCs.
120 Generator hardware found on the AMD Geode LX.
133 Generator hardware found on Niagara2 cpus.
146 Generator hardware found on VIA based motherboards.
159 Number Generator hardware found on the Intel IXP45x/46x NPU.
172 Generator hardware found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx
[all …]
/drivers/phy/amlogic/
DKconfig14 Enable this to support the Meson USB2 PHYs found in Meson8,
26 Enable this to support the Meson USB2 PHYs found in Meson
37 Enable this to support the Meson USB2 PHYs found in Meson
48 Enable this to support the Meson USB3 + PCIE Combo PHY found
59 Enable this to support the Meson MIPI + PCIE PHY found
71 found in Meson AXG SoCs.
/drivers/net/wireless/intel/iwlwifi/mvm/
Doffloading.c177 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/
Domapfb-sysfs.c205 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/net/mdio/
DKconfig39 This driver supports the MDIO interface found in the network
47 This module provides a driver for the MDIO busses found in the
56 controllers found in the ASPEED AST2600 SoC. This is a driver for the
58 revisions are the "old" and "new" interfaces found in the AST2400 and
78 This module provides a driver for the MDIO busses found in the
86 This hardware can be found in the Broadcom GENET Ethernet MAC
107 This module provides a driver for the MDIO busses found in the
133 This driver supports the MIIM (MDIO) interface found in the network
141 This driver supports the MDIO interface found in the network
159 This driver supports the MDIO interface found in Qualcomm
[all …]
/drivers/memory/tegra/
DKconfig7 This driver supports the Memory Controller (MC) hardware found on
15 This driver is for the External Memory Controller (EMC) found on
25 This driver is for the External Memory Controller (EMC) found on
35 This driver is for the External Memory Controller (EMC) found on
49 This driver is for the External Memory Controller (EMC) found on
/drivers/soc/xilinx/
Dxlnx_vcu.c301 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/
DKconfig10 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/pinctrl/aspeed/
Dpinctrl-aspeed.c161 char *found = NULL; in get_defined_attribute() local
173 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute()
175 kfree(found); in get_defined_attribute()
179 found = expanded; in get_defined_attribute()
180 found[len] = '\0'; in get_defined_attribute()
183 strcat(found, str); in get_defined_attribute()
184 strcat(found, ", "); in get_defined_attribute()
192 kfree(found); in get_defined_attribute()
196 found[len - 2] = '\0'; in get_defined_attribute()
198 return found; in get_defined_attribute()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c1114 unsigned int found, start_search, cur_size; in kfd_gtt_sa_allocate() local
1134 found = find_next_zero_bit(kfd->gtt_sa_bitmap, in kfd_gtt_sa_allocate()
1138 pr_debug("Found = %d\n", found); in kfd_gtt_sa_allocate()
1141 if (found == kfd->gtt_sa_num_of_chunks) in kfd_gtt_sa_allocate()
1145 (*mem_obj)->range_start = found; in kfd_gtt_sa_allocate()
1146 (*mem_obj)->range_end = found; in kfd_gtt_sa_allocate()
1149 found, in kfd_gtt_sa_allocate()
1153 found, in kfd_gtt_sa_allocate()
1162 set_bit(found, kfd->gtt_sa_bitmap); in kfd_gtt_sa_allocate()
1171 kfd->gtt_sa_num_of_chunks, ++found); in kfd_gtt_sa_allocate()
[all …]
/drivers/net/wireless/mediatek/mt76/mt76x0/
Deeprom.c307 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/nvme/host/
Dmultipath.c165 struct nvme_ns *found = NULL, *fallback = NULL, *ns; in __nvme_find_path() local
180 found = ns; in __nvme_find_path()
194 if (!found) in __nvme_find_path()
195 found = fallback; in __nvme_find_path()
196 if (found) in __nvme_find_path()
197 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
198 return found; in __nvme_find_path()
214 struct nvme_ns *ns, *found = NULL; in nvme_round_robin_path() local
229 found = ns; in nvme_round_robin_path()
233 found = ns; in nvme_round_robin_path()
[all …]

12345678910>>...30