Home
last modified time | relevance | path

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

12345678910>>...33

/drivers/staging/media/av7110/
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/pinctrl/qcom/
DKconfig.msm9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
30 the Qualcomm Technologies Inc. TLMM block found on the
39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
46 Qualcomm Technologies Inc TLMM block found on the Qualcomm
54 the Qualcomm Technologies Inc. TLMM block found on the
63 the Qualcomm Technologies Inc. TLMM block found on the
72 the Qualcomm Technologies Inc. TLMM block found on the
81 Qualcomm Technologies Inc TLMM block found on the Qualcomm
[all …]
DKconfig31 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
46 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
60 (Low Power Island) found on the Qualcomm Technologies Inc SoCs.
69 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 platform.
78 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
87 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
96 (Low Power Island) found on the Qualcomm Technologies Inc SM8350
106 (Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform.
115 (Low Power Island) found on the Qualcomm Technologies Inc SC8280XP platform.
124 (Low Power Island) found on the Qualcomm Technologies Inc SM8550
/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.c27 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
41 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
42 if (found != ia_freq) { in gen6_verify_ring_freq()
46 found, ia_freq); in gen6_verify_ring_freq()
51 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
52 if (found != ring_freq) { in gen6_verify_ring_freq()
56 found, ring_freq); in gen6_verify_ring_freq()
/drivers/accel/habanalabs/common/
Dasid.c34 unsigned long found; in hl_asid_alloc() local
38 found = find_first_zero_bit(hdev->asid_bitmap, in hl_asid_alloc()
40 if (found == hdev->asic_prop.max_asid) in hl_asid_alloc()
41 found = 0; in hl_asid_alloc()
43 set_bit(found, hdev->asid_bitmap); in hl_asid_alloc()
47 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/phy/amlogic/
DKconfig11 Enable this to support the HDMI TX PHYs found in Meson8,
24 Enable this to support the Meson USB2 PHYs found in Meson8,
36 Enable this to support the Meson USB2 PHYs found in Meson
48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A
59 Enable this to support the Meson USB2 PHYs found in Meson
70 Enable this to support the Meson USB3 + PCIE Combo PHY found
81 Enable this to support the Meson MIPI + PCIE PHY found
94 found in Meson AXG SoCs.
105 Enable this to support the Meson MIPI DPHY found in Meson AXG
/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/dma/idxd/
Dsubmit.c98 struct idxd_desc *d, *t, *found = NULL; in llist_abort_desc() local
112 found = desc; in llist_abort_desc()
123 if (!found) in llist_abort_desc()
124 found = list_abort_desc(wq, ie, desc); in llist_abort_desc()
127 if (found) in llist_abort_desc()
128 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, false); in llist_abort_desc()
138 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, true); in llist_abort_desc()
/drivers/hid/
Dhid-uclogic-params.c235 bool found = false; in uclogic_params_pen_init_v1() local
317 found = true; in uclogic_params_pen_init_v1()
319 *pfound = found; in uclogic_params_pen_init_v1()
375 bool found = false; in uclogic_params_pen_init_v2() local
479 found = true; in uclogic_params_pen_init_v2()
488 *pfound = found; in uclogic_params_pen_init_v2()
567 bool found = false; in uclogic_params_frame_init_v1() local
608 found = true; in uclogic_params_frame_init_v1()
611 *pfound = found; in uclogic_params_frame_init_v1()
836 bool found; in uclogic_params_huion_init() local
[all …]
/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/phy/renesas/
DKconfig11 Support for Ethernet SERDES found on Renesas R-Car S4-8 SoCs.
18 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
25 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
35 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
42 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
/drivers/char/hw_random/
DKconfig44 Generator hardware found on Intel i8xx-based motherboards.
58 Generator hardware found on AMD 76x-based motherboards.
71 Generator hardware found on Atmel AT91 devices.
95 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs.
108 hardware found on the Broadcom iProc and STB SoCs.
122 Generator hardware found on the AMD Geode LX.
135 Generator hardware found on Niagara2 cpus.
148 Generator hardware found on VIA based motherboards.
161 Number Generator hardware found on the Intel IXP45x/46x NPU.
174 Generator hardware found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx
[all …]
/drivers/gpu/drm/bridge/imx/
DKconfig13 Choose this to enable the internal LVDS Display Bridge(LDB) found in
23 Choose this to enable the internal LVDS Display Bridge(LDB) found in
32 Choose this to enable pixel combiner found in
41 Choose this to enable display pixel link found in
50 found in Freescale i.MX8qxp processor.
/drivers/video/fbdev/omap2/omapfb/
Domapfb-sysfs.c206 int found; in store_overlays() local
218 found = 0; in store_overlays()
221 found = 1; in store_overlays()
226 if (!found) in store_overlays()
244 int t, found; in store_overlays() local
248 found = 0; in store_overlays()
252 found = 1; in store_overlays()
257 if (found) in store_overlays()
281 int t, found; in store_overlays() local
285 found = 0; in store_overlays()
[all …]
/drivers/net/wireless/mediatek/mt76/mt76x0/
Deeprom.c295 int found; in mt76x0_load_eeprom() local
297 found = mt76_eeprom_init(&dev->mt76, MT76X0_EEPROM_SIZE); in mt76x0_load_eeprom()
298 if (found < 0) in mt76x0_load_eeprom()
299 return found; in mt76x0_load_eeprom()
301 if (found && !mt76x0_check_eeprom(dev)) in mt76x0_load_eeprom()
304 found = mt76x0_efuse_physical_size_check(dev); in mt76x0_load_eeprom()
305 if (found < 0) in mt76x0_load_eeprom()
306 return found; in mt76x0_load_eeprom()
/drivers/net/wireless/intel/iwlwifi/mvm/
Doffloading.c124 bool found = false; in iwl_mvm_send_proto_offload() local
139 found = true; in iwl_mvm_send_proto_offload()
141 if (found) { in iwl_mvm_send_proto_offload()
146 bool found = false; in iwl_mvm_send_proto_offload() local
160 found = true; in iwl_mvm_send_proto_offload()
163 if (found) { in iwl_mvm_send_proto_offload()
/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c163 char *found = NULL; in get_defined_attribute() local
175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute()
177 kfree(found); in get_defined_attribute()
181 found = expanded; in get_defined_attribute()
182 found[len] = '\0'; in get_defined_attribute()
185 strcat(found, str); in get_defined_attribute()
186 strcat(found, ", "); in get_defined_attribute()
194 kfree(found); in get_defined_attribute()
198 found[len - 2] = '\0'; in get_defined_attribute()
200 return found; in get_defined_attribute()
/drivers/memory/tegra/
DKconfig8 This driver supports the Memory Controller (MC) hardware found on
21 This driver is for the External Memory Controller (EMC) found on
33 This driver is for the External Memory Controller (EMC) found on
45 This driver is for the External Memory Controller (EMC) found on
59 This driver is for the External Memory Controller (EMC) found on
/drivers/net/mdio/
DKconfig53 This driver supports the MDIO interface found in the network
61 This module provides a driver for the MDIO busses found in the
71 controllers found in the ASPEED AST2600 SoC. This is a driver for the
73 revisions are the "old" and "new" interfaces found in the AST2400 and
93 This module provides a driver for the MDIO busses found in the
101 This hardware can be found in the Broadcom GENET Ethernet MAC
122 This module provides a driver for the MDIO busses found in the
148 This driver supports the MIIM (MDIO) interface found in the network
156 This driver supports the MDIO interface found in the network
176 This driver supports the MDIO interface found in Qualcomm
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c88 struct drm_connector *connector, *found = NULL; in amdgpu_get_connector_for_encoder() local
96 found = connector; in amdgpu_get_connector_for_encoder()
101 return found; in amdgpu_get_connector_for_encoder()
109 struct drm_connector *connector, *found = NULL; in amdgpu_get_connector_for_encoder_init() local
117 found = connector; in amdgpu_get_connector_for_encoder_init()
122 return found; in amdgpu_get_connector_for_encoder_init()

12345678910>>...33