Searched refs:handler (Results 101 - 125 of 1317) sorted by relevance

1234567891011>>

/linux-master/arch/mips/kernel/
H A Dsignal32.c48 s32 handler; variable
52 err |= __get_user(handler, &act->sa_handler);
53 new_ka.sa.sa_handler = (void __user *)(s64)handler;
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-common.c49 irq_handler_t handler,
94 ved->handler = handler;
40 dcmipp_ent_sd_register(struct dcmipp_ent_device *ved, struct v4l2_subdev *sd, struct v4l2_device *v4l2_dev, const char *const name, u32 function, u16 num_pads, const unsigned long *pads_flag, const struct v4l2_subdev_internal_ops *sd_int_ops, const struct v4l2_subdev_ops *sd_ops, irq_handler_t handler, irq_handler_t thread_fn) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c30 mlx5_devcom_event_handler_t handler; member in struct:mlx5_devcom_comp
111 mlx5_devcom_comp_alloc(u64 id, u64 key, mlx5_devcom_event_handler_t handler) argument
121 comp->handler = handler;
192 mlx5_devcom_event_handler_t handler)
198 if (handler == comp->handler) {
204 "Cannot register existing devcom component with different handler\n");
216 mlx5_devcom_event_handler_t handler,
226 comp = devcom_component_get(devc, id, key, handler);
189 devcom_component_get(struct mlx5_devcom_dev *devc, enum mlx5_devcom_component id, u64 key, mlx5_devcom_event_handler_t handler) argument
213 mlx5_devcom_register_component(struct mlx5_devcom_dev *devc, enum mlx5_devcom_component id, u64 key, mlx5_devcom_event_handler_t handler, void *data) argument
[all...]
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S28 ! jump to handler
/linux-master/arch/m68k/fpsp040/
H A Dx_unsupp.S4 | fpsp_unsupp --- FPSP handler for unsupported data type exception
/linux-master/sound/usb/6fire/
H A Dcomm.h28 void *context, void(*handler)(struct urb *urb));
/linux-master/arch/arm/include/asm/
H A Dglue-df.h19 * v4_early - ARMv4 without Thumb early abort handler
20 * v4t_late - ARMv4 with Thumb late abort handler
21 * v4t_early - ARMv4 with Thumb early abort handler
22 * v5t_early - ARMv5 with Thumb early abort handler
23 * v5tj_early - ARMv5 with Thumb and Java early abort handler
25 * v6_early - ARMv6 generic early abort handler
26 * v7_early - ARMv7 generic early abort handler
96 #error Unknown data abort handler type
/linux-master/include/linux/greybus/
H A Dconnection.h49 gb_request_handler_t handler; member in struct:gb_connection
68 u16 hd_cport_id, gb_request_handler_t handler);
71 u16 cport_id, gb_request_handler_t handler);
73 u16 cport_id, gb_request_handler_t handler,
/linux-master/include/linux/rpmsg/
H A Dmtk_rpmsg.h16 * @register_ipi: register IPI handler for an IPI id.
17 * @unregister_ipi: unregister IPI handler for a registered IPI id.
25 ipi_handler_t handler, void *priv);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms.c21 int handler(const void *ctx) function
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c117 void (*handler)(void *), void *data)
123 handler, data);
127 void (*handler)(void *), void *data)
133 handler, data);
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgo.h24 struct v4l2_ctrl_handler handler; member in struct:vsp1_hgo::__anon147
/linux-master/arch/x86/include/asm/
H A Dacrn.h22 void acrn_setup_intr_handler(void (*handler)(void));
/linux-master/net/smc/
H A Dsmc_wr.h45 void (*handler)(struct ib_wc *, void *); member in struct:smc_wr_rx_handler
115 int smc_wr_tx_get_free_slot(struct smc_link *link, smc_wr_tx_handler handler,
120 smc_wr_tx_handler handler,
134 int smc_wr_rx_register_handler(struct smc_wr_rx_handler *handler);
/linux-master/fs/reiserfs/
H A Dxattr_security.c13 security_get(const struct xattr_handler *handler, struct dentry *unused, argument
19 return reiserfs_xattr_get(inode, xattr_full_name(handler, name),
24 security_set(const struct xattr_handler *handler, argument
33 xattr_full_name(handler, name),
/linux-master/kernel/power/
H A Dpoweroff.c3 * poweroff.c - sysrq handler to gracefully power down machine.
33 .handler = handle_poweroff,
/linux-master/fs/squashfs/
H A Dxattr.c47 const struct xattr_handler *handler; local
56 handler = squashfs_xattr_handler(le16_to_cpu(entry.type));
57 if (handler && (!handler->list || handler->list(d))) {
58 const char *prefix = handler->prefix ?: handler->name;
79 /* no handler or insuffficient privileges, so skip */
203 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, argument
209 return squashfs_xattr_get(inode, handler
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dmc_regs.h45 #define DMC_EVT_HTP(i915, dmc_id, handler) \
46 _MMIO(_DMC_REG(i915, dmc_id, _DMC_EVT_HTP_0) + 4 * (handler))
50 #define DMC_EVT_CTL(i915, dmc_id, handler) \
51 _MMIO(_DMC_REG(i915, dmc_id, _DMC_EVT_CTL_0) + 4 * (handler))
64 /* An event handler scheduled to run at a 1 kHz frequency. */
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h26 * @handler : ipi handler for each decoder
42 mtk_vcodec_ipi_handler handler; member in struct:vdec_vpu_inst
/linux-master/arch/powerpc/include/asm/
H A Dkexec.h143 extern int crash_shutdown_register(crash_shutdown_t handler);
144 extern int crash_shutdown_unregister(crash_shutdown_t handler);
165 static inline int crash_shutdown_register(crash_shutdown_t handler) argument
170 static inline int crash_shutdown_unregister(crash_shutdown_t handler) argument
/linux-master/fs/bcachefs/
H A Dxattr.c110 const struct xattr_handler *handler; local
113 handler = bch2_xattr_type_to_handler(xattr.v->x_type);
114 if (handler && handler->prefix)
115 prt_printf(out, "%s", handler->prefix);
116 else if (handler)
262 const struct xattr_handler *handler = local
265 return handler && (!handler->list || handler
353 bch2_xattr_get_handler(const struct xattr_handler *handler, struct dentry *dentry, struct inode *vinode, const char *name, void *buffer, size_t size) argument
365 bch2_xattr_set_handler(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *vinode, const char *name, const void *value, size_t size, int flags) argument
428 __bch2_xattr_bcachefs_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *vinode, const char *name, void *buffer, size_t size, bool all) argument
478 bch2_xattr_bcachefs_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *vinode, const char *name, void *buffer, size_t size) argument
509 bch2_xattr_bcachefs_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *vinode, const char *name, const void *value, size_t size, int flags) argument
608 bch2_xattr_bcachefs_get_effective( const struct xattr_handler *handler, struct dentry *dentry, struct inode *vinode, const char *name, void *buffer, size_t size) argument
[all...]
/linux-master/drivers/media/i2c/
H A Ddw9719.c50 struct v4l2_ctrl_handler handler; member in struct:dw9719_device::dw9719_v4l2_ctrls
109 struct dw9719_device *dw9719 = container_of(ctrl->handler,
111 ctrls.handler);
204 v4l2_ctrl_handler_init(&dw9719->ctrls.handler, 1);
206 dw9719->ctrls.focus = v4l2_ctrl_new_std(&dw9719->ctrls.handler, ops,
210 if (dw9719->ctrls.handler.error) {
212 ret = dw9719->ctrls.handler.error;
216 dw9719->sd.ctrl_handler = &dw9719->ctrls.handler;
220 v4l2_ctrl_handler_free(&dw9719->ctrls.handler);
307 v4l2_ctrl_handler_free(&dw9719->ctrls.handler);
[all...]
/linux-master/net/wireless/
H A Dwext-priv.c79 * Wrapper to call a private Wireless Extension handler.
90 * a iw_handler but process it in your ioctl handler (i.e. use the
111 /* Check for sub-ioctl handler */
139 iw_handler handler, struct net_device *dev,
167 /* Call the handler */
168 err = handler(dev, info, (union iwreq_data *) iwp, extra);
189 iw_handler handler)
199 ret = handler(dev, info, &(iwr->u), (char *) &(iwr->u));
202 handler, dev, info, extra_size);
205 /* Call commit handler i
137 ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd, const struct iw_priv_args *descr, iw_handler handler, struct net_device *dev, struct iw_request_info *info, int extra_size) argument
187 ioctl_private_call(struct net_device *dev, struct iwreq *iwr, unsigned int cmd, struct iw_request_info *info, iw_handler handler) argument
213 compat_private_call(struct net_device *dev, struct iwreq *iwr, unsigned int cmd, struct iw_request_info *info, iw_handler handler) argument
[all...]
/linux-master/include/net/
H A Dwext.h47 iw_handler handler);
50 iw_handler handler);
/linux-master/kernel/irq/
H A Ddebug.h26 printk("->action->handler(): %p, %pS\n",
27 desc->action->handler, desc->action->handler);

Completed in 247 milliseconds

1234567891011>>