Home
last modified time | relevance | path

Searched full:handled (Results 1 – 25 of 3511) sorted by relevance

12345678910>>...141

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A DKconfig17 This option is not user-selectable but automagically handled by
33 This option is not user-selectable but automagically handled by
39 This option is not user-selectable but automagically handled by
47 This option is not user-selectable but automagically handled by
57 This option is not user-selectable but automagically handled by
82 This option is not user-selectable but automagically handled by
106 This option is not user-selectable but automagically handled by
125 This option is not user-selectable but automagically handled by
140 This option is not user-selectable but automagically handled by
155 This option is not user-selectable but automagically handled by
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/
H A Drtl8822be_ops.c284 static void rtl8822be_bcn_handler(PADAPTER Adapter, u32 handled[]) in rtl8822be_bcn_handler() argument
302 handled[0] |= BIT_TXBCN0OK_MSK; in rtl8822be_bcn_handler()
319 handled[0] |= BIT_TXBCN0ERR_MSK; in rtl8822be_bcn_handler()
338 handled[0] |= BIT_BCNDERR0_MSK; in rtl8822be_bcn_handler()
350 handled[0] |= BIT_BCNDMAINT0_MSK; in rtl8822be_bcn_handler()
355 static void rtl8822be_rx_handler(PADAPTER Adapter, u32 handled[]) in rtl8822be_rx_handler() argument
376 handled[0] |= pHalData->IntArray[0] & (BIT_RXOK | BIT_RDU); in rtl8822be_rx_handler()
377 handled[1] |= pHalData->IntArray[1] & (BIT_FOVW | BIT_RXERR_INT); in rtl8822be_rx_handler()
382 static void rtl8822be_tx_handler(PADAPTER Adapter, u32 events[], u32 handled[]) in rtl8822be_tx_handler() argument
389 handled[0] |= BIT_MGTDOK_MSK; in rtl8822be_tx_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c209 int handled = 1; in ep0_get_status() local
236 handled = -EINVAL; in ep0_get_status()
244 handled = -EINVAL; in ep0_get_status()
253 handled = 0; in ep0_get_status()
257 if (handled > 0) { in ep0_get_status()
269 handled = ret; in ep0_get_status()
271 return handled; in ep0_get_status()
277 int handled = 1; in handle_test_mode() local
298 handled = -EINVAL; in handle_test_mode()
320 return handled; in handle_test_mode()
[all …]
/OK3568_Linux_fs/docs/licenses/
H A DBUILDROOT_README44 WARNING: linux-headers: sources not saved (local packages not handled)
45 WARNING: rockchip-mali: sources not saved (local packages not handled)
47 WARNING: rockchip-rga: sources not saved (local packages not handled)
49 WARNING: linux: sources not saved (local packages not handled)
50 WARNING: camera-engine-rkaiq: sources not saved (local packages not handled)
51 WARNING: gstreamer1-rockchip: sources not saved (local packages not handled)
52 WARNING: rockchip-mpp: sources not saved (local packages not handled)
53 WARNING: rknpu2: sources not saved (local packages not handled)
54 WARNING: rktoolkit: sources not saved (local packages not handled)
55 WARNING: rkwifibt: sources not saved (local packages not handled)
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget_ep0.c55 int handled = 1; in service_tx_status_request() local
94 handled = -EINVAL; in service_tx_status_request()
105 handled = -EINVAL; in service_tx_status_request()
123 handled = 0; in service_tx_status_request()
128 if (handled > 0) { in service_tx_status_request()
136 return handled; in service_tx_status_request()
144 * @return 0 if the request was NOT HANDLED,
153 int handled = 0; /* not handled */ in service_in_request() local
159 handled = service_tx_status_request(musb, in service_in_request()
169 return handled; in service_in_request()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c62 int handled = 1; in service_tx_status_request() local
108 handled = -EINVAL; in service_tx_status_request()
126 handled = 0; in service_tx_status_request()
131 if (handled > 0) { in service_tx_status_request()
139 return handled; in service_tx_status_request()
147 * @return 0 if the request was NOT HANDLED,
156 int handled = 0; /* not handled */ in service_in_request() local
162 handled = service_tx_status_request(musb, in service_in_request()
172 return handled; in service_in_request()
202 * always handled here, except for class/vendor/... features
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dnmi.h13 TP_PROTO(void *handler, s64 delta_ns, int handled),
15 TP_ARGS(handler, delta_ns, handled),
20 __field( int, handled )
26 __entry->handled = handled;
29 TP_printk("%ps() delta_ns: %lld handled: %d",
32 __entry->handled)
/OK3568_Linux_fs/buildroot/package/mp4v2/
H A D0003-Static-cast-to-unsigned-int-for-cases.patch36 @@ -376,7 +376,7 @@ ArtUtility::utility_option( int code, bool& handled )
38 handled = true;
49 @@ -632,7 +632,7 @@ ChapterUtility::utility_option( int code, bool& handled )
51 handled = true;
62 @@ -189,7 +189,7 @@ FileUtility::utility_option( int code, bool& handled )
64 handled = true;
75 @@ -164,7 +164,7 @@ SubtitleUtility::utility_option( int code, bool& handled )
77 handled = true;
88 @@ -788,7 +788,7 @@ TrackUtility::utility_option( int code, bool& handled )
90 handled = true;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Drtl8852be_halinit.c695 static u32 hal_bcn_handler_8852be(struct hal_info_t *hal, u32 *handled) in hal_bcn_handler_8852be() argument
701 handled[0] |= BIT_TXBCN0OK_MSK; in hal_bcn_handler_8852be()
706 handled[0] |= BIT_TXBCN0ERR_MSK; in hal_bcn_handler_8852be()
711 handled[0] |= BIT_BCNDERR0_MSK; in hal_bcn_handler_8852be()
716 handled[0] |= BIT_BCNDMAINT0_MSK; in hal_bcn_handler_8852be()
723 static u32 hal_rx_handler_8852be(struct hal_info_t *hal, u32 *handled) in hal_rx_handler_8852be() argument
743 handled[0] |= handled0; in hal_rx_handler_8852be()
753 static u32 hal_rp_handler_8852be(struct hal_info_t *hal, u32 *handled) in hal_rp_handler_8852be() argument
773 handled[0] |= handled0; in hal_rp_handler_8852be()
783 static u32 hal_tx_handler_8852be(struct hal_info_t *hal, u32 *handled) in hal_tx_handler_8852be() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dcheck_enrich.hpp33 bool handled[2]; member
38 handled[0] = false; in meta_turn()
39 handled[1] = false; in meta_turn()
79 if (! meta_turns[ip_index].handled[op_index] in check_detailed()
84 meta_turns[ip_index].handled[op_index] = true; in check_detailed()
92 if (! meta_turns[ip_index].handled[other_index] in check_detailed()
95 meta_turns[ip_index].handled[other_index] = true; in check_detailed()
140 if (! it->handled[i] in check_graph()
146 it->handled[i] = true; in check_graph()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dnmi.c125 int handled=0; in nmi_handle() local
141 handled += thishandled; in nmi_handle()
150 /* return total number of NMI events handled */ in nmi_handle()
151 return handled; in nmi_handle()
276 int handled; in unknown_nmi_error() local
284 handled = nmi_handle(NMI_UNKNOWN, regs); in unknown_nmi_error()
285 if (handled) { in unknown_nmi_error()
286 __this_cpu_add(nmi_stats.unknown, handled); in unknown_nmi_error()
309 int handled; in default_do_nmi() local
334 handled = nmi_handle(NMI_LOCAL, regs); in default_do_nmi()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmce_power.c483 int handled = 0; in mce_handle_ierror() local
497 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror()
500 handled = mce_flush(MCE_FLUSH_ERAT); in mce_handle_ierror()
503 handled = mce_flush(MCE_FLUSH_TLB); in mce_handle_ierror()
551 return handled; in mce_handle_ierror()
569 int handled = 0; in mce_handle_derror() local
585 handled = 1; in mce_handle_derror()
589 handled = 1; in mce_handle_derror()
593 handled = 1; in mce_handle_derror()
650 return handled; in mce_handle_derror()
[all …]
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dda9210-regulator.c73 unsigned int val, handled = 0; in da9210_irq_handler() local
84 handled |= DA9210_E_OVCURR; in da9210_irq_handler()
90 handled |= DA9210_E_NPWRGOOD; in da9210_irq_handler()
95 handled |= val & (DA9210_E_TEMP_WARN | DA9210_E_TEMP_CRIT); in da9210_irq_handler()
101 handled |= DA9210_E_VMAX; in da9210_irq_handler()
104 if (handled) { in da9210_irq_handler()
105 /* Clear handled events */ in da9210_irq_handler()
106 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled); in da9210_irq_handler()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-diag.rst19 all supported DIAGNOSE calls need to be handled by either KVM or its
53 Handled by userspace.
56 Handled by userspace.
59 Handled by userspace.
62 Handled by either userspace or KVM (ioeventfd case).
84 This function code is handled by userspace.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt198 loop devices is handled by mount(8) or losetup(8).
207 Partitions are handled in the same way as for IDE
519 Partitions are handled the same way as for IDE disks
530 Partitions are handled the same way as for the first
638 Partitions are handled in the same way as for IDE
726 Partitions are handled the same way as for the first
744 Partitions are handled the same way as for the first
871 Partitions are handled in the same way as for IDE
895 Partitions are handled in the same way as for IDE
948 Partitions are handled as for major 48.
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-versatile-fpga.c97 * if we've handled at least one interrupt. This does a single read of the
102 int handled = 0; in handle_one_fpga() local
109 handled = 1; in handle_one_fpga()
112 return handled; in handle_one_fpga()
121 int i, handled; in fpga_handle_irq() local
124 for (i = 0, handled = 0; i < fpga_irq_id; ++i) in fpga_handle_irq()
125 handled |= handle_one_fpga(&fpga_irq_devices[i], regs); in fpga_handle_irq()
126 } while (handled); in fpga_handle_irq()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dspurious.c185 * If 99,900 of the previous 100,000 interrupts have not been handled
249 * But for 'irqfixup == 2' we also do it for handled interrupts if in try_misrouted_irq()
297 * handled an interrupt and we check whether that number in note_interrupt()
313 int handled; in note_interrupt() local
334 * care about the high bits of the handled in note_interrupt()
338 handled = atomic_read(&desc->threads_handled); in note_interrupt()
339 handled |= SPURIOUS_DEFERRED; in note_interrupt()
340 if (handled != desc->threads_handled_last) { in note_interrupt()
350 desc->threads_handled_last = handled; in note_interrupt()
375 * handled we never trigger the spurious in note_interrupt()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
30 if 'buildsystem' in handled:
42 handled.append('buildsystem')
285 Return True if you've completely handled the passed in line, otherwise return False.
292 Return True if you've completely handled the passed in package, otherwise return False.
305 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
306 if 'buildsystem' in handled:
314 handled.append('buildsystem')
320 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
321 if 'buildsystem' in handled:
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-av.c18 bool handled = false; in cx23885_av_work_handler() local
21 PCI_MSK_AV_CORE, &handled); in cx23885_av_work_handler()
23 /* Getting here with the interrupt not handled in cx23885_av_work_handler()
26 if (!handled) { in cx23885_av_work_handler()
/OK3568_Linux_fs/kernel/sound/soc/sof/imx/
H A DKconfig19 This option is not user-selectable but automagically handled by
25 This option is not user-selectable but automagically handled by
42 This option is not user-selectable but automagically handled by
58 This option is not user-selectable but automagically handled by
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc358743.c923 bool *handled) in tc358743_cec_handler() argument
956 if (handled) in tc358743_cec_handler()
957 *handled = true; in tc358743_cec_handler()
972 if (handled) in tc358743_cec_handler()
973 *handled = true; in tc358743_cec_handler()
1046 bool *handled) in tc358743_hdmi_audio_int_handler() argument
1059 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc358743_csi_err_int_handler() argument
1067 bool *handled) in tc358743_hdmi_misc_int_handler() argument
1088 if (handled) in tc358743_hdmi_misc_int_handler()
1089 *handled = true; in tc358743_hdmi_misc_int_handler()
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Devents-nmi.rst41 …>-0 [000] d.h3 505.397558: nmi_handler: perf_event_nmi_handler() delta_ns: 3236765 handled: 1
42 …>-0 [000] d.h3 505.805893: nmi_handler: perf_event_nmi_handler() delta_ns: 3174234 handled: 1
43 …>-0 [000] d.h3 506.158206: nmi_handler: perf_event_nmi_handler() delta_ns: 3084642 handled: 1
44 …>-0 [000] d.h3 506.334346: nmi_handler: perf_event_nmi_handler() delta_ns: 3080351 handled: 1
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c80 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
100 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
102 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
125 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
145 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
147 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
167 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
169 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
190 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
192 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dmma9551_core.c211 * Locking is not handled inside the function. Callers should ensure they
236 * Locking is not handled inside the function. Callers should ensure they
261 * Locking is not handled inside the function. Callers should ensure they
286 * Locking is not handled inside the function. Callers should ensure they
317 * Locking is not handled inside the function. Callers should ensure they
344 * Locking is not handled inside the function. Callers should ensure they
374 * Locking is not handled inside the function. Callers should ensure they
413 * Locking is not handled inside the function. Callers should ensure they
452 * Locking is not handled inside the function. Callers should ensure they
487 * Locking is not handled inside the function. Callers should ensure they
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dhandle_exit.c137 kvm_err("%s: un-handled case esr: %#08x\n", in kvm_handle_guest_debug()
216 int handled; in handle_trap_exceptions() local
224 handled = 1; in handle_trap_exceptions()
229 handled = exit_handler(vcpu); in handle_trap_exceptions()
232 return handled; in handle_trap_exceptions()
245 * The SError is handled by handle_exit_early(). If the guest in handle_exit()

12345678910>>...141