Home
last modified time | relevance | path

Searched refs:adrv (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/ati128/
H A Dati128_state.c79 void ati128_set_destination( ATI128DriverData *adrv, in ati128_set_destination() argument
88 ati128_waitfifo( adrv, adev, 1 ); in ati128_set_destination()
136 void ati128_set_source( ATI128DriverData *adrv, in ati128_set_source() argument
144 ati128_waitfifo( adrv, adev, 3 ); in ati128_set_source()
183 ati128_out32( adrv->mmio_base, SRC_OFFSET, in ati128_set_source()
191 void ati128_set_clip( ATI128DriverData *adrv, in ati128_set_clip() argument
196 ati128_waitfifo( adrv, adev, 2 ); in ati128_set_clip()
200 ati128_out32( adrv->mmio_base, SC_TOP_LEFT, in ati128_set_clip()
215 void ati128_set_color( ATI128DriverData *adrv, in ati128_set_color() argument
258 ati128_waitfifo( adrv, adev, 1 ); in ati128_set_color()
[all …]
H A Dati128.c107 ati128_waitidle( adrv, adev ); in ati128EngineSync()
249 ati128_waitfifo( adrv, adev, 5 ); in ati128FillRectangle()
271 ati128_waitidle( adrv, adev ); in ati128FillBlendRectangle()
273 ati128_waitidle( adrv, adev ); in ati128FillBlendRectangle()
311 ati128_waitfifo( adrv, adev, 3 ); in ati128DrawRectangle()
319 ati128_waitfifo( adrv, adev, 7 ); in ati128DrawRectangle()
343 ati128_waitidle( adrv, adev ); in ati128DrawBlendRectangle()
345 ati128_waitidle( adrv, adev ); in ati128DrawBlendRectangle()
437 ati128_waitfifo( adrv, adev, 8 ); in ati128DrawLine()
468 ati128_waitfifo( adrv, adev, 9 ); in ati128StretchBlit()
[all …]
H A Dati128_state.h34 void ati128_set_destination( ATI128DriverData *adrv,
37 void ati128_set_source( ATI128DriverData *adrv,
41 void ati128_set_blittingflags( ATI128DriverData *adrv,
45 void ati128_set_clip( ATI128DriverData *adrv,
49 void ati128_set_color( ATI128DriverData *adrv,
53 void ati128_set_src_colorkey( ATI128DriverData *adrv,
57 void ati128_set_blending_function( ATI128DriverData *adrv,
H A Dmmio.h63 static inline void ati128_waitidle( ATI128DriverData *adrv, in ati128_waitidle() argument
69 if ((ati128_in32( adrv->mmio_base, GUI_STAT) & 0x00000FFF) == 64) in ati128_waitidle()
78 if ((ati128_in32( adrv->mmio_base, GUI_STAT) & (GUI_ACTIVE | ENG_3D_BUSY)) == ENGINE_IDLE) in ati128_waitidle()
84 ati128_out32( adrv->mmio_base, PC_NGUI_CTLSTAT, in ati128_waitidle()
85 ati128_in32( adrv->mmio_base, PC_NGUI_CTLSTAT) | 0x000000ff); in ati128_waitidle()
89 if ((ati128_in32( adrv->mmio_base, PC_NGUI_CTLSTAT) & PC_BUSY) != PC_BUSY) in ati128_waitidle()
97 static inline void ati128_waitfifo( ATI128DriverData *adrv, in ati128_waitfifo() argument
110 adev->fifo_space = ati128_in32( adrv->mmio_base, GUI_STAT) & 0x00000FFF; in ati128_waitfifo()
H A Dati128_overlay.c94 ATI128DriverData *adrv = (ATI128DriverData*) driver_data; in ov0InitLayer() local
95 volatile u8 *mmio = adrv->mmio_base; in ov0InitLayer()
133 ov0OnOff( ATI128DriverData *adrv, in ov0OnOff() argument
208 ov0_calc_regs( adrv, aov0, config, surface, lock ); in ov0SetRegion()
209 ov0_set_regs( adrv, aov0 ); in ov0SetRegion()
212 ov0OnOff( adrv, aov0, 1 ); in ov0SetRegion()
227 ov0OnOff( adrv, aov0, 0 ); in ov0RemoveRegion()
246 ov0_calc_regs( adrv, aov0, &aov0->config, surface, lock ); in ov0FlipRegion()
247 ov0_set_regs( adrv, aov0 ); in ov0FlipRegion()
267 volatile u8 *mmio = adrv->mmio_base; in ov0_set_regs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/ac97/
H A Dbus.c45 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read() argument
133 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one() argument
139 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID1); in snd_ac97_bus_scan_one()
144 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID2); in snd_ac97_bus_scan_one()
149 dev_dbg(&adrv->adap, "%s(codec_num=%u): vendor_id=0x%08x\n", in snd_ac97_bus_scan_one()
476 struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match() local
477 const struct ac97_id *id = adrv->id_table; in ac97_bus_match()
494 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe() local
505 ret = adrv->probe(adev); in ac97_bus_probe()
520 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/ac97/
H A Dbus.c45 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read() argument
133 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one() argument
139 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID1); in snd_ac97_bus_scan_one()
144 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID2); in snd_ac97_bus_scan_one()
149 dev_dbg(&adrv->adap, "%s(codec_num=%u): vendor_id=0x%08x\n", in snd_ac97_bus_scan_one()
476 struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match() local
477 const struct ac97_id *id = adrv->id_table; in ac97_bus_match()
494 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe() local
505 ret = adrv->probe(adev); in ac97_bus_probe()
520 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/ac97/
H A Dbus.c45 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read() argument
133 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one() argument
139 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID1); in snd_ac97_bus_scan_one()
144 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID2); in snd_ac97_bus_scan_one()
149 dev_dbg(&adrv->adap, "%s(codec_num=%u): vendor_id=0x%08x\n", in snd_ac97_bus_scan_one()
476 struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match() local
477 const struct ac97_id *id = adrv->id_table; in ac97_bus_match()
494 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe() local
505 ret = adrv->probe(adev); in ac97_bus_probe()
520 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove() local
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyafscii.c199 MIOAppDriver adrv; in main() local
237 adrv.app_open_source = ytOpenSource; in main()
238 adrv.app_open_sink = NULL; in main()
239 adrv.app_close_source = NULL; in main()
240 adrv.app_close_sink = NULL; in main()
241 adrv.app_process = ytProcess; in main()
244 if (!mio_dispatch_loop(&source, &sink, &adrv, &yx, miodflags, mio_ov_poll, in main()
H A Dyafcollect.c351 MIOAppDriver adrv; in main() local
416 adrv.app_open_source = ycOpenListener; in main()
417 adrv.app_close_source = ycCloseListener; in main()
418 adrv.app_open_sink = ycOpenFileSink; in main()
419 adrv.app_close_sink = ycCloseFileSink; in main()
420 adrv.app_process = ycProcess; in main()
423 if (!mio_dispatch_loop(&source, &sink, &adrv, &yx, miodflags, mio_ov_poll, in main()
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/ac97/
H A Dcontroller.h55 void (*reset)(struct ac97_controller *adrv);
56 void (*warm_reset)(struct ac97_controller *adrv);
57 int (*write)(struct ac97_controller *adrv, int slot,
59 int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/ac97/
H A Dcontroller.h55 void (*reset)(struct ac97_controller *adrv);
56 void (*warm_reset)(struct ac97_controller *adrv);
57 int (*write)(struct ac97_controller *adrv, int slot,
59 int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/ac97/
H A Dcontroller.h55 void (*reset)(struct ac97_controller *adrv);
56 void (*warm_reset)(struct ac97_controller *adrv);
57 int (*write)(struct ac97_controller *adrv, int slot,
59 int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/qcom/
H A Dapr.c108 struct apr_driver *adrv = NULL; in apr_do_rx_callback() local
149 adrv = to_apr_driver(svc->dev.driver); in apr_do_rx_callback()
152 if (!adrv) { in apr_do_rx_callback()
167 adrv->callback(svc, &resp); in apr_do_rx_callback()
192 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match() local
193 const struct apr_device_id *id = adrv->id_table; in apr_device_match()
217 return adrv->probe(adev); in apr_device_probe()
223 struct apr_driver *adrv; in apr_device_remove() local
227 adrv = to_apr_driver(dev->driver); in apr_device_remove()
228 if (adrv->remove) in apr_device_remove()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/qcom/
H A Dapr.c108 struct apr_driver *adrv = NULL; in apr_do_rx_callback() local
149 adrv = to_apr_driver(svc->dev.driver); in apr_do_rx_callback()
152 if (!adrv) { in apr_do_rx_callback()
167 adrv->callback(svc, &resp); in apr_do_rx_callback()
192 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match() local
193 const struct apr_device_id *id = adrv->id_table; in apr_device_match()
217 return adrv->probe(adev); in apr_device_probe()
223 struct apr_driver *adrv; in apr_device_remove() local
227 adrv = to_apr_driver(dev->driver); in apr_device_remove()
228 if (adrv->remove) in apr_device_remove()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/qcom/
H A Dapr.c108 struct apr_driver *adrv = NULL; in apr_do_rx_callback() local
149 adrv = to_apr_driver(svc->dev.driver); in apr_do_rx_callback()
152 if (!adrv) { in apr_do_rx_callback()
167 adrv->callback(svc, &resp); in apr_do_rx_callback()
192 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match() local
193 const struct apr_device_id *id = adrv->id_table; in apr_device_match()
217 return adrv->probe(adev); in apr_device_probe()
223 struct apr_driver *adrv; in apr_device_remove() local
227 adrv = to_apr_driver(dev->driver); in apr_device_remove()
228 if (adrv->remove) in apr_device_remove()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/bcma/
H A Dmain.c537 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local
538 if (adrv->suspend) in bcma_bus_suspend()
539 adrv->suspend(core); in bcma_bus_suspend()
559 if (adrv->resume) in bcma_bus_resume()
560 adrv->resume(core); in bcma_bus_resume()
587 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local
591 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
609 if (adrv->probe) in bcma_device_probe()
610 err = adrv->probe(core); in bcma_device_probe()
623 if (adrv->remove) in bcma_device_remove()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/bcma/
H A Dmain.c537 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local
538 if (adrv->suspend) in bcma_bus_suspend()
539 adrv->suspend(core); in bcma_bus_suspend()
559 if (adrv->resume) in bcma_bus_resume()
560 adrv->resume(core); in bcma_bus_resume()
587 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local
591 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
609 if (adrv->probe) in bcma_device_probe()
610 err = adrv->probe(core); in bcma_device_probe()
623 if (adrv->remove) in bcma_device_remove()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/bcma/
H A Dmain.c537 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local
538 if (adrv->suspend) in bcma_bus_suspend()
539 adrv->suspend(core); in bcma_bus_suspend()
559 if (adrv->resume) in bcma_bus_resume()
560 adrv->resume(core); in bcma_bus_resume()
587 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local
591 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
609 if (adrv->probe) in bcma_device_probe()
610 err = adrv->probe(core); in bcma_device_probe()
623 if (adrv->remove) in bcma_device_remove()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c302 struct auxiliary_driver *adrv; in mlx5_attach_device() local
323 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_attach_device()
325 if (adrv->resume) in mlx5_attach_device()
326 ret = adrv->resume(adev); in mlx5_attach_device()
343 struct auxiliary_driver *adrv; in mlx5_detach_device() local
353 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_detach_device()
355 if (adrv->suspend) { in mlx5_detach_device()
356 adrv->suspend(adev, pm); in mlx5_detach_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c302 struct auxiliary_driver *adrv; in mlx5_attach_device() local
323 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_attach_device()
325 if (adrv->resume) in mlx5_attach_device()
326 ret = adrv->resume(adev); in mlx5_attach_device()
343 struct auxiliary_driver *adrv; in mlx5_detach_device() local
353 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_detach_device()
355 if (adrv->suspend) { in mlx5_detach_device()
356 adrv->suspend(adev, pm); in mlx5_detach_device()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c302 struct auxiliary_driver *adrv; in mlx5_attach_device() local
323 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_attach_device()
325 if (adrv->resume) in mlx5_attach_device()
326 ret = adrv->resume(adev); in mlx5_attach_device()
343 struct auxiliary_driver *adrv; in mlx5_detach_device() local
353 adrv = to_auxiliary_drv(adev->dev.driver); in mlx5_detach_device()
355 if (adrv->suspend) { in mlx5_detach_device()
356 adrv->suspend(adev, pm); in mlx5_detach_device()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c28 static void pxa2xx_ac97_warm_reset(struct ac97_controller *adrv) in pxa2xx_ac97_warm_reset() argument
35 static void pxa2xx_ac97_cold_reset(struct ac97_controller *adrv) in pxa2xx_ac97_cold_reset() argument
42 static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_read_actrl() argument
48 static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_write_actrl() argument
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c28 static void pxa2xx_ac97_warm_reset(struct ac97_controller *adrv) in pxa2xx_ac97_warm_reset() argument
35 static void pxa2xx_ac97_cold_reset(struct ac97_controller *adrv) in pxa2xx_ac97_cold_reset() argument
42 static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_read_actrl() argument
48 static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_write_actrl() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/pxa/
H A Dpxa2xx-ac97.c28 static void pxa2xx_ac97_warm_reset(struct ac97_controller *adrv) in pxa2xx_ac97_warm_reset() argument
35 static void pxa2xx_ac97_cold_reset(struct ac97_controller *adrv) in pxa2xx_ac97_cold_reset() argument
42 static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_read_actrl() argument
48 static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_write_actrl() argument

123