Home
last modified time | relevance | path

Searched refs:descs (Results 151 – 175 of 175) sorted by relevance

1234567

/openbmc/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst165 void gpiod_put_array(struct gpio_descs *descs)
175 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs)
/openbmc/linux/net/xdp/
H A Dxsk.c451 struct xdp_desc *descs = pool->tx_descs; in xsk_tx_peek_release_fallback() local
454 while (nb_pkts < max_entries && xsk_tx_peek_desc(pool, &descs[nb_pkts])) in xsk_tx_peek_release_fallback()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h605 struct rdma_stat_desc *descs; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c2697 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; member
2702 struct bpf_kfunc_btf descs[MAX_KFUNC_BTFS]; member
2761 b = bsearch(&kf_btf, tab->descs, tab->nr_descs, in __find_kfunc_desc_btf()
2797 b = &tab->descs[tab->nr_descs++]; in __find_kfunc_desc_btf()
2802 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]), in __find_kfunc_desc_btf()
2814 module_put(tab->descs[tab->nr_descs].module); in bpf_free_kfunc_btf_tab()
2815 btf_put(tab->descs[tab->nr_descs].btf); in bpf_free_kfunc_btf_tab()
2949 desc = &tab->descs[tab->nr_descs++]; in add_kfunc_call()
2958 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]), in add_kfunc_call()
2983 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]), in sort_kfunc_descs_by_imm_off()
[all …]
/openbmc/qemu/hw/usb/
H A Ddesc.c186 rc = usb_desc_other(iface->descs + i, dest + pos, len - pos); in usb_desc_iface()
H A Ddev-smartcard-reader.c436 .descs = (USBDescOther[]) {
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1816 unsigned int descs = knav_pool_count(netcp->tx_pool); in netcp_ndo_tx_timeout() local
1818 dev_err(netcp->ndev_dev, "transmit timed out tx descs(%d)\n", descs); in netcp_ndo_tx_timeout()
/openbmc/linux/kernel/module/
H A Dmain.c2211 mod->dyndbg_info.descs = section_objs(info, "__dyndbg", in find_module_sections()
2212 sizeof(*mod->dyndbg_info.descs), in find_module_sections()
/openbmc/linux/drivers/gpio/
H A Dgpio-sim.c71 desc = &gc->gpiodev->descs[offset]; in gpio_sim_apply_pull()
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst242 (prb_desc_ring, count_bits|descs|head_id|tail_id)
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c733 struct xdp_desc *descs = tx->xsk_pool->tx_descs; in tsnep_xdp_xmit_zc() local
746 tsnep_xdp_xmit_frame_ring_zc(&descs[i], tx); in tsnep_xdp_xmit_zc()
/openbmc/linux/drivers/md/
H A Ddm-cache-target.c862 static const char *descs[] = { in notify_mode_switch() local
870 cache_device_name(cache), descs[(int)mode]); in notify_mode_switch()
H A Ddm-thin.c299 static const char *descs[] = { in notify_of_pool_mode_change() local
319 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1134 SVGA3dInputElementDesc descs[32]; member
/openbmc/linux/include/rdma/
H A Dib_verbs.h607 const struct rdma_stat_desc *descs; member
616 const struct rdma_stat_desc *descs, int num_counters,
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c681 mlx5r_memcpy_send_wqe(&qp->sq, cur_edge, seg, size, mr->descs, in set_reg_wr()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c430 } descs; member
477 return &ps->descs.pdesc; in __get_process_desc_v69()
485 return &ps->descs.wq_desc; in __get_wq_desc_v70()
/openbmc/qemu/target/i386/
H A Dsev.c1275 desc = &metadata->descs[i]; in snp_populate_metadata_pages()
/openbmc/linux/fs/fuse/
H A Ddir.c1571 .descs = &desc, in fuse_readlink_page()
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g5.c2685 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_g5_sig_expr_eval()
2725 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_g5_sig_expr_set()
H A Dpinctrl-aspeed-g6.c2655 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_g6_sig_expr_set()
H A Dpinctrl-aspeed-g4.c2552 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_g4_sig_expr_set()
/openbmc/linux/kernel/printk/
H A Dprintk.c986 VMCOREINFO_OFFSET(prb_desc_ring, descs); in log_buf_vmcoreinfo_setup()
/openbmc/qemu/docs/specs/
H A Drocker.rst226 clear on new descs, toggled by
/openbmc/qemu/hw/virtio/
H A Dvirtio.c4350 element->descs = list; in qmp_x_query_virtio_queue_element()

1234567