Searched refs:hdlr (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/l3mdev/
H A Dl3mdev.c31 struct l3mdev_handler *hdlr; local
38 hdlr = &l3mdev_handlers[l3type];
42 if (hdlr->dev_lookup) {
47 hdlr->dev_lookup = fn;
60 struct l3mdev_handler *hdlr; local
65 hdlr = &l3mdev_handlers[l3type];
69 if (hdlr->dev_lookup == fn)
70 hdlr->dev_lookup = NULL;
80 struct l3mdev_handler *hdlr; local
88 hdlr
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-fim.c326 struct v4l2_ctrl_handler *hdlr = &fim->ctrl_handler; local
329 v4l2_ctrl_handler_init(hdlr, FIM_NUM_CONTROLS + FIM_NUM_ICAP_CONTROLS);
332 fim->ctrl[i] = v4l2_ctrl_new_custom(hdlr,
336 fim->icap_ctrl[i] = v4l2_ctrl_new_custom(hdlr,
339 if (hdlr->error) {
340 ret = hdlr->error;
349 v4l2_ctrl_handler_free(hdlr);
H A Dimx-media-csc-scaler.c711 struct v4l2_ctrl_handler *hdlr = &ctx->ctrl_hdlr; local
713 v4l2_ctrl_handler_init(hdlr, 3);
715 v4l2_ctrl_new_std(hdlr, &ipu_csc_scaler_ctrl_ops, V4L2_CID_HFLIP,
717 v4l2_ctrl_new_std(hdlr, &ipu_csc_scaler_ctrl_ops, V4L2_CID_VFLIP,
719 v4l2_ctrl_new_std(hdlr, &ipu_csc_scaler_ctrl_ops, V4L2_CID_ROTATE,
722 if (hdlr->error) {
723 v4l2_ctrl_handler_free(hdlr);
724 return hdlr->error;
727 v4l2_ctrl_handler_setup(hdlr);
H A Dimx-media-vdic.c456 struct v4l2_ctrl_handler *hdlr = &priv->ctrl_hdlr; local
459 v4l2_ctrl_handler_init(hdlr, 1);
461 v4l2_ctrl_new_std_menu_items(hdlr, &vdic_ctrl_ops,
466 priv->sd.ctrl_handler = hdlr;
468 if (hdlr->error) {
469 ret = hdlr->error;
473 v4l2_ctrl_handler_setup(hdlr);
477 v4l2_ctrl_handler_free(hdlr);
H A Dimx-ic-prpencvf.c1140 struct v4l2_ctrl_handler *hdlr = &priv->ctrl_hdlr; local
1143 v4l2_ctrl_handler_init(hdlr, 3);
1145 v4l2_ctrl_new_std(hdlr, &prp_ctrl_ops, V4L2_CID_HFLIP,
1147 v4l2_ctrl_new_std(hdlr, &prp_ctrl_ops, V4L2_CID_VFLIP,
1149 v4l2_ctrl_new_std(hdlr, &prp_ctrl_ops, V4L2_CID_ROTATE,
1152 ic_priv->sd.ctrl_handler = hdlr;
1154 if (hdlr->error) {
1155 ret = hdlr->error;
1159 v4l2_ctrl_handler_setup(hdlr);
1163 v4l2_ctrl_handler_free(hdlr);
[all...]
/linux-master/arch/powerpc/kernel/
H A Dhead_booke.h300 #define EXCEPTION(n, intno, label, hdlr) \
304 bl hdlr; \
307 #define CRITICAL_EXCEPTION(n, intno, label, hdlr) \
313 bl hdlr; \
316 #define MCHECK_EXCEPTION(n, label, hdlr) \
326 bl hdlr; \
H A Dhead_32.h196 #define EXCEPTION(n, label, hdlr) \
200 bl hdlr; \
H A Dhead_40x.S182 #define CRITICAL_EXCEPTION(n, label, hdlr) \
186 bl hdlr; \
H A Dexceptions-64e.S456 #define MASKABLE_EXCEPTION(trapnum, intnum, label, hdlr, ack) \
463 bl hdlr; \
/linux-master/drivers/media/i2c/
H A Dov64a40.c3354 struct v4l2_ctrl_handler *hdlr = &ov64a40->ctrl_handler; local
3359 ret = v4l2_ctrl_handler_init(hdlr, 11);
3363 v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, V4L2_CID_PIXEL_RATE,
3368 v4l2_ctrl_new_int_menu(hdlr, &ov64a40_ctrl_ops,
3373 v4l2_ctrl_new_std_menu_items(hdlr, &ov64a40_ctrl_ops,
3380 ov64a40->exposure = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops,
3386 ov64a40->hblank = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops,
3394 ov64a40->vblank = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops,
3398 v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, V4L2_CID_ANALOGUE_GAIN,
3402 ov64a40->hflip = v4l2_ctrl_new_std(hdlr,
[all...]

Completed in 168 milliseconds