Home
last modified time | relevance | path

Searched defs:chan (Results 826 - 850 of 2948) sorted by relevance

1...<<31323334353637383940>>...118

/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_oss.c327 struct snd_midi_channel *chan; in emuspec_control() local
421 struct snd_midi_channel *chan; gusspec_control() local
[all...]
H A Demux_seq.c229 struct snd_midi_channel *chan = port->chset.channels + i; in snd_emux_reset_port() local
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dskl_rt286.c214 struct snd_interval *chan = hw_param_interval(params, in skylake_ssp0_fixup() local
250 struct snd_interval *chan = hw_param_interval(params, in skylake_dmic_fixup() local
/kernel/linux/linux-5.10/sound/soc/txx9/
H A Dtxx9aclc.c113 struct dma_chan *chan = dmadata->dma_chan; in txx9aclc_dma_submit() local
141 struct dma_chan *chan = dmadata->dma_chan; in txx9aclc_dma_work() local
262 struct dma_chan *chan = dmadata->dma_chan; in txx9aclc_pcm_close() local
311 static bool filter(struct dma_chan *chan, voi argument
380 struct dma_chan *chan = dmadata->dma_chan; txx9aclc_pcm_remove() local
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c77 struct dma_chan *chan = snd_dmaengine_pcm_get_chan(substream); in dmaengine_pcm_hw_params() local
111 struct dma_chan *chan = pcm->chan[substream->stream]; in dmaengine_pcm_set_runtime_hwparams() local
157 struct dma_chan *chan = pcm->chan[substream->stream]; in dmaengine_pcm_open() local
208 dmaengine_pcm_can_report_residue(struct device *dev, struct dma_chan *chan) dmaengine_pcm_can_report_residue() argument
362 struct dma_chan *chan; dmaengine_pcm_request_chan_of() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dvt8500lcdfb.c132 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field() argument
H A Dwm8505fb.c185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field() argument
/kernel/linux/linux-5.10/net/atm/
H A Dpppoatm.c67 struct ppp_channel chan; /* interface to generic ppp layer */ member
94 static inline struct pppoatm_vcc *chan_to_pvcc(const struct ppp_channel *chan) in chan_to_pvcc() argument
287 static int pppoatm_send(struct ppp_channel *chan, struc argument
368 pppoatm_devppp_ioctl(struct ppp_channel *chan, unsigned int cmd, unsigned long arg) pppoatm_devppp_ioctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.h23 struct nouveau_channel *chan; member
H A Dnouveau_fbcon.c164 struct nouveau_channel *chan = drm->channel; in nouveau_fbcon_sync() local
318 struct nouveau_channel *chan; in nouveau_fbcon_create() local
[all...]
H A Dnouveau_fence.c134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update() argument
163 struct nouveau_channel *chan; in nouveau_fence_wait_uevent_handler() local
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new() argument
210 nouveau_fence_emit(struct nouveau_fence *fence, struct nouveau_channel *chan) nouveau_fence_emit() argument
249 struct nouveau_channel *chan; nouveau_fence_done() local
342 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) nouveau_fence_sync() argument
415 nouveau_fence_new(struct nouveau_channel *chan, bool sysmem, struct nouveau_fence **pfence) nouveau_fence_new() argument
459 struct nouveau_channel *chan; nouveau_fence_is_signaled() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.h36 struct list_head chan; member
70 void (*chan)(struct gk104_fifo_chan *, member
86 } chan; member
H A Dchan.c34 struct nvkm_fifo_chan *chan; member
44 struct nvkm_fifo_chan *chan = object->chan; in nvkm_fifo_chan_child_fini() local
77 struct nvkm_fifo_chan *chan = object->chan; nvkm_fifo_chan_child_init() local
110 struct nvkm_fifo_chan *chan = object->chan; nvkm_fifo_chan_child_del() local
137 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(oclass->parent); nvkm_fifo_chan_child_new() local
204 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_child_get() local
249 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_ntfy() local
259 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_map() local
269 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_rd32() local
284 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_wr32() local
299 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_fini() local
307 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_init() local
315 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_chan_dtor() local
353 nvkm_fifo_chan_ctor(const struct nvkm_fifo_chan_func *func, struct nvkm_fifo *fifo, u32 size, u32 align, bool zero, u64 hvmm, u64 push, u64 engines, int bar, u32 base, u32 user, const struct nvkm_oclass *oclass, struct nvkm_fifo_chan *chan) nvkm_fifo_chan_ctor() argument
[all...]
H A Dbase.c69 struct nvkm_fifo_chan *chan = *pchan; in nvkm_fifo_chan_put() local
79 struct nvkm_fifo_chan *chan; in nvkm_fifo_chan_inst_locked() local
93 struct nvkm_fifo_chan *chan; nvkm_fifo_chan_inst() local
107 struct nvkm_fifo_chan *chan; nvkm_fifo_chan_chid() local
132 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); nvkm_fifo_kevent_ctor() local
[all...]
H A Dgpfifogk104.c38 gk104_fifo_gpfifo_kick_locked(struct gk104_fifo_chan *chan) in gk104_fifo_gpfifo_kick_locked() argument
65 gk104_fifo_gpfifo_kick(struct gk104_fifo_chan *chan) in gk104_fifo_gpfifo_kick() argument
101 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_engine_fini() local
128 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_engine_init() local
153 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_engine_dtor() local
163 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_engine_ctor() local
186 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_fini() local
204 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_init() local
224 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); gk104_fifo_gpfifo_dtor() local
248 struct gk104_fifo_chan *chan; gk104_fifo_gpfifo_new_() local
[all...]
H A Dnv04.c141 struct nvkm_fifo_chan *chan; in nv04_fifo_cache_error() local
196 struct nvkm_fifo_chan *chan; in nv04_fifo_dma_pusher() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.c77 struct nv40_gr_chan *chan = nv40_gr_chan(object); in nv40_gr_chan_bind() local
94 struct nv40_gr_chan *chan = nv40_gr_chan(object); in nv40_gr_chan_fini() local
132 struct nv40_gr_chan *chan = nv40_gr_chan(object); in nv40_gr_chan_dtor() local
152 struct nv40_gr_chan *chan; nv40_gr_chan_new() local
235 struct nv40_gr_chan *temp, *chan = NULL; nv40_gr_intr() local
[all...]
H A Dnv20.c19 struct nv20_gr_chan *chan = nv20_gr_chan(object); in nv20_gr_chan_init() local
32 struct nv20_gr_chan *chan = nv20_gr_chan(object); in nv20_gr_chan_fini() local
62 struct nv20_gr_chan *chan = nv20_gr_chan(object); nv20_gr_chan_dtor() local
79 struct nv20_gr_chan *chan; nv20_gr_chan_new() local
185 struct nvkm_fifo_chan *chan; nv20_gr_intr() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.c67 struct nv31_mpeg_chan *chan = nv31_mpeg_chan(object); in nv31_mpeg_chan_dtor() local
89 struct nv31_mpeg_chan *chan; in nv31_mpeg_chan_new() local
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/si470x/
H A Dradio-si470x-common.c193 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) in si470x_set_chan() argument
261 int chan, retval; in si470x_get_freq() local
279 unsigned short chan; in si470x_set_freq() local
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dgeneric-adc-battery.c249 int chan; in gab_probe() local
371 int chan; gab_remove() local
[all...]
H A Dsbs-manager.c172 static int sbsm_select(struct i2c_mux_core *muxc, u32 chan) in sbsm_select() argument
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_clock.c355 ptp_find_pin(struct ptp_clock *ptp, enum ptp_pin_function func, unsigned int chan) ptp_find_pin() argument
373 ptp_find_pin_unlocked(struct ptp_clock *ptp, enum ptp_pin_function func, unsigned int chan) ptp_find_pin_unlocked() argument
H A Dptp_chardev.c18 ptp_disable_pinfunc(struct ptp_clock_info *ops, enum ptp_pin_function func, unsigned int chan) ptp_disable_pinfunc() argument
48 ptp_set_pinfunc(struct ptp_clock *ptp, unsigned int pin, enum ptp_pin_function func, unsigned int chan) ptp_set_pinfunc() argument
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-atmel-tcb.c468 struct atmel_tcb_channel *chan = &tcbpwm->bkup[i]; in atmel_tcb_pwm_suspend() local
485 struct atmel_tcb_channel *chan = &tcbpwm->bkup[i]; in atmel_tcb_pwm_resume() local
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...118