Home
last modified time | relevance | path

Searched +full:class +full:- +full:h (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/linux/Documentation/userspace-api/media/v4l/
H A Dbayer.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi…
4h-650v-1200h1300v1200h-650z" fill="none" stroke="#3465a4"/><text id="text195" class="TextShape"><t…
5class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"><g id="id7"><rect …
6class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"><g id="id8"><rect …
7class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"><g id="id9"><rect …
8class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"><g id="id10" fill=…
9 font-weight="400"><tspan id="tspan277" class="TextPosition" x="4250" y="7601"><tspan id="tspan279" …
10class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"><g id="id13"><rect…
[all …]
H A Dconstraints.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi…
4-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s…
5-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#000080" fill-rule="evenodd" stroke="#000…
6h-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="m13800 17500h-12400v-14200h…
7class="BoundingBox" x="3e3" y="2200" width="18101" height="10101" fill="none"/><path id="path228" …
8class="com.sun.star.drawing.CustomShape" transform="translate(-1350,-3250)"><g id="id8"><rect id="…
9class="BoundingBox" x="13700" y="7100" width="7101" height="101" fill="none"/><path id="path264" d…
10-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id="rec…
[all …]
/linux/drivers/base/
H A Dclass.c1 // SPDX-License-Identifier: GPL-2.0
3 * class.c - basic device class management
5 * Copyright (c) 2002-3 Patrick Mochel
6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2003-2004 Greg Kroah-Hartman
8 * Copyright (c) 2003-2004 IBM Corp.
11 #include <linux/device/class.h>
12 #include <linux/device.h>
13 #include <linux/module.h>
14 #include <linux/init.h>
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Ddvbstb.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi…
4class="BoundingBox" x="5355.1" y="13.122" width="18403" height="9603" fill="none"/><path id="path1…
6class="BoundingBox" x="6213.1" y="1813.1" width="4544" height="2403" fill="none"/><path id="path22…
7class="BoundingBox" x="12113" y="1813.1" width="4544" height="2403" fill="none"/><path id="path242…
8class="BoundingBox" x="18113" y="1813.1" width="4544" height="2403" fill="none"/><path id="path259…
9class="BoundingBox" x="6113.1" y="5813.1" width="4544" height="2403" fill="none"/><path id="path27…
10class="BoundingBox" x="12213" y="5813.1" width="4544" height="2403" fill="none"/><path id="path293…
11class="BoundingBox" x="18113" y="5813.1" width="4544" height="2403" fill="none"/><path id="path310…
[all …]
/linux/drivers/remoteproc/
H A Dremoteproc_coredump.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/completion.h>
9 #include <linux/devcoredump.h>
10 #include <linux/device.h>
11 #include <linux/kernel.h>
12 #include <linux/remoteproc.h>
13 #include "remoteproc_internal.h"
14 #include "remoteproc_elf_helpers.h"
23 * rproc_coredump_cleanup() - clean up dump_segments list
30 list_for_each_entry_safe(entry, tmp, &rproc->dump_segments, node) { in rproc_coredump_cleanup()
[all …]
H A Dremoteproc_elf_loader.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * Ohad Ben-Cohen <ohad@wizery.com>
12 * Suman Anna <s-anna@ti.com>
20 #include <linux/module.h>
21 #include <linux/firmware.h>
22 #include <linux/remoteproc.h>
23 #include <linux/elf.h>
25 #include "remoteproc_internal.h"
26 #include "remoteproc_elf_helpers.h"
29 * rproc_elf_sanity_check() - Sanity Check for ELF32/ELF64 firmware image
[all …]
H A Dremoteproc_elf_helpers.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 #include <linux/elf.h>
12 #include <linux/types.h>
15 * fw_elf_get_class - Get elf class
18 * Note that we use elf32_hdr to access the class since the start of the
19 * struct is the same for both elf class
21 * Return: elf class of the firmware
25 struct elf32_hdr *ehdr = (struct elf32_hdr *)fw->data; in fw_elf_get_class()
27 return ehdr->e_ident[EI_CLASS]; in fw_elf_get_class()
30 static inline void elf_hdr_init_ident(struct elf32_hdr *hdr, u8 class) in elf_hdr_init_ident() argument
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c1 // SPDX-License-Identifier: MIT
6 #include <linux/list.h>
7 #include <linux/list_sort.h>
8 #include <linux/llist.h>
10 #include <drm/drm_print.h>
12 #include "i915_drv.h"
13 #include "intel_engine.h"
14 #include "intel_engine_user.h"
15 #include "intel_gt.h"
16 #include "uc/intel_guc_submission.h"
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-pwm1 What: /sys/class/pwm/
4 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
6 The pwm/ class sub-directory belongs to the Generic PWM
10 What: /sys/class/pwm/pwmchip<N>/
13 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
15 A /sys/class/pwm/pwmchipN directory is created for each
19 What: /sys/class/pwm/pwmchip<N>/npwm
22 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
26 What: /sys/class/pwm/pwmchip<N>/export
29 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
[all …]
/linux/kernel/locking/
H A Dlockdep_proc.c1 // SPDX-License-Identifier: GPL-2.0
15 #include <linux/export.h>
16 #include <linux/proc_fs.h>
17 #include <linux/seq_file.h>
18 #include <linux/kallsyms.h>
19 #include <linux/debug_locks.h>
20 #include <linux/vmalloc.h>
21 #include <linux/sort.h>
22 #include <linux/uaccess.h>
23 #include <asm/div64.h>
[all …]
H A Dtest-ww_mutex.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Module-based API test facility for ww_mutexes
6 #include <linux/kernel.h>
8 #include <linux/completion.h>
9 #include <linux/delay.h>
10 #include <linux/kthread.h>
11 #include <linux/module.h>
12 #include <linux/prandom.h>
13 #include <linux/slab.h>
14 #include <linux/ww_mutex.h>
[all …]
/linux/samples/bpf/
H A Dibumad_kern.c1 // SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
14 #include <uapi/linux/bpf.h>
16 #include <bpf/bpf_helpers.h>
21 __type(key, u32); /* class; u32 required */
28 __type(key, u32); /* class; u32 required */
40 * include/trace/events/ib_umad.h
81 u8 class = ctx->mgmt_class; in on_ib_umad_read_recv() local
83 bpf_printk("ib_umad read recv : class 0x%x\n", class); in on_ib_umad_read_recv()
85 val = bpf_map_lookup_elem(&read_count, &class); in on_ib_umad_read_recv()
87 bpf_map_update_elem(&read_count, &class, &zero, BPF_NOEXIST); in on_ib_umad_read_recv()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine.c1 // SPDX-License-Identifier: MIT
6 #include "xe_hw_engine.h"
8 #include <linux/nospec.h>
10 #include <drm/drm_managed.h>
11 #include <drm/drm_print.h>
12 #include <uapi/drm/xe_drm.h>
13 #include <generated/xe_wa_oob.h>
15 #include "regs/xe_engine_regs.h"
16 #include "regs/xe_gt_regs.h"
17 #include "regs/xe_irq_regs.h"
[all …]
/linux/arch/alpha/kernel/
H A Derr_common.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/init.h>
11 #include <linux/sched.h>
13 #include <asm/io.h>
14 #include <asm/hwrpb.h>
15 #include <asm/smp.h>
16 #include <asm/err_common.h>
18 #include "err_impl.h"
19 #include "proto.h"
22 * err_print_prefix -- error handling print routines should prefix
[all …]
/linux/arch/arm/mach-omap2/
H A Domap_hwmod_2xxx_ipblock_data.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
9 #include <linux/types.h>
11 #include "omap_hwmod.h"
12 #include "omap_hwmod_common_data.h"
13 #include "cm-regbits-24xx.h"
14 #include "prm-regbits-24xx.h"
15 #include "wd_timer.h"
18 * 'dispc' class
56 * 'wd_timer' class
[all …]
H A Domap_hwmod_3xxx_data.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
5 * Copyright (C) 2009-2011 Nokia Corporation
12 * XXX these should be marked initdata for multi-OMAP kernels
15 #include <linux/platform_data/i2c-omap.h>
16 #include <linux/power/smartreflex.h>
17 #include <linux/platform_data/hsmmc-omap.h>
19 #include "l3_3xxx.h"
20 #include "l4_3xxx.h"
22 #include "soc.h"
[all …]
/linux/drivers/gpu/drm/tegra/
H A Dfirewall.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2010-2020 NVIDIA Corporation */
4 #include "drm.h"
5 #include "submit.h"
6 #include "uapi.h"
14 u32 class; member
19 if (fw->pos == fw->end) in fw_next()
20 return -EINVAL; in fw_next()
22 *word = fw->data[fw->pos++]; in fw_next()
31 for (i = 0; i < fw->submit->num_used_mappings; i++) { in fw_check_addr_valid()
[all …]
/linux/Documentation/block/
H A Dioprio.rst7 -----
12 mq-deadline.
15 ------------------
20 IOPRIO_CLASS_RT: This is the realtime io class. This scheduling class is given
21 higher priority than any other in the system, processes from this class are
23 care, one io RT process can starve the entire system. Within the RT class,
24 there are 8 levels of class data that determine exactly how much time this
29 IOPRIO_CLASS_BE: This is the best-effort scheduling class, which is the default
30 for any process that hasn't set a specific io priority. The class data
36 IOPRIO_CLASS_IDLE: This is the idle scheduling class, processes running at this
[all …]
/linux/drivers/virtio/
H A Dvirtio_rtc_class.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * virtio_rtc RTC class driver
9 #include <linux/math64.h>
10 #include <linux/overflow.h>
11 #include <linux/rtc.h>
12 #include <linux/time64.h>
14 #include <uapi/linux/virtio_rtc.h>
16 #include "virtio_rtc_internal.h"
19 * struct viortc_class - RTC class wrapper
33 * viortc_class_get_locked() - get RTC class wrapper, if ops allowed
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82598.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 1999 - 2018 Intel Corporation. */
4 #include "ixgbe.h"
5 #include "ixgbe_type.h"
6 #include "ixgbe_dcb.h"
7 #include "ixgbe_dcb_82598.h"
10 * ixgbe_dcb_config_rx_arbiter_82598 - Config Rx data arbiter
12 * @refill: refill credits index by traffic class
13 * @max: max credits index by traffic class
14 * @prio_type: priority type indexed by traffic class
[all …]
H A Dixgbe_dcb_82599.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 1999 - 2018 Intel Corporation. */
4 #include "ixgbe.h"
5 #include "ixgbe_type.h"
6 #include "ixgbe_dcb.h"
7 #include "ixgbe_dcb_82599.h"
10 * ixgbe_dcb_config_rx_arbiter_82599 - Config Rx Data arbiter
12 * @refill: refill credits index by traffic class
13 * @max: max credits index by traffic class
14 * @bwg_id: bandwidth grouping indexed by traffic class
[all …]
/linux/sound/soc/codecs/
H A Dwcd-clsh-v2.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <sound/soc.h>
13 * Basic states for Class H state machine.
32 CLS_H_NORMAL = 0, /* Class-H Default */
33 CLS_H_HIFI, /* Class-H HiFi */
34 CLS_H_LP, /* Class-H Low Power */
35 CLS_AB, /* Class-AB */
38 CLS_AB_HIFI, /* Class-AB */
39 CLS_AB_LP, /* Class-AB Low Power */
40 CLS_AB_LOHIFI, /* Class-AB Low HIFI */
/linux/drivers/net/fddi/skfp/
H A Dqueue.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 #include "h/types.h"
18 #include "h/fddi.h"
19 #include "h/smc.h"
28 smc->q.ev_put = smc->q.ev_get = smc->q.ev_queue ; in ev_init()
34 void queue_event(struct s_smc *smc, int class, int event) in queue_event() argument
36 PRINTF("queue class %d event %d\n",class,event) ; in queue_event()
37 smc->q.ev_put->class = class ; in queue_event()
38 smc->q.ev_put->event = event ; in queue_event()
39 if (++smc->q.ev_put == &smc->q.ev_queue[MAX_EVENT]) in queue_event()
[all …]
/linux/drivers/char/agp/
H A Dsis-agp.c5 #include <linux/module.h>
6 #include <linux/pci.h>
7 #include <linux/init.h>
8 #include <linux/agp_backend.h>
9 #include <linux/delay.h>
10 #include "agp.h"
21 static int agp_sis_agp_spec = -1;
29 pci_read_config_byte(agp_bridge->dev, SIS_APSIZE, &temp_size); in sis_fetch_size()
30 values = A_SIZE_8(agp_bridge->driver->aperture_sizes); in sis_fetch_size()
31 for (i = 0; i < agp_bridge->driver->num_aperture_sizes; i++) { in sis_fetch_size()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Dengine.c1 /* SPDX-License-Identifier: MIT
5 #include "engine.h"
6 #include "gpu.h"
8 #include <core/object.h>
9 #include <engine/fifo/chan.h>
27 nvkm_gsp_rm_free(&obj->rm); in nvkm_rm_engine_obj_dtor()
40 struct nvkm_rm *rm = chan->client->gsp->rm; in nvkm_rm_engine_obj_new()
41 const int inst = oclass->engine->subdev.inst; in nvkm_rm_engine_obj_new()
42 const u32 class = oclass->base.oclass; in nvkm_rm_engine_obj_new() local
43 const u32 handle = oclass->handle; in nvkm_rm_engine_obj_new()
[all …]

12345678910>>...44