Home
last modified time | relevance | path

Searched refs:images (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/include/sound/
H A Dak4xxx-adda.h48 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member
77 (ak)->images[(chip) * 16 + (reg)]
79 ((ak)->images[(chip) * 16 + (reg)] = (val))
/kernel/linux/linux-6.6/include/sound/
H A Dak4xxx-adda.h48 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member
77 (ak)->images[(chip) * 16 + (reg)]
79 ((ak)->images[(chip) * 16 + (reg)] = (val))
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkfigure.py57 from docutils.parsers.rst.directives import images namespace
78 Figure = images.Figure
208 prefer PDF while *html* builder prefer SVG format for images.
268 translator.builder.images.pop(img_node['uri'], None)
350 class KernelImage(images.Image):
362 'Error in "%s: %s": glob pattern and remote images are not allowed'
364 result = images.Image.run(self)
399 ' glob pattern and remote images are not allowed'
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkfigure.py59 from docutils.parsers.rst.directives import images namespace
70 Figure = images.Figure
249 prefer PDF while *html* builder prefer SVG format for images.
311 translator.builder.images.pop(img_node['uri'], None)
448 class KernelImage(images.Image):
460 'Error in "%s: %s": glob pattern and remote images are not allowed'
462 result = images.Image.run(self)
497 ' glob pattern and remote images are not allowed'
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dboard-luton.its.S3 images {
H A Dboard-boston.its.S2 images {
H A Dboard-marduk.its.S2 images {
H A Dboard-ni169445.its.S2 images {
H A Dboard-serval.its.S3 images {
H A Dboard-xilfpga.its.S2 images {
H A Dboard-jaguar2.its.S3 images {
H A Dboard-ocelot.its.S3 images {
H A Dvmlinux.its.S8 images {
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dboard-xilfpga.its.S2 images {
H A Dboard-ni169445.its.S2 images {
H A Dboard-boston.its.S2 images {
H A Dvmlinux.its.S8 images {
H A Dboard-ocelot.its.S3 images {
/kernel/linux/linux-5.10/scripts/kconfig/
H A DMakefile185 qconf-objs := images.o $(common-objs)
203 gconf-objs := gconf.o images.o $(common-objs)
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile194 qconf-objs := images.o $(common-objs)
212 gconf-objs := gconf.o images.o $(common-objs)
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dpontis.c70 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
71 ice->akm[0].images[reg + 1]; in wm_get()
88 ice->akm[0].images[reg] = val >> 8; in wm_put()
89 ice->akm[0].images[reg + 1] = val; in wm_put()
H A Dphase.c242 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
243 ice->akm[0].images[reg + 1]; in wm_get()
261 ice->akm[0].images[reg] = val >> 8; in wm_put()
262 ice->akm[0].images[reg + 1] = val; in wm_put()
H A Dprodigy_hifi.c116 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
117 ice->akm[0].images[reg + 1]; in wm_get()
134 ice->akm[0].images[reg] = val >> 8; in wm_put()
135 ice->akm[0].images[reg + 1] = val; in wm_put()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dphase.c242 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
243 ice->akm[0].images[reg + 1]; in wm_get()
261 ice->akm[0].images[reg] = val >> 8; in wm_put()
262 ice->akm[0].images[reg + 1] = val; in wm_put()
H A Dpontis.c70 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
71 ice->akm[0].images[reg + 1]; in wm_get()
88 ice->akm[0].images[reg] = val >> 8; in wm_put()
89 ice->akm[0].images[reg + 1] = val; in wm_put()

Completed in 11 milliseconds

12