Home
last modified time | relevance | path

Searched full:leave (Results 1 – 25 of 2360) sorted by relevance

12345678910>>...95

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dia_css_isp_params.c117 "ia_css_process_anr() leave:\n"); in ia_css_process_anr()
152 "ia_css_process_anr2() leave:\n"); in ia_css_process_anr2()
185 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() leave:\n"); in ia_css_process_bh()
199 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() leave:\n"); in ia_css_process_bh()
234 "ia_css_process_cnr() leave:\n"); in ia_css_process_cnr()
269 "ia_css_process_crop() leave:\n"); in ia_css_process_crop()
304 "ia_css_process_csc() leave:\n"); in ia_css_process_csc()
337 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_dp() leave:\n"); in ia_css_process_dp()
372 "ia_css_process_bnr() leave:\n"); in ia_css_process_bnr()
405 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_de() leave:\n"); in ia_css_process_de()
[all …]
Dia_css_isp_states.c41 "ia_css_initialize_aa_state() leave:\n"); in ia_css_initialize_aa_state()
65 "ia_css_initialize_cnr_state() leave:\n"); in ia_css_initialize_cnr_state()
89 "ia_css_initialize_cnr2_state() leave:\n"); in ia_css_initialize_cnr2_state()
113 "ia_css_initialize_dp_state() leave:\n"); in ia_css_initialize_dp_state()
137 "ia_css_initialize_de_state() leave:\n"); in ia_css_initialize_de_state()
161 "ia_css_initialize_tnr_state() leave:\n"); in ia_css_initialize_tnr_state()
185 "ia_css_initialize_ref_state() leave:\n"); in ia_css_initialize_ref_state()
209 "ia_css_initialize_ynr_state() leave:\n"); in ia_css_initialize_ynr_state()
/linux-6.12.1/drivers/scsi/qla4xxx/
Dql4_bsg.c27 goto leave; in qla4xxx_read_flash()
32 goto leave; in qla4xxx_read_flash()
39 goto leave; in qla4xxx_read_flash()
52 goto leave; in qla4xxx_read_flash()
71 leave: in qla4xxx_read_flash()
93 goto leave; in qla4xxx_update_flash()
98 goto leave; in qla4xxx_update_flash()
105 goto leave; in qla4xxx_update_flash()
119 goto leave; in qla4xxx_update_flash()
136 leave: in qla4xxx_update_flash()
[all …]
/linux-6.12.1/tools/testing/selftests/hid/tests/
Dbase_gamepad.py94 where ``None`` is "leave unchanged"
96 where ``None`` is "leave unchanged"
99 where ``None`` is "leave unchanged"
101 where ``None`` is "leave unchanged"
156 where ``None`` is "leave unchanged"
158 where ``None`` is "leave unchanged"
160 where ``None`` is "leave unchanged"
162 where ``None`` is "leave unchanged"
216 where ``None`` is "leave unchanged"
218 where ``None`` is "leave unchanged"
[all …]
/linux-6.12.1/fs/ocfs2/
Dnamei.c276 goto leave; in ocfs2_mknod()
283 goto leave; in ocfs2_mknod()
289 goto leave; in ocfs2_mknod()
297 goto leave; in ocfs2_mknod()
305 goto leave; in ocfs2_mknod()
313 goto leave; in ocfs2_mknod()
323 goto leave; in ocfs2_mknod()
333 goto leave; in ocfs2_mknod()
349 goto leave; in ocfs2_mknod()
356 goto leave; in ocfs2_mknod()
[all …]
/linux-6.12.1/arch/x86/math-emu/
Dwm_shrx.S57 leave
72 leave
86 leave
94 leave
148 leave
165 leave
191 leave
205 leave
Dshr_Xsig.S47 leave
63 leave
78 leave
87 leave
Dreg_norm.S74 leave
140 leave
148 leave
/linux-6.12.1/drivers/usb/storage/
Ddatafab.c194 goto leave; in datafab_read_data()
199 goto leave; in datafab_read_data()
212 leave: in datafab_read_data()
282 goto leave; in datafab_write_data()
287 goto leave; in datafab_write_data()
292 goto leave; in datafab_write_data()
297 goto leave; in datafab_write_data()
307 leave: in datafab_write_data()
345 goto leave; in datafab_determine_lun()
352 goto leave; in datafab_determine_lun()
[all …]
Dsddr55.c260 goto leave; in sddr55_read_data()
269 goto leave; in sddr55_read_data()
278 goto leave; in sddr55_read_data()
285 goto leave; in sddr55_read_data()
300 leave: in sddr55_read_data()
384 * leave 16 unused blocks at start (or as many as in sddr55_write_data()
386 * block when it shouldn't if we don't leave space. in sddr55_write_data()
404 goto leave; in sddr55_write_data()
439 goto leave; in sddr55_write_data()
453 goto leave; in sddr55_write_data()
[all …]
Djumpshot.c204 goto leave; in jumpshot_read_data()
209 goto leave; in jumpshot_read_data()
224 leave: in jumpshot_read_data()
286 goto leave; in jumpshot_write_data()
291 goto leave; in jumpshot_write_data()
316 leave: in jumpshot_write_data()
344 goto leave; in jumpshot_id_device()
351 goto leave; in jumpshot_id_device()
361 leave: in jumpshot_id_device()
/linux-6.12.1/include/linux/mfd/
Dmax8998.h74 * If it equals 0, leave it unchanged.
77 * If it equals 0, leave it unchanged.
80 * If it equals 0, leave it unchanged.
81 * Otherwise, leave it unchanged.
/linux-6.12.1/scripts/
Dget_abi.pl684 my $leave;
689 $leave = $l;
690 $leave =~ s,/$,,;
691 $leave =~ s,.*/,,;
692 $leave =~ s/[\(\)]//g;
694 # $leave is used to improve search performance at
697 # hint about a leave with the same name somewhere else.
698 # However, there are a few occurences where the leave is
701 if ($leave =~ m/\.\*/ || $leave eq "" || $leave =~ /\\d/) {
702 $leave = "others";
[all …]
/linux-6.12.1/lib/crypto/mpi/
Dmpi-inline.h37 goto leave; in mpihelp_add_1()
42 leave: in mpihelp_add_1()
80 goto leave; in mpihelp_sub_1()
85 leave: in mpihelp_sub_1()
/linux-6.12.1/drivers/media/pci/ivtv/
Divtv-cards.h216 u16 direction; /* DIR setting. Leave to 0 if no init is needed */
221 u16 mask; /* leave to 0 if not supported */
228 u16 mask; /* leave to 0 if not supported */
235 u16 mask; /* leave to 0 if not supported */
240 u16 mask; /* leave to 0 if not supported */
249 u16 mask; /* leave to 0 if not supported */
256 u16 mask; /* leave to 0 if not supported */
/linux-6.12.1/drivers/clk/ti/
Dclkt_dflt.c37 * _wait_idlest_generic - wait for a module to leave the idle state
44 * Wait for a module to leave idle, where its idle-status register is
46 * promptly, or 0 if the module did not leave idle before the timeout
76 * _omap2_module_wait_ready - wait for an OMAP module to leave IDLE
81 * indicate readiness (i.e., to leave IDLE). This code does not
190 * this clock to leave idle (if applicable). Returns the error value
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/debug/interface/
Dia_css_debug.h90 "%s(): enter: leave: " fmt "\n", __func__, ##__VA_ARGS__)
94 "%s(): leave: " fmt "\n", __func__, ##__VA_ARGS__)
99 "%s() %d: leave: return_err=%d\n", __func__, __LINE__, __err)
101 /* Use this macro for logging other than enter/leave.
115 "%s(): leave: " fmt "\n", __func__, ##__VA_ARGS__)
120 "%s() %d: leave: return_err=%d\n", __func__, __LINE__, __err)
125 "%s(): enter: leave: " fmt "\n", __func__, ##__VA_ARGS__)
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c299 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_start()
322 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_stop()
348 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_set_rekey_data()
391 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_suspend()
558 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_resume()
608 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n"); in iwlagn_mac_set_key()
692 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_set_key()
765 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_ampdu_action()
919 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_sta_state()
1005 IWL_DEBUG_MAC80211(priv, "leave\n"); in iwlagn_mac_channel_switch()
[all …]
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dps.c19 rtw_err(rtwdev, "leave idle state failed\n"); in rtw_ips_pwr_up()
60 rtw_err(rtwdev, "failed to leave ips state\n"); in rtw_leave_ips()
121 /* Driver needs to wait for firmware to leave LPS state in __rtw_fw_leave_lps_check_reg()
167 rtw_warn(rtwdev, "firmware failed to leave lps state\n"); in rtw_fw_leave_lps_check()
265 "Should leave deep PS before leaving LPS\n"); in __rtw_leave_lps()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-power-rt946712 only 'VBUS' or 'Power key" pressed can make it leave this mode.
13 'Disable' also can help to leave it, but it's more like to
Dsysfs-class-power-rt947110 shipping mode, only 'VBUS' or 'Power key" pressed can make it leave this
11 mode. 'Disable' also can help to leave it, but it's more like to abort
/linux-6.12.1/fs/ocfs2/dlm/
Ddlmunlock.c129 goto leave; in dlmunlock_common()
134 goto leave; in dlmunlock_common()
145 goto leave; in dlmunlock_common()
224 leave: in dlmunlock_common()
268 /* leave DLM_LKSB_PUT_LVB on the lksb so any final in dlm_commit_pending_unlock()
445 goto leave; in dlm_unlock_lock_handler()
452 goto leave; in dlm_unlock_lock_handler()
459 goto leave; in dlm_unlock_lock_handler()
515 leave: in dlm_unlock_lock_handler()
/linux-6.12.1/arch/powerpc/sysdev/
D6xx-suspend.S3 * Enter and leave sleep state on chips with 6xx-style HID0
4 * power management bits, which don't leave sleep state via reset.
/linux-6.12.1/arch/mips/sgi-ip22/
DPlatform4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
21 # Set the load address to >= 0xa800000020080000 if you want to leave space for
/linux-6.12.1/arch/um/include/asm/
Dfixmap.h45 * Leave one empty page between vmalloc'ed areas and
46 * the start of the fixmap, and leave one page empty

12345678910>>...95