Home
last modified time | relevance | path

Searched full:co (Results 1 – 25 of 5847) sorted by relevance

12345678910>>...234

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml27 description: 70mai Co., Ltd.
37 description: Actions Semiconductor Co., Ltd.
63 description: Allwinner Technology Co., Ltd.
67 description: Alps Electric Co., Ltd.
79 description: Shenzhen Amediatech Technology Co., Ltd
83 description: Ampire Co., Ltd.
101 description: ArcherMind Technology (Nanjing) Co., Ltd.
137 description: Shanghai AVIC Optoelectronics Co., Ltd.
141 description: Shanghai Awinic Technology Co., Ltd.
149 description: Shenzhen AZW Technology Co., Ltd.
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
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 …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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 …]
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>
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dst-rproc.txt1 STMicroelectronics Co-Processor Bindings
6 Co-processors can be controlled from the bootloader or the primary OS. If
7 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
Dimx-rproc.txt1 NXP iMX6SX/iMX7D Co-Processor Bindings
4 This binding provides support for ARM Cortex M4 Co-processor found on some
11 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
/kernel/linux/linux-5.10/tools/memory-model/
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
/kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/
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
/kernel/linux/linux-5.10/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c52 #define CO(x) ((CO_BUF) >> (8 - (x)) & 0x03) macro
84 u32 co; member
186 * CO is power of 2: 1, 2, 4, 8 in mixel_dphy_config_from_opts()
192 cfg->co = 1 << i; in mixel_dphy_config_from_opts()
197 cfg->co < 1 || cfg->co > 8) { in mixel_dphy_config_from_opts()
198 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n", 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()
308 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n", in mixel_dphy_set_pll_params()
309 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
[all …]
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst430 Co-developed-by: 声明补丁是由多个开发人员共同创建的;当几个人在一个补丁上工
432 Co-developed-by: 表示作者身份,所以每个共同开发人:必须紧跟在相关合作作者的
434 管作者是通过 From :还是由 Co-developed-by: 共同开发的。值得注意的是,最后一
443 Co-developed-by: First Co-Author <first@coauthor.example.org>
444 Signed-off-by: First Co-Author <first@coauthor.example.org>
445 Co-developed-by: Second Co-Author <second@coauthor.example.org>
446 Signed-off-by: Second Co-Author <second@coauthor.example.org>
455 Co-developed-by: Random Co-Author <random@coauthor.example.org>
456 Signed-off-by: Random Co-Author <random@coauthor.example.org>
458 Co-developed-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/kernel/linux/linux-5.10/arch/mips/vr41xx/
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.
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
Dhantro_v4l2.h5 * Copyright (C) 2018 Rockchip Electronics Co., Ltd.
12 * Based on s5p-mfc driver by Samsung Electronics Co., Ltd.
13 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
/kernel/linux/linux-5.10/drivers/clk/ti/
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 …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dvas-api.rst12 allows both userspace and kernel communicate to co-processor
14 unit comprises of one or more hardware engines or co-processor types
21 Requests to the GZIP engine must be formatted as a co-processor Request
68 address space (i.e. get a paste_address for the co-processor
78 Although a system may have several instances of the NX co-processor
86 Applications may chose a specific instance of the NX co-processor using
111 a connection with NX co-processor engine:
208 Applications should format requests to the co-processor using the
209 co-processor Request Block (CRBs). Refer NX-GZIP user's manual for the format
217 co-processor Status Block (CSB) flags. NX updates status in CSB after each
/kernel/linux/linux-5.10/Documentation/fb/
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
/kernel/linux/linux-5.10/drivers/usb/serial/
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()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dpm-common.h3 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
6 * http://armlinux.simtec.co.uk/
7 * Written by Ben Dooks, <ben@simtec.co.uk>
Ds3c64xx.h3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
8 * Ben Dooks <ben@simtec.co.uk>
9 * http://armlinux.simtec.co.uk/
Dbast-ide.c4 // http://www.simtec.co.uk/products/EB2410ITX/
5 // http://armlinux.simtec.co.uk/
6 // Ben Dooks <ben@simtec.co.uk>
/kernel/linux/linux-5.10/Documentation/process/
Dsubmitting-patches.rst408 When to use Acked-by:, Cc:, and Co-developed-by:
441 Co-developed-by: states that the patch was co-created by multiple developers;
442 it is a used to give attribution to co-authors (in addition to the author
444 Co-developed-by: denotes authorship, every Co-developed-by: must be immediately
445 followed by a Signed-off-by: of the associated co-author. Standard sign-off
448 the author is attributed via From: or Co-developed-by:. Notably, the last
458 Co-developed-by: First Co-Author <first@coauthor.example.org>
459 Signed-off-by: First Co-Author <first@coauthor.example.org>
460 Co-developed-by: Second Co-Author <second@coauthor.example.org>
461 Signed-off-by: Second Co-Author <second@coauthor.example.org>
[all …]
/kernel/linux/linux-5.10/drivers/tty/serial/
Ddigicolor-usart.c5 * Author: Baruch Siach <baruch@tkos.co.il>
394 static void digicolor_uart_console_write(struct console *co, const char *c, in digicolor_uart_console_write() argument
397 struct uart_port *port = digicolor_ports[co->index]; in digicolor_uart_console_write()
418 static int digicolor_uart_console_setup(struct console *co, char *options) in digicolor_uart_console_setup() argument
423 if (co->index < 0 || co->index >= DIGICOLOR_USART_NR) in digicolor_uart_console_setup()
426 port = digicolor_ports[co->index]; in digicolor_uart_console_setup()
433 return uart_set_options(port, co, baud, parity, bits, flow); in digicolor_uart_console_setup()
560 MODULE_AUTHOR("Baruch Siach <baruch@tkos.co.il>");
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
481 pr_debug("apbuart_console_setup co=%p, co->index=%i, options=%s\n", in apbuart_console_setup()
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()
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()
/kernel/linux/linux-5.10/fs/xfs/scrub/
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 …]
/kernel/linux/linux-5.10/drivers/leds/
Dleds-s3c24xx.c5 * http://armlinux.simtec.co.uk/
6 * Ben Dooks <ben@simtec.co.uk>
80 MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");

12345678910>>...234