| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/ |
| H A D | rtl8822be_ops.c | 284 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 D | mtu3_gadget_ep0.c | 209 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/kernel/drivers/usb/musb/ |
| H A D | musb_gadget_ep0.c | 55 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() 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() 209 int handled = -EINVAL; in service_zero_data_request() local [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 62 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() 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() 212 int handled = -EINVAL; in service_zero_data_request() local 224 handled = 1; in service_zero_data_request() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | nmi.h | 13 TP_PROTO(void *handler, s64 delta_ns, int handled), 15 TP_ARGS(handler, delta_ns, handled), 20 __field( int, handled ) 26 __entry->handled = handled; 32 __entry->handled)
|
| /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 D | check_enrich.hpp | 33 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/buildroot/package/mp4v2/ |
| H A D | 0003-Static-cast-to-unsigned-int-for-cases.patch | 36 @@ -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 D | rtl8852be_halinit.c | 695 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/kernel/arch/powerpc/kernel/ |
| H A D | mce_power.c | 483 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/docs/licenses/ |
| H A D | BUILDROOT_README | 44 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/arch/x86/kernel/ |
| H A D | nmi.c | 125 int handled=0; in nmi_handle() local 141 handled += thishandled; 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() 335 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | Kconfig | 17 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/regulator/ |
| H A D | da9210-regulator.c | 73 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() 106 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled); in da9210_irq_handler()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-versatile-fpga.c | 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()
|
| H A D | irq-vic.c | 207 int handled = 0; in handle_one_vic() local 212 handled = 1; in handle_one_vic() 215 return handled; in handle_one_vic() 240 int i, handled; in vic_handle_irq() local 243 for (i = 0, handled = 0; i < vic_id; ++i) in vic_handle_irq() 244 handled |= handle_one_vic(&vic_devices[i], regs); in vic_handle_irq() 245 } while (handled); in vic_handle_irq()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 30 if 'buildsystem' in handled: 42 handled.append('buildsystem') 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: 326 handled.append('buildsystem') 332 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc358743.c | 923 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 …]
|
| H A D | tc35874x.c | 1095 bool *handled) in tc35874x_hdmi_audio_int_handler() argument 1108 static void tc35874x_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc35874x_csi_err_int_handler() argument 1116 bool *handled) in tc35874x_hdmi_misc_int_handler() argument 1137 if (handled) in tc35874x_hdmi_misc_int_handler() 1138 *handled = true; in tc35874x_hdmi_misc_int_handler() 1148 bool *handled) in tc35874x_hdmi_cbit_int_handler() argument 1164 if (handled) in tc35874x_hdmi_cbit_int_handler() 1165 *handled = true; in tc35874x_hdmi_cbit_int_handler() 1175 if (handled) in tc35874x_hdmi_cbit_int_handler() 1176 *handled = true; in tc35874x_hdmi_cbit_int_handler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-av.c | 18 bool handled = false; in cx23885_av_work_handler() local 21 PCI_MSK_AV_CORE, &handled); in cx23885_av_work_handler() 26 if (!handled) { in cx23885_av_work_handler()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_irq.c | 53 int handled = 0; in mga_driver_irq_handler() local 62 handled = 1; in mga_driver_irq_handler() 81 handled = 1; in mga_driver_irq_handler() 84 if (handled) in mga_driver_irq_handler()
|
| /OK3568_Linux_fs/kernel/net/switchdev/ |
| H A D | switchdev.c | 112 .handled = false, in switchdev_port_attr_notify() 119 WARN_ON(!attr_info.handled); in switchdev_port_attr_notify() 123 if (!attr_info.handled) in switchdev_port_attr_notify() 233 .handled = false, in switchdev_port_obj_notify() 239 WARN_ON(!obj_info.handled); in switchdev_port_obj_notify() 242 if (!obj_info.handled) in switchdev_port_obj_notify() 466 port_obj_info->handled = true; in __switchdev_handle_port_obj_add() 521 port_obj_info->handled = true; in __switchdev_handle_port_obj_del() 575 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | events-nmi.rst | 41 …>-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/drivers/ata/ |
| H A D | sata_qstor.c | 359 unsigned int handled = 0; in qs_intr_pkt() local 379 handled = 1; in qs_intr_pkt() 396 return handled; in qs_intr_pkt() 401 unsigned int handled = 0, port_no; in qs_intr_mmio() local 420 handled = 1; in qs_intr_mmio() 427 handled |= ata_sff_port_intr(ap, qc); in qs_intr_mmio() 429 return handled; in qs_intr_mmio() 435 unsigned int handled = 0; in qs_intr() local 441 handled = qs_intr_pkt(host) | qs_intr_mmio(host); in qs_intr() 446 return IRQ_RETVAL(handled); in qs_intr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_ras.c | 72 long handled = 1; in kvmppc_realmode_mc_power7() local 91 handled = 0; in kvmppc_realmode_mc_power7() 106 handled = 0; in kvmppc_realmode_mc_power7() 116 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_mc_power7()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/imx/ |
| H A D | Kconfig | 19 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
|