Home
last modified time | relevance | path

Searched refs:co (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c43 u32 co, ho; in nvkm_ramht_search() local
45 co = ho = nvkm_ramht_hash(ramht, chid, handle); in nvkm_ramht_search()
47 if (ramht->data[co].chid == chid) { in nvkm_ramht_search()
48 if (ramht->data[co].handle == handle) in nvkm_ramht_search()
49 return ramht->data[co].inst; in nvkm_ramht_search()
52 if (++co >= ramht->size) in nvkm_ramht_search()
53 co = 0; in nvkm_ramht_search()
54 } while (co != ho); in nvkm_ramht_search()
60 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, in nvkm_ramht_update() argument
63 struct nvkm_ramht_data *data = &ramht->data[co]; in nvkm_ramht_update()
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c89 unsigned char *ci, *co; in AMF_DecodeNumber() local
91 co = (unsigned char *)&dVal; in AMF_DecodeNumber()
92 co[0] = ci[7]; in AMF_DecodeNumber()
93 co[1] = ci[6]; in AMF_DecodeNumber()
94 co[2] = ci[5]; in AMF_DecodeNumber()
95 co[3] = ci[4]; in AMF_DecodeNumber()
96 co[4] = ci[3]; in AMF_DecodeNumber()
97 co[5] = ci[2]; in AMF_DecodeNumber()
98 co[6] = ci[1]; in AMF_DecodeNumber()
99 co[7] = ci[0]; in AMF_DecodeNumber()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c427 if (--pent->co.shco.red->refcnt == 0) in FreeColormap()
428 free(pent->co.shco.red); in FreeColormap()
429 if (--pent->co.shco.green->refcnt == 0) in FreeColormap()
430 free(pent->co.shco.green); in FreeColormap()
431 if (--pent->co.shco.blue->refcnt == 0) in FreeColormap()
432 free(pent->co.shco.blue); in FreeColormap()
684 if (--pent->co.shco.red->refcnt == 0) in FreeCell()
685 free(pent->co.shco.red); in FreeCell()
686 if (--pent->co.shco.green->refcnt == 0) in FreeCell()
687 free(pent->co.shco.green); in FreeCell()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dconsole.c55 static int usb_console_setup(struct console *co, char *options) in usb_console_setup() argument
112 port = usb_serial_port_get_by_minor(co->index); in usb_console_setup()
115 pr_err("No USB device connected to ttyUSB%i\n", co->index); in usb_console_setup()
143 tty->index = co->index; in usb_console_setup()
197 static void usb_console_write(struct console *co, in usb_console_write() argument
246 static struct tty_driver *usb_console_device(struct console *co, int *index) in usb_console_device() argument
248 struct tty_driver **p = (struct tty_driver **)co->data; in usb_console_device()
253 *index = co->index; in usb_console_device()
/OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/
H A Deb2410itx.rst5 http://www.simtec.co.uk/products/EB2410ITX/
26 website, at the product page http://www.simtec.co.uk/products/EB2410ITX/
30 - Resources Page http://www.simtec.co.uk/products/EB2410ITX/resources.html
32 - Board FAQ at http://www.simtec.co.uk/products/EB2410ITX/faq.html
34 - Bootloader info http://www.simtec.co.uk/products/SWABLE/resources.html
35 and FAQ http://www.simtec.co.uk/products/SWABLE/faq.html
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-regulator4 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
70 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
94 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
109 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
124 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
149 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
164 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
179 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
194 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
209 Contact: Liam Girdwood <lrg@slimlogic.co.uk>
[all …]
H A Dsysfs-driver-hid-prodikeys4 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
13 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
23 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlock.cat62 * until after the co relation has been generated.
122 (* Generate all co relations, including LKW events but not UL *)
129 (* Merge UL events into co *)
130 let co = (co | critical | (critical^-1 ; co))+
131 let coe = co & ext
132 let coi = co & int
135 let rf = rf | ([IW | UL] ; singlestep(co) ; lk-rmw^-1)
139 let fr = rf^-1 ; co
143 show co,rf,fr
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dadpll.c543 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_enable() local
544 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_enable()
553 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_disable() local
554 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_disable()
562 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_is_enabled() local
563 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_is_enabled()
573 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_get_parent() local
574 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent()
585 struct ti_adpll_clkout_data *co; in ti_adpll_init_clkout() local
593 co = devm_kzalloc(d->dev, sizeof(*co), GFP_KERNEL); in ti_adpll_init_clkout()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c125 pmap->red[i].co.local.red = in miInitializeColormap()
127 pmap->green[i].co.local.green = in miInitializeColormap()
129 pmap->blue[i].co.local.blue = in miInitializeColormap()
141 pmap->red[i].co.local.red = in miInitializeColormap()
144 pmap->red[i].co.local.green = in miInitializeColormap()
147 pmap->red[i].co.local.blue = in miInitializeColormap()
155 pmap->red[i].co.local.red = ((((i * 65535) / maxent) >> shift) in miInitializeColormap()
157 pmap->red[i].co.local.green = pmap->red[i].co.local.red; in miInitializeColormap()
158 pmap->red[i].co.local.blue = pmap->red[i].co.local.red; in miInitializeColormap()
180 outdefs[i].red = pmap->red[red >> pVisual->offsetRed].co.local.red; \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-32205.patch37 co = calloc(1, sizeof(struct Cookie));
38 if(!co)
40 freecookie(co);
135 - co = Curl_cookie_getlist(data->cookies, host, data->state.up.path,
136 + co = Curl_cookie_getlist(data, data->cookies, host, data->state.up.path,
144 + if((Curl_dyn_len(r) + strlen(co->name) + strlen(co->value) + 1) >=
147 + "'%s' not sent", co->name);
152 co->name, co->value);
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Ddebug.c42 static void atari_mfp_console_write(struct console *co, const char *str, in atari_mfp_console_write() argument
61 static void atari_scc_console_write(struct console *co, const char *str, in atari_scc_console_write() argument
78 static void atari_midi_console_write(struct console *co, const char *str, in atari_midi_console_write() argument
109 static void atari_par_console_write(struct console *co, const char *str, in atari_par_console_write() argument
132 int atari_mfp_console_wait_key(struct console *co)
139 int atari_scc_console_wait_key(struct console *co)
148 int atari_midi_console_wait_key(struct console *co)
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dbtree.c409 struct check_owner *co; in xchk_btree_check_owner() local
432 co = kmem_alloc(sizeof(struct check_owner), in xchk_btree_check_owner()
434 if (!co) in xchk_btree_check_owner()
436 co->level = level; in xchk_btree_check_owner()
437 co->daddr = XFS_BUF_ADDR(bp); in xchk_btree_check_owner()
438 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner()
617 struct check_owner *co; in xchk_btree() local
705 list_for_each_entry_safe(co, n, &bs.to_check, list) { in xchk_btree()
708 co->level, co->daddr); in xchk_btree()
709 list_del(&co->list); in xchk_btree()
[all …]
/OK3568_Linux_fs/kernel/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c84 u32 co; member
192 cfg->co = 1 << i; in mixel_dphy_config_from_opts()
197 cfg->co < 1 || cfg->co > 8) { in mixel_dphy_config_from_opts()
199 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts()
307 priv->cfg.co < 1 || priv->cfg.co > 8) { in mixel_dphy_set_pll_params()
309 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
313 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
316 phy_write(phy, CO(priv->cfg.co), DPHY_CO); in mixel_dphy_set_pll_params()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dst-rproc.txt7 the bootloader starts a co-processor, the primary OS must detect its state
17 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
18 - clock-frequency Clock frequency to set co-processor at if the bootloader
21 for the co-processor
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmcf.c516 static void mcf_console_putc(struct console *co, const char c) in mcf_console_putc() argument
518 struct uart_port *port = &(mcf_ports + co->index)->port; in mcf_console_putc()
534 static void mcf_console_write(struct console *co, const char *s, unsigned int count) in mcf_console_write() argument
537 mcf_console_putc(co, *s); in mcf_console_write()
539 mcf_console_putc(co, '\r'); in mcf_console_write()
545 static int __init mcf_console_setup(struct console *co, char *options) in mcf_console_setup() argument
553 if ((co->index < 0) || (co->index >= MCF_MAXPORTS)) in mcf_console_setup()
554 co->index = 0; in mcf_console_setup()
555 port = &mcf_ports[co->index].port; in mcf_console_setup()
562 return uart_set_options(port, co, baud, parity, bits, flow); in mcf_console_setup()
H A Dapbuart.c428 apbuart_console_write(struct console *co, const char *s, unsigned int count) in apbuart_console_write() argument
430 struct uart_port *port = &grlib_apbuart_ports[co->index]; in apbuart_console_write()
473 static int __init apbuart_console_setup(struct console *co, char *options) in apbuart_console_setup() argument
482 co, co->index, options); in apbuart_console_setup()
489 if (co->index >= grlib_apbuart_port_nr) in apbuart_console_setup()
490 co->index = 0; in apbuart_console_setup()
492 port = &grlib_apbuart_ports[co->index]; in apbuart_console_setup()
501 return uart_set_options(port, co, baud, parity, bits, flow); in apbuart_console_setup()
H A Daltera_jtaguart.c339 static void altera_jtaguart_console_write(struct console *co, const char *s, in altera_jtaguart_console_write() argument
342 struct uart_port *port = &(altera_jtaguart_ports + co->index)->port; in altera_jtaguart_console_write()
347 static int __init altera_jtaguart_console_setup(struct console *co, in altera_jtaguart_console_setup() argument
352 if (co->index < 0 || co->index >= ALTERA_JTAGUART_MAXPORTS) in altera_jtaguart_console_setup()
354 port = &altera_jtaguart_ports[co->index].port; in altera_jtaguart_console_setup()
382 static void altera_jtaguart_earlycon_write(struct console *co, const char *s, in altera_jtaguart_earlycon_write() argument
385 struct earlycon_device *dev = co->data; in altera_jtaguart_earlycon_write()
H A Daltera_uart.c452 static void altera_uart_console_write(struct console *co, const char *s, in altera_uart_console_write() argument
455 struct uart_port *port = &(altera_uart_ports + co->index)->port; in altera_uart_console_write()
460 static int __init altera_uart_console_setup(struct console *co, char *options) in altera_uart_console_setup() argument
468 if (co->index < 0 || co->index >= CONFIG_SERIAL_ALTERA_UART_MAXPORTS) in altera_uart_console_setup()
470 port = &altera_uart_ports[co->index].port; in altera_uart_console_setup()
477 return uart_set_options(port, co, baud, parity, bits, flow); in altera_uart_console_setup()
502 static void altera_uart_earlycon_write(struct console *co, const char *s, in altera_uart_earlycon_write() argument
505 struct earlycon_device *dev = co->data; in altera_uart_earlycon_write()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c70 pCmap->red[i].co.local.red = colors[i].red; in xnestCreateColormap()
71 pCmap->red[i].co.local.green = colors[i].red; in xnestCreateColormap()
72 pCmap->red[i].co.local.blue = colors[i].red; in xnestCreateColormap()
83 pCmap->red[i].co.local.red = colors[i].red; in xnestCreateColormap()
84 pCmap->red[i].co.local.green = colors[i].green; in xnestCreateColormap()
85 pCmap->red[i].co.local.blue = colors[i].blue; in xnestCreateColormap()
110 pCmap->red[i].co.local.red = colors[i].red; in xnestCreateColormap()
111 pCmap->green[i].co.local.green = colors[i].green; in xnestCreateColormap()
112 pCmap->blue[i].co.local.blue = colors[i].blue; in xnestCreateColormap()
/OK3568_Linux_fs/buildroot/package/chrony/
H A D0001-sys_linux-fix-build-with-older-kernel-headers.patch2 Message-Id: <5dab78341bd515692f1b9ff8716a911c3ebf9ee1.1611839550.git.baruch@tkos.co.il>
3 From: Baruch Siach <baruch@tkos.co.il>
10 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch23 rm -f makedefs.test makedefs.test.[co]
34 rm -f makedefs.test makedefs.test.[co]
51 rm -f makedefs.test makedefs.test.[co]
60 rm -f makedefs.test makedefs.test.[co]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dcmap_xfbdev.rst45 dr = (long) pent->co.local.red - prgb->red;
46 dg = (long) pent->co.local.green - prgb->green;
47 db = (long) pent->co.local.blue - prgb->blue;
52 co.local.red are entries that were brought in through FBIOGETCMAP which come
/OK3568_Linux_fs/kernel/arch/mips/vr41xx/
H A DKconfig40 Please refer to <http://www.tanbac.co.jp/>
79 Please refer to <http://www.tanbac.co.jp/> about DIMM Evaluation Kit.
88 Please refer to <http://www.tanbac.co.jp/> about Mbase.
96 Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base.
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsh_bios.c108 static void sh_console_write(struct console *co, const char *s, in sh_console_write() argument
120 static int __init sh_console_setup(struct console *co, char *options) in sh_console_setup() argument
132 co->cflag = cflag; in sh_console_setup()

12345678910>>...22