Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dlogs.conf3 [handlers]
9 handlers=consoleHandler
12 handlers=connectorHandler
17 handlers=storageHandler
22 handlers=tb_connectionHandler
27 handlers=serviceHandler
32 handlers=converterHandler
37 handlers=connectorHandler
47 class=logging.handlers.TimedRotatingFileHandler
52 class=logging.handlers.TimedRotatingFileHandler
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixutils.c369 static BlockHandlerPtr handlers; variable
387 if (!handlers[i].deleted) in BlockHandler()
388 (*handlers[i].BlockHandler) (handlers[i].blockData, pTimeout); in BlockHandler()
398 if (handlers[i].deleted) { in BlockHandler()
400 handlers[j] = handlers[j + 1]; in BlockHandler()
426 if (!handlers[i].deleted) in WakeupHandler()
427 (*handlers[i].WakeupHandler) (handlers[i].blockData, result); in WakeupHandler()
430 if (handlers[i].deleted) { in WakeupHandler()
432 handlers[j] = handlers[j + 1]; in WakeupHandler()
454 new = (BlockHandlerPtr) realloc(handlers, (numHandlers + 1) * in RegisterBlockAndWakeupHandlers()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_si_intf.c129 const struct si_sm_handlers *handlers; member
327 err = smi_info->handlers->start_transaction( in start_next_msg()
360 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); in start_new_msg()
547 = smi_info->handlers->get_result( in handle_transaction_done()
568 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
590 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
603 = smi_info->handlers->get_result( in handle_transaction_done()
641 = smi_info->handlers->get_result( in handle_transaction_done()
683 smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
701 smi_info->handlers->start_transaction( in handle_transaction_done()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dopts.h282 const struct cl_option_handlers *handlers,
313 struct cl_option_handler_func handlers[3]; member
352 extern void set_default_handlers (struct cl_option_handlers *handlers,
375 const struct cl_option_handlers *handlers,
387 const struct cl_option_handlers *handlers,
392 const struct cl_option_handlers *handlers,
408 const struct cl_option_handlers *handlers,
416 const struct cl_option_handlers *handlers,
430 const struct cl_option_handlers *handlers,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dopts.h282 const struct cl_option_handlers *handlers,
313 struct cl_option_handler_func handlers[3]; member
352 extern void set_default_handlers (struct cl_option_handlers *handlers,
375 const struct cl_option_handlers *handlers,
387 const struct cl_option_handlers *handlers,
392 const struct cl_option_handlers *handlers,
408 const struct cl_option_handlers *handlers,
416 const struct cl_option_handlers *handlers,
430 const struct cl_option_handlers *handlers,
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py151 def register_recipe_handlers(handlers): argument
153 handlers.append((Qmake5RecipeHandler(), 21))
155 def register_cmake_handlers(handlers): argument
156 handlers.append(Qt5CmakeHandler())
158 def register_autotools_handlers(handlers): argument
159 handlers.append(Qt5AutotoolsHandler())
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py50 handlers = []
53 plugin.register_cmake_handlers(handlers)
169 for handler in handlers:
215 for handler in handlers:
271 for handler in handlers:
389 handlers = []
392 plugin.register_autotools_handlers(handlers)
479 for handler in handlers:
508 for handler in handlers:
649 for handler in handlers:
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument
128 if (handlers == NULL) \
130 if (handlers->name) \
131 return handlers->name(cmd->func, cmd->instdata, \
542 struct pmf_handlers *handlers; member
580 struct pmf_handlers *handlers, in pmf_parse_one() argument
596 handlers ? "executing" : "parsing"); in pmf_parse_one()
621 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one()
630 if (handlers == NULL) in pmf_parse_one()
702 struct pmf_handlers *handlers, in pmf_register_driver() argument
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfsmap.c631 struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; in ext4_getfsmap() local
645 memset(handlers, 0, sizeof(handlers)); in ext4_getfsmap()
646 handlers[0].gfd_dev = new_encode_dev(sb->s_bdev->bd_dev); in ext4_getfsmap()
647 handlers[0].gfd_fn = ext4_getfsmap_datadev; in ext4_getfsmap()
649 handlers[1].gfd_dev = new_encode_dev( in ext4_getfsmap()
651 handlers[1].gfd_fn = ext4_getfsmap_logdev; in ext4_getfsmap()
654 sort(handlers, EXT4_GETFSMAP_DEVS, sizeof(struct ext4_getfsmap_dev), in ext4_getfsmap()
686 if (!handlers[i].gfd_fn) in ext4_getfsmap()
688 if (head->fmh_keys[0].fmr_device > handlers[i].gfd_dev) in ext4_getfsmap()
690 if (head->fmh_keys[1].fmr_device < handlers[i].gfd_dev) in ext4_getfsmap()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_fsmap.c833 struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; in xfs_getfsmap() local
850 memset(handlers, 0, sizeof(handlers)); in xfs_getfsmap()
851 handlers[0].dev = new_encode_dev(mp->m_ddev_targp->bt_dev); in xfs_getfsmap()
853 handlers[0].fn = xfs_getfsmap_datadev_rmapbt; in xfs_getfsmap()
855 handlers[0].fn = xfs_getfsmap_datadev_bnobt; in xfs_getfsmap()
857 handlers[1].dev = new_encode_dev(mp->m_logdev_targp->bt_dev); in xfs_getfsmap()
858 handlers[1].fn = xfs_getfsmap_logdev; in xfs_getfsmap()
862 handlers[2].dev = new_encode_dev(mp->m_rtdev_targp->bt_dev); in xfs_getfsmap()
863 handlers[2].fn = xfs_getfsmap_rtdev_rtbitmap; in xfs_getfsmap()
867 xfs_sort(handlers, XFS_GETFSMAP_DEVS, sizeof(struct xfs_getfsmap_dev), in xfs_getfsmap()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dprops.c39 const struct hlist_head *handlers) in find_prop_handler() argument
43 if (!handlers) { in find_prop_handler()
46 handlers = find_prop_handlers_by_hash(hash); in find_prop_handler()
47 if (!handlers) in find_prop_handler()
51 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
135 const struct hlist_head *handlers; in iterate_object_props() local
155 handlers = find_prop_handlers_by_hash(key.offset); in iterate_object_props()
156 if (!handlers) in iterate_object_props()
191 handler = find_prop_handler(name_buf, handlers); in iterate_object_props()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c940 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers() local
942 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
944 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
945 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
946 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
948 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
949 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
951 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
952 handlers[REPLY_ADD_STA] = iwl_add_sta_callback; in iwl_setup_rx_handlers()
954 handlers[REPLY_WIPAN_NOA_NOTIFICATION] = iwlagn_rx_noa_notification; in iwl_setup_rx_handlers()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dfsys.rst28 interruption-handlers start execution in. The user-level
81 The file arch/ia64/kernel/fsys.S contains a table of fsyscall-handlers
118 Fsyscall handlers can execute with very little overhead, but with that
121 * Fsyscall-handlers MUST check for any pending work in the flags
126 * Fsyscall-handlers MUST preserve incoming arguments (r32-r39, r11,
131 * Fsyscall-handlers MUST check argument registers for containing a
137 * Fsyscall-handlers MUST NOT use the "alloc" instruction or perform
141 * Fsyscall-handlers MUST NOT write to any stacked registers because
145 * Fsyscall-handlers need to be careful when accessing per-CPU variables:
150 * Fsyscall-handlers must be careful not to leak sensitive kernel'
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c747 t3c_tid->client->handlers && in do_act_open_rpl()
748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()
749 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb, in do_act_open_rpl()
766 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_stid_rpl()
767 t3c_tid->client->handlers[p->opcode]) { in do_stid_rpl()
768 return t3c_tid->client->handlers[p->opcode] (dev, skb, in do_stid_rpl()
784 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_hwtid_rpl()
785 t3c_tid->client->handlers[p->opcode]) { in do_hwtid_rpl()
786 return t3c_tid->client->handlers[p->opcode] in do_hwtid_rpl()
811 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_cr()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dbatch.py21 handlers = {
33 if not (fmt in handlers):
37 make_surface, write_surface = handlers[fmt]
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dscan_handlers.rst39 called ACPI scan handlers represented by the following structure::
49 take care of, list_node is the hook to the global list of ACPI scan handlers
57 available scan handlers. If a matching scan handler is found, its .attach()
72 callbacks from the scan handlers of all device nodes in the given namespace
73 scope (if they have scan handlers). Next, it unregisters all of the device
76 ACPI scan handlers can be added to the list maintained by the ACPI core with the
78 handler as an argument. The order in which scan handlers are added to the list
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c163 struct list_head handlers; member
326 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()
337 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers()
453 &hp_cpu->handlers, in init_phase2()
477 handler = list_first_entry(&hp_cpu->handlers, struct hp_handler, node); in init_phase2()
496 &hp_cpu->handlers, in init_phase3()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py17 handlers = [] variable
97 for h in handlers:
104 for h in handlers:
111 for h in handlers:
/OK3568_Linux_fs/kernel/include/linux/
H A Dipmi_smi.h228 const struct ipmi_smi_handlers *handlers,
233 #define ipmi_register_smi(handlers, send_info, dev, slave_addr) \ argument
234 ipmi_add_smi(THIS_MODULE, handlers, send_info, dev, slave_addr)
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c44 #define for_each_xattr_handler(handlers, handler) \ argument
45 if (handlers) \
46 for ((handler) = *(handlers)++; \
48 (handler) = *(handlers)++)
56 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_resolve_name() local
64 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
143 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_supported_namespace() local
155 for_each_xattr_handler(handlers, handler) { in xattr_supported_namespace()
849 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
853 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c547 new_handler->next = dev->properties.handlers; in XIRegisterPropertyHandler()
548 dev->properties.handlers = new_handler; in XIRegisterPropertyHandler()
558 curr = dev->properties.handlers; in XIUnregisterPropertyHandler()
568 dev->properties.handlers = curr->next; in XIUnregisterPropertyHandler()
633 curr_handler = device->properties.handlers; in XIDeleteAllDeviceProperties()
640 device->properties.handlers = NULL; in XIDeleteAllDeviceProperties()
661 if (device->properties.handlers) { in XIDeleteDeviceProperty()
662 XIPropertyHandlerPtr handler = device->properties.handlers; in XIDeleteDeviceProperty()
759 if (dev->properties.handlers) { in XIChangeDeviceProperty()
767 handler = dev->properties.handlers; in XIChangeDeviceProperty()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/
H A DTODO14 property handlers.
17 to state struct and using property handlers and readers.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py195 from bb.parse import handlers
196 handlers.append({'supports': supports, 'handle': handle, 'init': init})
197 del handlers
/OK3568_Linux_fs/external/xserver/mi/
H A Dmieq.c85 mieqHandler handlers[128]; /* custom event handler */ member
292 if (handler && miEventQueue.handlers[event]) in mieqSetHandler()
294 "event %d\n", miEventQueue.handlers[event], handler, event); in mieqSetHandler()
296 miEventQueue.handlers[event] = handler; in mieqSetHandler()
450 handler = miEventQueue.handlers[event->any.type]; in mieqProcessDeviceEvent()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-interrupts.rst21 interrupt handlers for shared IRQs that device drivers implementing them were
51 user of it. Thus, if the IRQ is shared, all of the interrupt handlers installed
90 already suspended. However, after suspend_device_irqs() interrupt handlers are
122 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are
124 handlers are not invoked after suspend_device_irqs()).
127 to individual interrupt handlers, so sharing an IRQ between a system wakeup

12345678910>>...12