Home
last modified time | relevance | path

Searched full:raise (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c56 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
83 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
121 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
153 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_read_rf_reg_hdl()
186 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_set_data_rate_hdl()
216 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_start_test_hdl()
231 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_stop_test_hdl()
260 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_set_channel_direct_call_hdl()
288 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_set_bandwidth_hdl()
310 _irqlevel_changed_(&oldirql, RAISE); in rtl8188eu_oid_rt_pro_set_antenna_bb_hdl()
[all …]
/Linux-v5.15/scripts/gdb/linux/
Drbtree.py17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
81 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
112 raise gdb.GdbError("No entry in tree")
132 raise gdb.GdbError("No entry in tree")
152 raise gdb.GdbError("No entry in tree")
172 raise gdb.GdbError("No entry in tree")
Ddevice.py53 raise gdb.GdbError("Can't find bus type {!r}".format(name))
60 raise gdb.GdbError("Can't find device class {!r}".format(name))
112 raise gdb.GdbError("Can't find bus {!r}".format(arg))
143 raise gdb.GdbError('Please provide pointer to struct device')
146 raise gdb.GdbError('Please provide pointer to struct device')
Dproc.py157 raise gdb.GdbError("Provide a PID as integer value")
163 raise gdb.GdbError("Couldn't find a process with PID {}"
168 raise gdb.GdbError("No namespace for current process")
236 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n")
250 raise gdb.GdbError("No flattened device tree magic found\n")
267 raise gdb.GdbError("Could not open file to dump fdt")
Dlists.py27 raise TypeError("Must be struct list_head not {}"
50 raise TypeError("Must be struct hlist_head not {}"
69 raise gdb.GdbError('argument must be of type (struct list_head [*])')
132 raise gdb.GdbError("lx-list-check takes one argument")
Dcpus.py35 raise gdb.GdbError("Sorry, obtaining the current CPU is not yet "
174 raise gdb.GdbError("Sorry, obtaining the current task is not allowed "
177 raise gdb.GdbError("Sorry, obtaining the current task is not yet "
Dtasks.py63 raise gdb.GdbError("No task of PID " + str(pid))
137 raise gdb.GdbError("No task of PID " + str(pid))
/Linux-v5.15/scripts/
Dspdxcheck.py51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
62raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
68raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
104 raise ParserException(tok, 'Invalid License ID')
108 raise ParserException(tok, 'Invalid Exception ID')
110 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)
131 raise ParserException(tok, 'Missing parentheses')
146 raise ParserException(tok, 'Invalid token')
158 raise ParserException(None, 'Unfinished license expression')
160 raise ParserException(p, 'Syntax error')
Dshow_delta43 # raise an exception if no timing data was found
46 raise ValueError
/Linux-v5.15/tools/testing/kunit/
Dkunit_kernel.py57 raise ConfigError('Could not call make command: ' + str(e))
59 raise ConfigError(e.output.decode())
65 raise ConfigError('Only the "um" arch is supported for alltests')
79 raise ConfigError('Could not call make command: ' + str(e))
81 raise ConfigError(e.output.decode())
97 raise BuildError('Could not call execute make: ' + str(e))
99 raise BuildError(e.output)
102 raise BuildError(stderr.decode())
206 raise ConfigError(arch + ' is not a valid arch')
255 raise ConfigError(f'Specified kunitconfig ({kunitconfig_path}) does not exist')
/Linux-v5.15/Documentation/sphinx/
Dkernel_include.py67 raise self.severe(
85 raise self.warning('"%s" directive disabled.' % self.name)
109 raise self.severe('Problems with "%s" directive path:\n'
114 raise self.severe('Problems with "%s" directive path:\n%s.' %
125 raise self.severe('Problem with "%s" directive:\n%s' %
134 raise self.severe('Problem with "start-after" option of "%s" '
142 raise self.severe('Problem with "end-before" option of "%s" '
162 raise self.error(':number-lines: with non-integer '
Dkernel_feat.py81 raise self.warning("docutils: file insertion disabled")
123 raise self.severe(
128 raise self.severe(u"problems with '%s' directive: %s."
Dkernel_abi.py79 raise self.warning("docutils: file insertion disabled")
121 raise self.severe(
126 raise self.severe(u"problems with '%s' directive: %s."
/Linux-v5.15/lib/
Dnmi_backtrace.c31 * When raise() is called it will be passed a pointer to the
33 * directly from their raise() functions may rely on the mask
38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace()
67 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/Linux-v5.15/Documentation/PCI/endpoint/
Dpci-test-function.rst44 Bit 0 raise legacy IRQ
45 Bit 1 raise MSI IRQ
46 Bit 2 raise MSI-X IRQ
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/Linux-v5.15/Documentation/misc-devices/
Dpci-endpoint-test.rst16 #) raise legacy IRQ
17 #) raise MSI IRQ
18 #) raise MSI-X IRQ
/Linux-v5.15/drivers/net/wireless/ath/ath5k/
Dani.c44 * raise or lower immunity accordingly by setting one or more of these
50 * threshold of errors has been reached we will raise immunity.
51 * Also we regularly check the amount of errors and lower or raise immunity as
219 * Try to raise noise immunity (=decrease sensitivity) in several steps
228 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "raise immunity (%s)", in ath5k_ani_raise_immunity()
231 /* first: raise noise immunity */ in ath5k_ani_raise_immunity()
237 /* only OFDM: raise spur immunity level */ in ath5k_ani_raise_immunity()
267 /* as a last resort or CCK: raise firstep level */ in ath5k_ani_raise_immunity()
274 * but can raise firstep level */ in ath5k_ani_raise_immunity()
467 * receive ("listen" time) and raise or lower immunity accordingly.
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py73 raise SkipTest()
79 raise SkipTest()
111 raise SkipTest()
114 raise SkipTest()
118 raise RecordValuePickerException()
406 raise UnavailableDevlinkNameException()
/Linux-v5.15/arch/m68k/fpsp040/
Dslog2.S32 | Step 0. If X < 0, create a NaN and raise the invalid operation
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
61 | Step 0. If X < 0, create a NaN and raise the invalid operation
76 | Step 0. If X < 0, create a NaN and raise the invalid operation
/Linux-v5.15/tools/perf/tests/
Dperf-hooks.c14 raise(SIGSEGV); in sigsegv_handler()
26 raise(SIGSEGV); in the_hook()
/Linux-v5.15/arch/arm/nwfpe/
Dfpmodule.c120 This function is called by the SoftFloat routines to raise a floating
121 point exception. We check the trap enable byte in the FPSR, and raise
164 /* Raise an exception if necessary. */ in float_raise()
/Linux-v5.15/tools/testing/selftests/tpm2/
Dtpm2_tests.py56 raise
106 raise
128 raise
212 # expect the second one to raise -EBUSY error
/Linux-v5.15/include/uapi/linux/
Dsecurebits.h15 compatibility mode. We raise the effective and inheritable bitmasks
17 0. If the real uid is 0, we raise the effective (legacy) bit of the
/Linux-v5.15/tools/testing/selftests/x86/
Dvdso_restorer.c70 raise(SIGUSR1); in main()
87 raise(SIGUSR1); in main()

12345678910>>...17