/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | visionox,rm69299.yaml | 20 const: visionox,rm69299-1080p-display 52 compatible = "visionox,rm69299-1080p-display";
|
/openbmc/linux/drivers/clk/davinci/ |
H A D | psc.h | 69 #define LPSC(m, d, n, p, c, f) \ argument 72 .parent = #p, \
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | irq.c | 48 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 50 seq_printf(p, "ERR: %10u\n", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_debugfs.c | 38 struct drm_printer p = drm_seq_file_printer(m); in mm_show() local 40 drm_mm_print(&dev->vma_offset_manager->vm_addr_space_mm, &p); in mm_show()
|
H A D | omap_dmm_tiler.c | 679 struct tcm_pt *p = &block->area.p0; in tiler_tsptr() local 683 (p->x * geom[block->fmt].slot_w) + x, in tiler_tsptr() 684 (p->y * geom[block->fmt].slot_h) + y); in tiler_tsptr() 1007 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() argument 1010 map[p->y / ydiv][p->x / xdiv] = c; in fill_map_pt() 1015 return map[p->y / ydiv][p->x / xdiv]; in read_map_pt() 1025 char *p = map[yd] + (x0 / xdiv); in text_map() local 1028 p += w; in text_map() 1030 *p++ = *nice++; in text_map() 1067 struct tcm_area a, p; in tiler_map_show() local [all …]
|
/openbmc/linux/drivers/reset/ |
H A D | reset-berlin.c | 28 #define to_berlin_reset_priv(p) \ argument 29 container_of((p), struct berlin_reset_priv, rcdev)
|
/openbmc/linux/lib/xz/ |
H A D | xz_private.h | 46 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) argument
|
/openbmc/linux/crypto/ |
H A D | testmgr.c | 1086 p += scnprintf(p, end - p, "random:"); in generate_random_testvec_config() 1095 p += scnprintf(p, end - p, " inplace_one_sglist"); in generate_random_testvec_config() 1105 p += scnprintf(p, end - p, " may_sleep"); in generate_random_testvec_config() 1111 p += scnprintf(p, end - p, " use_final"); in generate_random_testvec_config() 1115 p += scnprintf(p, end - p, " use_finup"); in generate_random_testvec_config() 1119 p += scnprintf(p, end - p, " use_digest"); in generate_random_testvec_config() 1125 p += scnprintf(p, end - p, " nosimd"); in generate_random_testvec_config() 1128 p += scnprintf(p, end - p, " src_divs=["); in generate_random_testvec_config() 1134 p += scnprintf(p, end - p, "]"); in generate_random_testvec_config() 1137 p += scnprintf(p, end - p, " dst_divs=["); in generate_random_testvec_config() [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 2494 p += ata_msense_rw_recovery(p, page_control == 1); in ata_scsiop_mode_sense() 2498 p += ata_msense_caching(args->id, p, page_control == 1); in ata_scsiop_mode_sense() 2506 p += ata_msense_rw_recovery(p, page_control == 1); in ata_scsiop_mode_sense() 2507 p += ata_msense_caching(args->id, p, page_control == 1); in ata_scsiop_mode_sense() 3906 bd_len = p[3]; in ata_scsi_mode_select_xlat() 3911 p += hdr_len; in ata_scsi_mode_select_xlat() 3921 p += bd_len; in ata_scsi_mode_select_xlat() 3931 spg = p[1]; in ata_scsi_mode_select_xlat() 3933 p += 4; in ata_scsi_mode_select_xlat() 3940 pg_len = p[1]; in ata_scsi_mode_select_xlat() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-debug.c | 21 int p = 0; in il4965_stats_flag() local 26 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", flag); in il4965_stats_flag() 28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag() 30 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il4965_stats_flag() 33 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il4965_stats_flag() 37 return p; in il4965_stats_flag()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | fifo.c | 15 #define usbhsf_get_cfifo(p) (&((p)->fifo_info.cfifo)) argument 101 #define usbhsf_dma_map(p) __usbhsf_dma_map_ctrl(p, 1) argument 102 #define usbhsf_dma_unmap(p) __usbhsf_dma_map_ctrl(p, 0) argument 216 #define usbhsf_irq_empty_ctrl(p, e) usbhsf_irq_callback_ctrl(p, irq_bempsts, e) argument 217 #define usbhsf_irq_ready_ctrl(p, e) usbhsf_irq_callback_ctrl(p, irq_brdysts, e) argument 794 #define usbhsf_dma_start(p, f) __usbhsf_dma_ctrl(p, f, DREQE) argument 795 #define usbhsf_dma_stop(p, f) __usbhsf_dma_ctrl(p, f, 0) argument
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 1159 struct resource *p, **pp; in reparent_resources() local 1162 for (pp = &parent->child; (p = *pp) != NULL; pp = &p->sibling) { in reparent_resources() 1163 if (p->end < res->start) in reparent_resources() 1165 if (res->end < p->start) in reparent_resources() 1167 if (p->start < res->start || p->end > res->end) in reparent_resources() 1179 for (p = res->child; p != NULL; p = p->sibling) { in reparent_resources() 1180 p->parent = res; in reparent_resources() 1182 p->name, p, res->name); in reparent_resources()
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mips.c | 245 u32 *p; in dump_handler() local 252 for (p = start; p < (u32 *)end; ++p) in dump_handler() 253 pr_debug("\t.word\t0x%08x\t\t# %p\n", *p, p); in dump_handler() 283 void *gebase, *p, *handler, *refill_start, *refill_end; in kvm_arch_vcpu_create() local 351 p = handler; in kvm_arch_vcpu_create() 352 p = kvm_mips_build_exit(p); in kvm_arch_vcpu_create() 355 vcpu->arch.vcpu_run = p; in kvm_arch_vcpu_create() 356 p = kvm_mips_build_vcpu_run(p); in kvm_arch_vcpu_create() 362 dump_handler("kvm_vcpu_run", vcpu->arch.vcpu_run, p); in kvm_arch_vcpu_create()
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_utils.c | 377 int i = 0, j = 0, p; in genwqe_setup_sgl() local 387 p = 0; /* page */ in genwqe_setup_sgl() 388 while (p < sgl->nr_pages) { in genwqe_setup_sgl() 403 if ((p == 0) && (sgl->fpage != NULL)) { in genwqe_setup_sgl() 406 } else if ((p == sgl->nr_pages - 1) && in genwqe_setup_sgl() 410 daddr = dma_list[p] + map_offs; in genwqe_setup_sgl() 426 p++; /* process next page */ in genwqe_setup_sgl() 427 if (p == sgl->nr_pages) in genwqe_setup_sgl() 442 p++; /* process next page */ in genwqe_setup_sgl() 443 if (p == sgl->nr_pages) in genwqe_setup_sgl()
|
/openbmc/linux/security/keys/encrypted-keys/ |
H A D | encrypted.c | 184 char *p, *keyword; in datablob_parse() local 194 p = strsep(&datablob, " \t"); in datablob_parse() 195 if (!p) { in datablob_parse() 200 key_format = match_token(p, key_format_tokens, args); in datablob_parse() 205 *format = p; in datablob_parse() 209 *master_desc = p; in datablob_parse() 523 char *p; in datablob_hmac_verify() local 532 p = epayload->master_desc; in datablob_hmac_verify() 535 p = epayload->format; in datablob_hmac_verify() 537 ret = calc_hmac(digest, derived_key, sizeof derived_key, p, len); in datablob_hmac_verify()
|
/openbmc/linux/net/ceph/crush/ |
H A D | mapper.c | 110 unsigned int p = work->perm_n; in bucket_perm_choose() local 112 if (p < bucket->size - 1) { in bucket_perm_choose() 113 i = crush_hash32_3(bucket->hash, x, bucket->id, p) % in bucket_perm_choose() 114 (bucket->size - p); in bucket_perm_choose() 116 unsigned int t = work->perm[p + i]; in bucket_perm_choose() 117 work->perm[p + i] = work->perm[p]; in bucket_perm_choose() 118 work->perm[p] = t; in bucket_perm_choose() 120 dprintk(" perm_choose swap %d with %d\n", p, p+i); in bucket_perm_choose()
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_synth.c | 46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument 55 port = p; in snd_emux_note_on() 145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() argument 153 port = p; in snd_emux_note_off() 222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press() argument 230 port = p; in snd_emux_key_press() 311 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control() argument 315 port = p; in snd_emux_control() 385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note() argument 390 port = p; in snd_emux_terminate_note()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 86 struct vbva_infoview *p; in vbox_set_view() local 99 p = hgsmi_buffer_alloc(vbox->guest_pool, sizeof(*p), in vbox_set_view() 101 if (!p) in vbox_set_view() 104 p->view_index = vbox_crtc->crtc_id; in vbox_set_view() 105 p->view_offset = vbox_crtc->fb_offset; in vbox_set_view() 106 p->view_size = vbox->available_vram_size - vbox_crtc->fb_offset + in vbox_set_view() 108 p->max_screen_size = vbox->available_vram_size - vbox_crtc->fb_offset; in vbox_set_view() 110 hgsmi_buffer_submit(vbox->guest_pool, p); in vbox_set_view() 111 hgsmi_buffer_free(vbox->guest_pool, p); in vbox_set_view()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2transport.c | 32 struct cifs_secmech *p = &server->secmech; in smb3_crypto_shash_allocate() local 35 rc = cifs_alloc_hash("hmac(sha256)", &p->hmacsha256); in smb3_crypto_shash_allocate() 39 rc = cifs_alloc_hash("cmac(aes)", &p->aes_cmac); in smb3_crypto_shash_allocate() 45 cifs_free_hash(&p->hmacsha256); in smb3_crypto_shash_allocate() 52 struct cifs_secmech *p = &server->secmech; in smb311_crypto_shash_allocate() local 55 rc = cifs_alloc_hash("hmac(sha256)", &p->hmacsha256); in smb311_crypto_shash_allocate() 59 rc = cifs_alloc_hash("cmac(aes)", &p->aes_cmac); in smb311_crypto_shash_allocate() 63 rc = cifs_alloc_hash("sha512", &p->sha512); in smb311_crypto_shash_allocate() 70 cifs_free_hash(&p->aes_cmac); in smb311_crypto_shash_allocate() 71 cifs_free_hash(&p->hmacsha256); in smb311_crypto_shash_allocate()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 363 TCGv_i32 p = tcg_temp_new_i32(); in set_pstate_bits() local 367 tcg_gen_ld_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in set_pstate_bits() 368 tcg_gen_ori_i32(p, p, bits); in set_pstate_bits() 369 tcg_gen_st_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in set_pstate_bits() 375 TCGv_i32 p = tcg_temp_new_i32(); in clear_pstate_bits() local 379 tcg_gen_ld_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in clear_pstate_bits() 380 tcg_gen_andi_i32(p, p, ~bits); in clear_pstate_bits() 381 tcg_gen_st_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in clear_pstate_bits()
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 792 bool (*ct_match)(const struct ip_vs_conn_param *p, 1310 struct ip_vs_conn_param *p) in ip_vs_conn_fill_param() argument 1312 p->ipvs = ipvs; in ip_vs_conn_fill_param() 1313 p->af = af; in ip_vs_conn_fill_param() 1314 p->protocol = protocol; in ip_vs_conn_fill_param() 1315 p->caddr = caddr; in ip_vs_conn_fill_param() 1316 p->cport = cport; in ip_vs_conn_fill_param() 1317 p->vaddr = vaddr; in ip_vs_conn_fill_param() 1318 p->vport = vport; in ip_vs_conn_fill_param() 1319 p->pe = NULL; in ip_vs_conn_fill_param() [all …]
|
/openbmc/linux/fs/ |
H A D | libfs.c | 104 struct list_head *p, in scan_positives() argument 111 while ((p = p->next) != &dentry->d_subdirs) { in scan_positives() 126 list_move(&cursor->d_child, p); in scan_positives() 127 p = &cursor->d_child; in scan_positives() 189 struct list_head *p; in dcache_readdir() local 195 p = anchor; in dcache_readdir() 197 p = &cursor->d_child; in dcache_readdir() 207 p = &next->d_child; in dcache_readdir() 504 while ((p = p->next) != &parent->d_subdirs) { in find_next_child() 1503 void kfree_link(void *p) in kfree_link() argument [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-omap.c | 718 seq_printf(p, dev_name(bank->dev)); in omap_gpio_irq_print_chip() 1090 static void omap_gpio_init_context(struct gpio_bank *p) in omap_gpio_init_context() argument 1092 const struct omap_gpio_reg_offs *regs = p->regs; in omap_gpio_init_context() 1093 void __iomem *base = p->base; in omap_gpio_init_context() 1095 p->context.sysconfig = readl_relaxed(base + regs->sysconfig); in omap_gpio_init_context() 1096 p->context.ctrl = readl_relaxed(base + regs->ctrl); in omap_gpio_init_context() 1097 p->context.oe = readl_relaxed(base + regs->direction); in omap_gpio_init_context() 1098 p->context.wake_en = readl_relaxed(base + regs->wkup_en); in omap_gpio_init_context() 1103 p->context.irqenable1 = readl_relaxed(base + regs->irqenable); in omap_gpio_init_context() 1105 p->context.dataout = readl_relaxed(base + regs->dataout); in omap_gpio_init_context() [all …]
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.c | 325 const md5_byte_t *p = data; in md5_append() local 343 memcpy(pms->buf + offset, p, copy); in md5_append() 346 p += copy; in md5_append() 352 for (; left >= 64; p += 64, left -= 64) in md5_append() 353 md5_process(pms, p); in md5_append() 357 memcpy(pms->buf, p, left); in md5_append()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 308 p = fdt_obj.get_property_by_offset(poffset) 309 prop = self.props.get(p.name) 312 'offset %d' % (p.name, poffset)) 603 p = self._fdt_obj.get_property_by_offset(poffset) 604 prop = Prop(node, poffset, p.name, p)
|