/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | priv.h | 4 #define nvkm_mmu(p) container_of((p), struct nvkm_mmu, subdev) argument
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | preempt.h | 128 #define init_task_preempt_count(p) do { } while (0) argument 130 #define init_idle_preempt_count(p, cpu) do { } while (0) argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | testtargetloader.py | 41 for p in bbpath: 42 controllerpath = os.path.join(p, 'lib', 'oeqa', 'controllers')
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | urls.py | 73 for p in urlpatterns: 74 if p.pattern.regex.pattern == '^' + modulename + '/':
|
/openbmc/linux/include/linux/iio/common/ |
H A D | cros_ec_sensors_core.h | 33 typedef irqreturn_t (*cros_ec_sensors_capture_t)(int irq, void *p); 102 irqreturn_t cros_ec_sensors_capture(int irq, void *p);
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_kfunc_common.h | 23 struct cgroup *bpf_cgroup_acquire(struct cgroup *p) __ksym; 24 void bpf_cgroup_release(struct cgroup *p) __ksym;
|
/openbmc/linux/drivers/block/null_blk/ |
H A D | trace.h | 19 const char *nullb_trace_disk_name(struct trace_seq *p, char *name); 21 #define __print_disk_name(name) nullb_trace_disk_name(p, name)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pgtable-types.h | 79 unsigned long *p = (unsigned long *)ptep; in pte_xchg() local 82 return pte_val(old) == __cmpxchg_u64(p, pte_val(old), pte_val(new)); in pte_xchg()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | priv.h | 4 #define nvkm_pmu(p) container_of((p), struct nvkm_pmu, subdev) argument
|
/openbmc/qemu/host/include/loongarch64/host/ |
H A D | load-extract-al16-al8.h.inc | 19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
|
/openbmc/qemu/host/include/generic/host/ |
H A D | load-extract-al16-al8.h.inc | 16 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
|
/openbmc/linux/fs/fscache/ |
H A D | main.c | 61 const __le32 *p = data; in fscache_hash() local 65 a = le32_to_cpu(*p++); in fscache_hash()
|
/openbmc/linux/drivers/s390/char/ |
H A D | tape_3590.c | 627 struct work_handler_data *p = in tape_3590_work_handler() local 630 switch (p->op) { in tape_3590_work_handler() 635 tape_3590_read_attmsg_async(p->device); in tape_3590_work_handler() 645 "operation 0x%02x\n", p->op); in tape_3590_work_handler() 647 tape_put_device(p->device); in tape_3590_work_handler() 648 kfree(p); in tape_3590_work_handler() 654 struct work_handler_data *p; in tape_3590_schedule_work() local 656 if ((p = kzalloc(sizeof(*p), GFP_ATOMIC)) == NULL) in tape_3590_schedule_work() 661 p->device = tape_get_device(device); in tape_3590_schedule_work() 662 p->op = op; in tape_3590_schedule_work() [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sstfb.c | 294 int m, m2, n, p, best_err, fout; in sst_calc_pll() local 299 p = 3; in sst_calc_pll() 301 while (((1 << p) * freq > VCO_MAX) && (p >= 0)) in sst_calc_pll() 302 p--; in sst_calc_pll() 303 if (p == -1) in sst_calc_pll() 307 m2 = (2 * freq * (1 << p) * (n + 2) ) / DAC_FREF - 4 ; in sst_calc_pll() 312 fout = (DAC_FREF * (m + 2)) / ((1 << p) * (n + 2)); in sst_calc_pll() 323 t->p = p; in sst_calc_pll() 328 t->m, t->n, t->p, *freq_out); in sst_calc_pll() 998 dac_i_write(DACREG_AC1_I, t->p << 6 | t->n); in sst_set_pll_att_ti() [all …]
|
/openbmc/linux/sound/usb/ |
H A D | mixer.c | 103 if (!p) in find_map() 106 for (; p->id; p++) { in find_map() 108 (!control || !p->control || control == p->control)) in find_map() 109 return p; in find_map() 120 if (!p || !p->name) in check_mapped_name() 136 if (!p || p->name || p->dB) in check_ignored_ctl() 145 if (p && p->dB) { in check_mapped_dB() 162 for (p = state->selector_map; p->id; p++) { in check_mapped_selector_name() 163 if (p->id == unitid && index < p->count) { in check_mapped_selector_name() 3252 void *p; in snd_usb_mixer_controls() local [all …]
|
/openbmc/linux/arch/mips/ar7/ |
H A D | prom.c | 193 char *s, *p; in console_config() local 200 baud = simple_strtoul(s, &p, 10); in console_config() 201 s = p; in console_config()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cx23885-cardlist.rst | 6 .. tabularcolumns:: |p{1.4cm}|p{11.1cm}|p{4.2cm}|
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 48 + char *p; 61 + p = fgets(line, sizeof(line), file); 62 + if (p == NULL)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 16 http://git.pengutronix.de/?p=tools/canutils.git 39 " -p, --protocol=PROTO\t" "CAN protocol (default CAN_RAW = %d)\n" 59 { "protocol", required_argument, 0, 'p' },
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | rpm-chksec.sh | 248 for p in $packages 253 printf "%-50s " $p 254 do_one $p
|
/openbmc/u-boot/tools/ |
H A D | bmp_logo.c | 28 uint8_t *p = (uint8_t *)(&x); in le_short() local 30 val = (*p++ & 0xff) << 0; in le_short() 31 val |= (*p & 0xff) << 8; in le_short()
|
/openbmc/u-boot/include/ |
H A D | imx8image.h | 269 #define append(p, s, l) do { \ argument 270 memcpy((p), (uint8_t *)(s), (l)); (p) += (l); \
|
/openbmc/u-boot/test/dm/ |
H A D | osd.c | 22 u16 *p = (u16 *)mem; in split() local 25 colors[i] = p[i] % 0x100; in split() 26 text[i] = p[i] / 0x100; in split()
|
/openbmc/linux/Documentation/driver-api/iio/ |
H A D | triggered-buffers.rst | 24 irqreturn_t sensor_iio_pollfunc(int irq, void *p) 26 pf->timestamp = iio_get_time_ns((struct indio_dev *)p); 30 irqreturn_t sensor_trigger_handler(int irq, void *p)
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | 40 typedef struct { type *p; } __guest_handle_ ## name 57 (hnd).p = val; \ 60 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0)
|