Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 13 of 13) sorted by relevance

/drivers/media/pci/cx23885/
Daltera-ci.c249 static int netup_fpga_op_rw(struct fpga_internal *inter, int addr, in netup_fpga_op_rw() argument
252 inter->fpga_rw(inter->dev, NETUP_CI_FLG_AD, addr, 0); in netup_fpga_op_rw()
253 return inter->fpga_rw(inter->dev, 0, val, read); in netup_fpga_op_rw()
262 struct fpga_internal *inter = state->internal; in altera_ci_op_cam() local
270 mutex_lock(&inter->fpga_mutex); in altera_ci_op_cam()
272 netup_fpga_op_rw(inter, NETUP_CI_ADDR0, ((addr << 1) & 0xfe), 0); in altera_ci_op_cam()
273 netup_fpga_op_rw(inter, NETUP_CI_ADDR1, ((addr >> 7) & 0x7f), 0); in altera_ci_op_cam()
274 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam()
279 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam()
280 mem = netup_fpga_op_rw(inter, NETUP_CI_DATA, val, read); in altera_ci_op_cam()
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c227 bool pin, bool inter) in vmw_overlay_move_buffer() argument
230 return vmw_bo_unpin(dev_priv, buf, inter); in vmw_overlay_move_buffer()
233 return vmw_bo_pin_in_vram(dev_priv, buf, inter); in vmw_overlay_move_buffer()
235 return vmw_bo_pin_in_vram_or_gmr(dev_priv, buf, inter); in vmw_overlay_move_buffer()
/drivers/s390/cio/
Dio_sch.h22 unsigned int inter:1; /* suppress intermediate interrupts */ member
Dcio.c94 priv->options.inter = (flags & DOIO_SUPPRESS_INTER) != 0; in cio_set_options()
142 orb->cmd.ssic = priv->options.suspend && priv->options.inter; in cio_start_key()
/drivers/gpu/drm/i915/display/
Dintel_psr.c1800 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
1806 inter = pipe_clip; in intel_psr2_sel_fetch_update()
1807 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_update()
1816 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
1817 sel_fetch_area->y2 = inter.y2 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
/drivers/mailbox/
DKconfig84 This driver provides support for inter-processor communication
180 providing an interface for invoking the inter-process communication
/drivers/usb/misc/
Diowarrior.c105 struct usb_host_interface *inter, unsigned char type, in usb_get_report() argument
112 inter->desc.bInterfaceNumber, buf, size, in usb_get_report()
/drivers/s390/net/
DKconfig35 Select this option if you want to use inter-user communication
Dqeth_core_sys.c608 static DEVICE_ATTR(inter, 0644, qeth_dev_blkt_inter_show,
/drivers/gpu/drm/mediatek/
Dmtk_dpi.c221 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument
223 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c474 int inter = intra ? 0 : 1; in ifwht() local
543 if (inter) { in ifwht()
/drivers/xen/
DKconfig162 or as part of an inter-domain shared memory channel.
/drivers/firmware/
DKconfig19 provides a mechanism for inter-processor communication between SCP