Searched refs:hdl (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ddlf.c440 dlsym (void *hdl, char *sym) argument
443 obj_t *pobj = (obj_t *) hdl;
448 if (!hdl || !(pobj->htab) || !sym || !*sym)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7115.c69 struct v4l2_ctrl_handler hdl; member in struct:saa711x_state
99 return &container_of(ctrl->handler, struct saa711x_state, hdl)->sd;
1458 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
1529 struct v4l2_ctrl_handler *hdl; local
1571 hdl = &state->hdl;
1572 v4l2_ctrl_handler_init(hdl, 6);
1574 v4l2_ctrl_new_std(hdl, &saa711x_ctrl_ops,
1576 v4l2_ctrl_new_std(hdl, &saa711x_ctrl_ops,
1578 v4l2_ctrl_new_std(hdl,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c1683 v4l2_ctrl_handler_log_status(&state->hdl, sd->name);
1984 v4l2_ctrl_handler_init(&state->hdl, 9);
1985 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops,
1987 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops,
1989 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops,
1991 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops,
1997 state->volume = v4l2_ctrl_new_std(&state->hdl,
2000 state->mute = v4l2_ctrl_new_std(&state->hdl,
2003 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops,
2006 v4l2_ctrl_new_std(&state->hdl,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c6386 pfm_install_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) argument
6392 if (hdl == NULL || hdl->handler == NULL) return -EINVAL;
6416 pfm_alt_intr_handler = hdl;
6437 pfm_remove_alt_pmu_interrupt(pfm_intr_handler_desc_t *hdl) argument
6442 if (hdl == NULL) return -EINVAL;
6445 if (pfm_alt_intr_handler != hdl) return -EINVAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.c1012 itv->v4l2_dev.ctrl_handler = &itv->cxhdl.hdl;
H A Divtv-ioctl.c1557 v4l2_ctrl_handler_log_status(&itv->cxhdl.hdl, itv->v4l2_dev.name);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbsdram.S779 beq a1,HDLSIM_PKG_ID,hdlsim # Special case for hdl sim:
H A Dbcmutils.c4336 #define BCM_MWBMAP_PTR(hdl) ((struct bcm_mwbmap *)(hdl))

Completed in 193 milliseconds

12