Home
last modified time | relevance | path

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

12345678910>>...110

/linux-6.12.1/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml29 description: 70mai Co., Ltd.
43 description: Acelink Technology Co., Ltd.
49 description: Actions Semiconductor Co., Ltd.
91 description: Allwinner Technology Co., Ltd.
95 description: Alps Electric Co., Ltd.
109 description: Shenzhen Amediatech Technology Co., Ltd
117 description: Ampire Co., Ltd.
131 description: Guangzhou Aosong Electronic Co., Ltd.
141 description: ArcherMind Technology (Nanjing) Co., Ltd.
155 description: ArmSoM Technology Co., Ltd.
[all …]
/linux-6.12.1/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 …]
/linux-6.12.1/crypto/
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 …]
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),
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-6.12.1/include/linux/soc/apple/
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-6.12.1/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>
/linux-6.12.1/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
/linux-6.12.1/tools/memory-model/
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-6.12.1/drivers/phy/freescale/
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-6.12.1/Documentation/bpf/
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-6.12.1/Documentation/networking/devlink/
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-6.12.1/drivers/clk/ti/
Dadpll.c536 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_enable() local
537 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_enable()
546 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_disable() local
547 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_disable()
555 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_is_enabled() local
556 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_is_enabled()
566 struct ti_adpll_clkout_data *co = to_clkout(hw); in ti_adpll_clkout_get_parent() local
567 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent()
578 struct ti_adpll_clkout_data *co; in ti_adpll_init_clkout() local
586 co = devm_kzalloc(d->dev, sizeof(*co), GFP_KERNEL); in ti_adpll_init_clkout()
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst358 Co-developed-by: 声明补丁是由多个开发人员共同创建的;当几个人在一个补丁上工
371 Co-developed-by: First Co-Author <first@coauthor.example.org>
372 Signed-off-by: First Co-Author <first@coauthor.example.org>
373 Co-developed-by: Second Co-Author <second@coauthor.example.org>
374 Signed-off-by: Second Co-Author <second@coauthor.example.org>
383 Co-developed-by: Random Co-Author <random@coauthor.example.org>
384 Signed-off-by: Random Co-Author <random@coauthor.example.org>
386 Co-developed-by: Submitting Co-Author <sub@coauthor.example.org>
387 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
/linux-6.12.1/Documentation/translations/zh_TW/process/
Dsubmitting-patches.rst359 Co-developed-by: 聲明補丁是由多個開發人員共同創建的;當幾個人在一個補丁上工
372 Co-developed-by: First Co-Author <first@coauthor.example.org>
373 Signed-off-by: First Co-Author <first@coauthor.example.org>
374 Co-developed-by: Second Co-Author <second@coauthor.example.org>
375 Signed-off-by: Second Co-Author <second@coauthor.example.org>
384 Co-developed-by: Random Co-Author <random@coauthor.example.org>
385 Signed-off-by: Random Co-Author <random@coauthor.example.org>
387 Co-developed-by: Submitting Co-Author <sub@coauthor.example.org>
388 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
/linux-6.12.1/Documentation/arch/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
/linux-6.12.1/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()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
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-6.12.1/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
/linux-6.12.1/drivers/media/platform/verisilicon/
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-6.12.1/include/linux/soc/samsung/
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-6.12.1/drivers/soc/apple/
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-6.12.1/arch/arm/mach-s3c/
Ds3c64xx.h3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
8 * Ben Dooks <ben@simtec.co.uk>
9 * http://armlinux.simtec.co.uk/
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>>...110