Home
last modified time | relevance | path

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

12345678910>>...96

/linux/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 …]
/linux/crypto/
H A Dlskcipher.c29 return container_of(alg, struct lskcipher_alg, co.base); in __crypto_lskcipher_alg()
59 if (keylen < cipher->co.min_keysize || keylen > cipher->co.max_keysize) in crypto_lskcipher_setkey()
256 seq_printf(m, "min keysize : %u\n", skcipher->co.min_keysize); in crypto_lskcipher_show()
257 seq_printf(m, "max keysize : %u\n", skcipher->co.max_keysize); in crypto_lskcipher_show()
258 seq_printf(m, "ivsize : %u\n", skcipher->co.ivsize); in crypto_lskcipher_show()
259 seq_printf(m, "chunksize : %u\n", skcipher->co.chunksize); in crypto_lskcipher_show()
260 seq_printf(m, "statesize : %u\n", skcipher->co.statesize); in crypto_lskcipher_show()
275 rblkcipher.min_keysize = skcipher->co.min_keysize; in crypto_lskcipher_report()
276 rblkcipher.max_keysize = skcipher->co.max_keysize; in crypto_lskcipher_report()
277 rblkcipher.ivsize = skcipher->co.ivsize; in crypto_lskcipher_report()
[all …]
H A Darc4.c50 .co.base.cra_name = "arc4",
51 .co.base.cra_driver_name = "arc4-generic",
52 .co.base.cra_priority = 100,
53 .co.base.cra_blocksize = ARC4_BLOCK_SIZE,
54 .co.base.cra_ctxsize = sizeof(struct arc4_ctx),
55 .co.base.cra_alignmask = ARC4_ALIGN - 1,
56 .co.base.cra_module = THIS_MODULE,
57 .co.min_keysize = ARC4_MIN_KEY_SIZE,
58 .co.max_keysize = ARC4_MAX_KEY_SIZE,
59 .co.statesize = sizeof(struct arc4_ctx),
H A Decb.c129 inst->alg.co.base.cra_blocksize = cipher_alg->cra_blocksize; in lskcipher_alloc_instance_simple2()
130 inst->alg.co.base.cra_alignmask = cipher_alg->cra_alignmask; in lskcipher_alloc_instance_simple2()
131 inst->alg.co.base.cra_priority = cipher_alg->cra_priority; in lskcipher_alloc_instance_simple2()
132 inst->alg.co.min_keysize = cipher_alg->cra_cipher.cia_min_keysize; in lskcipher_alloc_instance_simple2()
133 inst->alg.co.max_keysize = cipher_alg->cra_cipher.cia_max_keysize; in lskcipher_alloc_instance_simple2()
134 inst->alg.co.ivsize = cipher_alg->cra_blocksize; in lskcipher_alloc_instance_simple2()
137 inst->alg.co.base.cra_ctxsize = sizeof(struct crypto_cipher *); in lskcipher_alloc_instance_simple2()
159 inst->alg.co.ivsize = 0; in crypto_ecb_create2()
188 inst->alg.co.ivsize = 0; in crypto_ecb_create()
189 if (cipher_alg->co.ivsize) in crypto_ecb_create()
[all …]
/linux/include/linux/soc/apple/
H A Drtkit.h6 * Apple's SoCs come with various co-processors running their RTKit operating
21 * @iomem: Shared memory buffer controlled by the co-processors.
24 * @is_mapped: Shared memory buffer is managed by the co-processor.
40 * @crashed: Called when the co-processor has crashed. Runs in process
50 * buffer is managed by the co-processor and needs to be mapped.
74 * @mbox_name: mailbox name used to communicate with the co-processor
76 * @ops: pointer to rtkit_ops to be used for this co-processor
88 * @mbox_name: mailbox name used to communicate with the co-processor
90 * @ops: pointer to rtkit_ops to be used for this co-processor
102 * Reinitialize internal structures. Must only be called with the co-processor
[all …]
/linux/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>
/linux/tools/memory-model/
H A Dlock.cat68 * until after the co relation has been generated.
136 (* Generate all co relations, including LKW events but not UL *)
143 (* Merge UL events into co *)
144 let co = (co | critical | (critical^-1 ; co))+
145 let coe = co & ext
146 let coi = co & int
149 let rf = rf | ([IW | UL] ; singlestep(co) ; lk-rmw^-1)
153 let fr = rf^-1 ; co
157 show co,rf,fr
/linux/Documentation/devicetree/bindings/remoteproc/
H A 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
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c68 #define CO(x) ((CO_BUF) >> (8 - (x)) & 0x03) macro
112 u32 co; member
218 * CO is power of 2: 1, 2, 4, 8 in mixel_dphy_config_from_opts()
224 cfg->co = 1 << i; in mixel_dphy_config_from_opts()
229 cfg->co < 1 || cfg->co > 8) { in mixel_dphy_config_from_opts()
230 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n", in mixel_dphy_config_from_opts()
231 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts()
339 priv->cfg.co < 1 || priv->cfg.co > 8) { in mixel_dphy_set_pll_params()
340 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n", in mixel_dphy_set_pll_params()
341 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
[all …]
/linux/Documentation/bpf/
H A Dllvm_reloc.rst244 .. _btf-co-re-relocations:
247 CO-RE Relocations
250 From object file point of view CO-RE mechanism is implemented as a set
251 of CO-RE specific relocation records. These relocation records are not
256 CO-RE relocations are applied to BPF instructions to update immediate
269 There are several kinds of CO-RE relocations that could be split in
347 CO-RE Relocation Record
414 CO-RE Relocation Examples
457 00: CO-RE <byte_off> [2] struct foo::a (0:0)
460 10: CO-RE <byte_off> [2] struct foo::a (0:0)
[all …]
/linux/Documentation/networking/devlink/
H A Dsfc.rst40 - SmartNIC application co-processor (APU) first stage boot loader version.
43 - SmartNIC application co-processor (APU) co-operating system loader version.
46 - SmartNIC application co-processor (APU) main operating system version.
49 - SmartNIC application co-processor (APU) recovery operating system version.
/linux/Documentation/arch/powerpc/
H A 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
/linux/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()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bitfield_write.c25 __description("single CO-RE bitfield roundtrip")
39 __description("multiple CO-RE bitfield roundtrip")
60 __description("adjacent CO-RE bitfield roundtrip")
80 __description("multibyte CO-RE bitfield roundtrip")
/linux/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
/linux/tools/lib/bpf/
H A Dbpf_core_read.h319 * additionally emitting BPF CO-RE field relocation for specified source
442 /* Non-CO-RE variant of BPF_CORE_READ_INTO() */
448 /* Non-CO-RE variant of BPF_CORE_READ_USER_INTO().
450 * As no CO-RE relocations are emitted, source types can be arbitrary and are
478 /* Non-CO-RE variant of BPF_CORE_READ_STR_INTO() */
485 * Non-CO-RE variant of BPF_CORE_READ_USER_STR_INTO().
487 * As no CO-RE relocations are emitted, source types can be arbitrary and are
496 * BPF_CORE_READ() is used to simplify BPF CO-RE relocatable read, especially
504 * CO-RE relocatable bpf_probe_read_kernel() wrapper) calls, logically
514 * emit CO-RE relocations.
[all …]
/linux/drivers/media/platform/verisilicon/
H A 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.
/linux/drivers/tty/serial/
H A Daltera_jtaguart.c297 static void altera_jtaguart_console_write(struct console *co, const char *s, in altera_jtaguart_console_write() argument
300 struct uart_port *port = &altera_jtaguart_ports[co->index]; in altera_jtaguart_console_write()
305 static int __init altera_jtaguart_console_setup(struct console *co, in altera_jtaguart_console_setup() argument
310 if (co->index < 0 || co->index >= ALTERA_JTAGUART_MAXPORTS) in altera_jtaguart_console_setup()
312 port = &altera_jtaguart_ports[co->index]; in altera_jtaguart_console_setup()
340 static void altera_jtaguart_earlycon_write(struct console *co, const char *s, in altera_jtaguart_earlycon_write() argument
343 struct earlycon_device *dev = co->data; in altera_jtaguart_earlycon_write()
H A Dapbuart.c400 apbuart_console_write(struct console *co, const char *s, unsigned int count) in apbuart_console_write() argument
402 struct uart_port *port = &grlib_apbuart_ports[co->index]; in apbuart_console_write()
445 static int __init apbuart_console_setup(struct console *co, char *options) in apbuart_console_setup() argument
453 pr_debug("apbuart_console_setup co=%p, co->index=%i, options=%s\n", in apbuart_console_setup()
454 co, co->index, options); in apbuart_console_setup()
461 if (co->index >= grlib_apbuart_port_nr) in apbuart_console_setup()
462 co->index = 0; in apbuart_console_setup()
464 port = &grlib_apbuart_ports[co->index]; in apbuart_console_setup()
473 return uart_set_options(port, co, baud, parity, bits, flow); in apbuart_console_setup()
H A Dma35d1_serial.c553 static void ma35d1serial_console_write(struct console *co, const char *s, u32 count) in ma35d1serial_console_write() argument
560 if ((co->index < 0) || (co->index >= MA35_UART_NR)) { in ma35d1serial_console_write()
562 co->index); in ma35d1serial_console_write()
566 up = &ma35d1serial_ports[co->index]; in ma35d1serial_console_write()
590 static int __init ma35d1serial_console_setup(struct console *co, char *options) in ma35d1serial_console_setup() argument
601 if ((co->index < 0) || (co->index >= MA35_UART_NR)) { in ma35d1serial_console_setup()
602 pr_debug("Console Port%x out of range\n", co->index); in ma35d1serial_console_setup()
606 np = ma35d1serial_uart_nodes[co->index]; in ma35d1serial_console_setup()
607 p = &ma35d1serial_ports[co->index]; in ma35d1serial_console_setup()
623 port = &ma35d1serial_ports[co->index].port; in ma35d1serial_console_setup()
[all …]
/linux/drivers/soc/apple/
H A DKconfig13 Apple SoCs have various co-processors required for certain
21 tristate "Apple RTKit co-processor IPC protocol"
26 Apple SoCs such as the M1 come with various co-processors running
/linux/include/linux/soc/samsung/
H A Ds3c-pm.h3 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
6 * http://armlinux.simtec.co.uk/
7 * Written by Ben Dooks, <ben@simtec.co.uk>
/linux/fs/xfs/scrub/
H A Dbtree.c445 struct check_owner *co; in xchk_btree_check_owner() local
447 co = kmalloc(sizeof(struct check_owner), XCHK_GFP_FLAGS); in xchk_btree_check_owner()
448 if (!co) in xchk_btree_check_owner()
451 INIT_LIST_HEAD(&co->list); in xchk_btree_check_owner()
452 co->level = level; in xchk_btree_check_owner()
453 co->daddr = xfs_buf_daddr(bp); in xchk_btree_check_owner()
454 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner()
690 struct check_owner *co; in xchk_btree() local
792 list_for_each_entry_safe(co, n, &bs->to_check, list) { in xchk_btree()
794 error = xchk_btree_check_block_owner(bs, co->level, in xchk_btree()
[all …]
/linux/arch/arm/mach-s3c/
H A 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>

12345678910>>...96