Home
last modified time | relevance | path

Searched refs:desc (Results 3651 – 3675 of 4078) sorted by relevance

1...<<141142143144145146147148149150>>...164

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dfw.c469 pdesc = &ring->desc[idx]; in _rtl92d_cmd_send_packet()
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c605 dc->desc = "emulated smartcard"; in emulated_class_initfn()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c387 const char *desc) in tpm2_get_tpm_pt() argument
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-core.c134 gpiod_set_value(info->gpios->desc[i], !!(BIT(i) & ofs)); in physmap_set_addr_gpios()
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c598 alt->desc = "DisplayPort"; in dp_altmode_probe()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h120 const struct nvkm_vmm_desc *desc; member
/openbmc/qemu/hw/ipack/
H A Dtpci200.c644 dc->desc = "TEWS TPCI200 IndustryPack carrier"; in tpci200_class_init()
/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c699 dc->desc = "NPCM7xx Timer Controller"; in npcm7xx_timer_class_init()
H A Dpxa2xx_timer.c563 dc->desc = "PXA25x timer"; in pxa25x_timer_dev_class_init()
/openbmc/qemu/hw/arm/
H A Dintegratorcp.c686 mc->desc = "ARM Integrator/CP (ARM926EJ-S)"; in integratorcp_machine_init()
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue52 sort-desc
/openbmc/linux/drivers/iio/adc/
H A Dad7606.c220 gpiod_set_array_value(st->gpio_os->ndescs, st->gpio_os->desc, in ad7606_write_os_hw()
/openbmc/qemu/hw/audio/
H A Dcs4231a.c707 dc->desc = "Crystal Semiconductor CS4231A"; in cs4231a_class_initfn()
/openbmc/qemu/hw/ppc/
H A Dmac_newworld.c574 mc->desc = "Mac99 based PowerMac"; in core99_machine_class_init()
/openbmc/qemu/target/ppc/
H A Dcpu-models.c45 dc->desc = _desc; \
/openbmc/qemu/hw/openrisc/
H A Dvirt.c552 mc->desc = "or1k virtual machine"; in openrisc_virt_machine_init()
/openbmc/linux/drivers/net/
H A Dveth.c90 char desc[ETH_GSTRING_LEN]; member
154 i, veth_rq_stats_desc[j].desc); in veth_get_strings()
159 i, veth_tq_stats_desc[j].desc); in veth_get_strings()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py4377 desc = []
4380 desc.append('%d %s' % (cnt[ilk], ilk))
4381 html += '<div class="stamp">%s (%d tests: %s)</div>\n' % (title, len(testruns), ', '.join(desc))
6441 desc = {'host':[],'mode':[],'kernel':[]}
6452 for key in desc:
6453 if data[key] not in desc[key]:
6454 desc[key].append(data[key])
6456 if len(desc['host']) == len(desc['mode']) == len(desc['kernel']) == 1:
6457 title = '%s %s %s' % (desc['host'][0], desc['kernel'][0], desc['mode'][0])
/openbmc/linux/net/tls/
H A Dtls_sw.c2246 int tls_sw_read_sock(struct sock *sk, read_descriptor_t *desc, in tls_sw_read_sock() argument
2314 used = read_actor(desc, skb, rxm->offset, rxm->full_len); in tls_sw_read_sock()
2324 if (!desc->count) in tls_sw_read_sock()
2328 if (!desc->count) in tls_sw_read_sock()
/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c1139 struct gmac_txq *txq, unsigned short *desc) in gmac_map_tx_bufs() argument
1147 unsigned short w = *desc; in gmac_map_tx_bufs()
1240 *desc = w; in gmac_map_tx_bufs()
1244 while (w != *desc) { in gmac_map_tx_bufs()
/openbmc/qemu/nbd/
H A Dserver.c418 const char *desc = exp->description ? exp->description : ""; in nbd_negotiate_send_rep_list() local
422 trace_nbd_negotiate_send_rep_list(name, desc); in nbd_negotiate_send_rep_list()
424 desc_len = strlen(desc); in nbd_negotiate_send_rep_list()
443 if (nbd_write(ioc, desc, desc_len, errp) < 0) { in nbd_negotiate_send_rep_list()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2895 + if (desc->comp[i].plane >= num_planes)
2897 + pel_strides[desc->comp[i].plane] = desc->comp[i].step;
9057 + desc->nb_objects = 1;
9058 + desc->objects[0].fd = -1;
9059 + desc->objects[0].size = 0;
9061 + desc->nb_layers = 1;
12956 + desc->layers[0].format,
13818 + *a++ = desc->layers[0].format;
13868 + da->fd = desc->objects[0].fd;
19712 desc = av_pix_fmt_desc_get(frame->format);
[all …]
/openbmc/qemu/target/i386/
H A Dcpu.c6001 g_autofree char *desc = g_strdup(cc->model_description); in x86_cpu_list_entry() local
6005 if (!desc && alias_of) { in x86_cpu_list_entry()
6007 desc = g_strdup("(alias configured by machine type)"); in x86_cpu_list_entry()
6009 desc = g_strdup_printf("(alias of %s)", alias_of); in x86_cpu_list_entry()
6012 if (!desc && cc->model && cc->model->note) { in x86_cpu_list_entry()
6013 desc = g_strdup_printf("%s [%s]", model_id, cc->model->note); in x86_cpu_list_entry()
6015 if (!desc) { in x86_cpu_list_entry()
6016 desc = g_strdup_printf("%s", model_id); in x86_cpu_list_entry()
6020 g_autofree char *olddesc = desc; in x86_cpu_list_entry()
6021 desc = g_strdup_printf("%s (deprecated)", olddesc); in x86_cpu_list_entry()
[all …]
/openbmc/linux/fs/f2fs/
H A Df2fs.h1929 } desc; in __f2fs_crc32() local
1932 BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver) != sizeof(desc.ctx)); in __f2fs_crc32()
1934 desc.shash.tfm = sbi->s_chksum_driver; in __f2fs_crc32()
1935 *(u32 *)desc.ctx = crc; in __f2fs_crc32()
1937 err = crypto_shash_update(&desc.shash, address, length); in __f2fs_crc32()
1940 return *(u32 *)desc.ctx; in __f2fs_crc32()
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c705 .desc = scsi_dev_desc,

1...<<141142143144145146147148149150>>...164