Home
last modified time | relevance | path

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

12345678910>>...35

/drivers/staging/media/av7110/
A Dav7110_ipack.c9 p->found = 0; in av7110_ipack_reset()
111 p->found = 0; in av7110_ipack_flush()
152 p->found++; in av7110_ipack_instant_repack()
159 p->found++; in av7110_ipack_instant_repack()
182 p->found++; in av7110_ipack_instant_repack()
202 p->found++; in av7110_ipack_instant_repack()
209 p->found++; in av7110_ipack_instant_repack()
216 p->found++; in av7110_ipack_instant_repack()
232 p->found++; in av7110_ipack_instant_repack()
240 p->found++; in av7110_ipack_instant_repack()
[all …]
/drivers/pinctrl/qcom/
A 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
63 the Qualcomm Technologies Inc. TLMM block found on the
72 the Qualcomm Technologies Inc. TLMM block found on the
191 TLMM block found in the Qualcomm QCM2290 platform.
198 TLMM block found in the Qualcomm QCS404 platform.
205 TLMM block found on the Qualcomm QCS615 platform.
212 TLMM block found on the Qualcomm QCS8300 platform.
[all …]
A 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 SM4250 platform.
87 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
96 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
105 (Low Power Island) found on the Qualcomm Technologies Inc SM8350
115 (Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform.
133 (Low Power Island) found on the Qualcomm Technologies Inc SM8550
[all …]
/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c770 if (found) { in ofdpa_flow_tbl_add()
806 if (found) { in ofdpa_flow_tbl_del()
815 if (found) { in ofdpa_flow_tbl_del()
1086 if (found) { in ofdpa_group_tbl_add()
1118 if (found) { in ofdpa_group_tbl_del()
1127 if (found) { in ofdpa_group_tbl_del()
1922 if (found) { in ofdpa_port_fdb()
2244 if (found) { in ofdpa_port_internal_vlan_id_get()
2246 goto found; in ofdpa_port_internal_vlan_id_get()
2256 goto found; in ofdpa_port_internal_vlan_id_get()
[all …]
/drivers/pci/pcie/
A Dpme.c105 bool found = false; in pcie_pme_from_pci_bridge() local
117 found = true; in pcie_pme_from_pci_bridge()
122 return found; in pcie_pme_from_pci_bridge()
135 bool found = false; in pcie_pme_handle_request() local
144 found = true; in pcie_pme_handle_request()
168 if (found) in pcie_pme_handle_request()
176 found = true; in pcie_pme_handle_request()
183 if (found) { in pcie_pme_handle_request()
185 found = pci_check_pme_status(dev); in pcie_pme_handle_request()
186 if (found) { in pcie_pme_handle_request()
[all …]
/drivers/gpu/drm/i915/gt/
A 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/
A 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/
A 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()
127 found = true; in fill_action_fields()
135 if (!found) in fill_action_fields()
268 if (!found) in cxgb4_config_knode()
289 if (!found) in cxgb4_config_knode()
377 found = true; in cxgb4_delete_knode()
393 found = true; in cxgb4_delete_knode()
[all …]
/drivers/connector/
A 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/
A 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/gpu/drm/bridge/imx/
A DKconfig24 Choose this to enable support for the internal HDMI encoder found
32 Video Interface found on the Freescale i.MX8MP SoC.
41 Choose this to enable the internal LVDS Display Bridge(LDB) found in
51 Choose this to enable the internal LVDS Display Bridge(LDB) found in
60 Choose this to enable pixel combiner found in
69 Choose this to enable display pixel link found in
78 found in Freescale i.MX8qxp processor.
88 Choose this to enable MIPI DSI controller found in Freescale i.MX93
/drivers/w1/
A Dw1_int.c93 int id, found; in w1_add_master_device() local
109 found = 0; in w1_add_master_device()
112 found = 1; in w1_add_master_device()
116 } while (found); in w1_add_master_device()
221 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local
228 found = dev; in w1_remove_master_device()
233 if (!found) { in w1_remove_master_device()
238 __w1_remove_master_device(found); in w1_remove_master_device()
/drivers/md/dm-vdo/indexer/
A Dindex.c362 bool *found) in get_record_from_zone() argument
367 *found = true; in get_record_from_zone()
370 *found = false; in get_record_from_zone()
434 if (found) in search_index_zone()
470 found = true; in search_index_zone()
472 found = false; in search_index_zone()
477 &found); in search_index_zone()
482 if (found) in search_index_zone()
539 bool found; in remove_from_index_zone() local
549 if (!found) { in remove_from_index_zone()
[all …]
/drivers/char/hw_random/
A DKconfig71 Generator hardware found on Airoha SoC.
84 Generator hardware found on Atmel AT91 devices.
148 Generator hardware found on the AMD Geode LX.
161 Generator hardware found on Niagara2 cpus.
214 Generator hardware found on OMAP34xx processors.
227 Generator hardware found on Octeon processors.
380 Generator hardware found on STi series of SoCs.
391 Generator hardware found on APM X-Gene SoC.
418 Generator hardware found on a PIC32.
459 Generator hardware found on Cavium SoCs.
[all …]
/drivers/hid/
A Dhid-uclogic-params.c319 found = true; in uclogic_params_pen_init_v1()
321 *pfound = found; in uclogic_params_pen_init_v1()
481 found = true; in uclogic_params_pen_init_v2()
490 *pfound = found; in uclogic_params_pen_init_v2()
610 found = true; in uclogic_params_frame_init_v1()
613 *pfound = found; in uclogic_params_frame_init_v1()
838 bool found; in uclogic_params_huion_init() local
1017 if (found) { in uclogic_params_huion_init()
1676 bool found; in uclogic_params_init() local
1750 if (!found) { in uclogic_params_init()
[all …]
/drivers/dma/idxd/
A Dsubmit.c100 struct idxd_desc *d, *t, *found = NULL; in llist_abort_desc() local
114 found = desc; in llist_abort_desc()
125 if (!found) in llist_abort_desc()
126 found = list_abort_desc(wq, ie, desc); in llist_abort_desc()
129 if (found) in llist_abort_desc()
130 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, false, in llist_abort_desc()
141 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, true, in llist_abort_desc()
/drivers/pci/hotplug/
A 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/net/mdio/
A DKconfig34 This module provides a driver for the MDIO busses found in the
41 This driver supports the MDIO interface found in the network
49 This module provides a driver for the MDIO busses found in the
80 This module provides a driver for the MDIO busses found in the
88 This hardware can be found in the Broadcom GENET Ethernet MAC
109 This module provides a driver for the MDIO busses found in the
141 This driver supports the MDIO interface found in the network
159 This driver supports the MDIO interface found in Qualcomm
167 This driver supports the MDIO interface found in the network
174 This driver supports the MDIO interface found in the Realtek
[all …]
/drivers/gpu/drm/xe/
A Dxe_uc_fw.c334 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in guc_read_css_info()
359 struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type]; in xe_uc_fw_check_version_requirements() local
369 if (wanted->major != found->major || in xe_uc_fw_check_version_requirements()
371 ((wanted->minor != found->minor) || in xe_uc_fw_check_version_requirements()
372 (wanted->patch != found->patch)))) { in xe_uc_fw_check_version_requirements()
375 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
380 if (wanted->minor > found->minor || in xe_uc_fw_check_version_requirements()
381 (wanted->minor == found->minor && wanted->patch > found->patch)) { in xe_uc_fw_check_version_requirements()
385 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
749 &uc_fw->versions.found[XE_UC_FW_VER_RELEASE], in uc_fw_request()
[all …]
/drivers/phy/renesas/
A 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/video/fbdev/omap2/omapfb/
A 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()
285 found = 0; in store_overlays()
289 found = 1; in store_overlays()
[all …]
/drivers/net/wireless/mediatek/mt76/mt76x0/
A 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/media/platform/qcom/iris/
A Diris_hfi_gen1_response.c349 bool found = false; in iris_hfi_gen1_session_etb_done() local
358 found = true; in iris_hfi_gen1_session_etb_done()
362 if (!found) in iris_hfi_gen1_session_etb_done()
405 bool found = false; in iris_hfi_gen1_session_ftb_done() local
428 found = false; in iris_hfi_gen1_session_ftb_done()
436 if (found) { in iris_hfi_gen1_session_ftb_done()
447 found = (buf->index == output_tag && in iris_hfi_gen1_session_ftb_done()
450 if (found) in iris_hfi_gen1_session_ftb_done()
454 if (!found) in iris_hfi_gen1_session_ftb_done()
579 bool found = false; in iris_hfi_gen1_handle_response() local
[all …]
/drivers/net/wireless/intel/iwlwifi/mvm/
A Doffloading.c125 bool found = false; in iwl_mvm_send_proto_offload() local
140 found = true; in iwl_mvm_send_proto_offload()
142 if (found) { in iwl_mvm_send_proto_offload()
147 bool found = false; in iwl_mvm_send_proto_offload() local
161 found = true; in iwl_mvm_send_proto_offload()
164 if (found) { in iwl_mvm_send_proto_offload()
/drivers/pinctrl/aspeed/
A 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()

Completed in 74 milliseconds

12345678910>>...35