Home
last modified time | relevance | path

Searched refs:kind (Results 101 – 125 of 821) sorted by relevance

12345678910>>...33

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Defivar.h13 int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind,
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst131 * ``info.kind``: BTF_KIND_INT
183 * ``info.kind``: BTF_KIND_PTR
195 * ``info.kind``: BTF_KIND_ARRAY
286 * ``info.kind``: BTF_KIND_ENUM
311 * ``info.kind``: BTF_KIND_FWD
323 * ``info.kind``: BTF_KIND_TYPEDEF
347 * ``info.kind``: BTF_KIND_CONST
371 * ``info.kind``: BTF_KIND_FUNC
418 * ``info.kind``: BTF_KIND_VAR
473 * ``info.kind``: BTF_KIND_FLOAT
[all …]
/openbmc/linux/include/net/
H A Dbareudp.h13 !strcmp(dev->rtnl_link_ops->kind, "bareudp"); in netif_is_bareudp()
H A Dgre.h43 !strcmp(dev->rtnl_link_ops->kind, "gretap"); in netif_is_gretap()
49 !strcmp(dev->rtnl_link_ops->kind, "ip6gretap"); in netif_is_ip6gretap()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif500d.h18 __u8 kind; member
H A Dif900d.h19 __u8 kind; member
H A Dif900b.h21 __u8 kind; member
H A Difb00d.h25 __u8 kind; member
H A Dif500b.h22 __u8 kind; member
/openbmc/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump() argument
172 NET_DUMP_STR("kind", " %s", kind); in do_filter_dump()
H A Dbtf.c97 static int btf_kind_safe(int kind) in btf_kind_safe() argument
99 return kind <= BTF_KIND_MAX ? kind : BTF_KIND_UNKN; in btf_kind_safe()
106 int kind = btf_kind(t); in dump_btf_type() local
111 jsonw_string_field(w, "kind", btf_kind_str[btf_kind_safe(kind)]); in dump_btf_type()
114 printf("[%u] %s '%s'", id, btf_kind_str[btf_kind_safe(kind)], in dump_btf_type()
118 switch (kind) { in dump_btf_type()
/openbmc/qemu/include/qapi/
H A Dcompat-policy.h24 const char *kind, const char *name,
/openbmc/qemu/tcg/
H A Dtcg.c1065 .kind = kind, in layout_arg_1()
1549 ts->kind = TEMP_GLOBAL; in tcg_global_alloc()
1564 ts->kind = TEMP_FIXED; in tcg_global_reg_new_internal()
1674 tcg_debug_assert(ts->kind == kind); in tcg_temp_new_internal()
1701 ts->kind = kind; in tcg_temp_new_internal()
1716 ts2->kind = kind; in tcg_temp_new_internal()
1801 switch (ts->kind) { in tcg_temp_free_internal()
2431 switch (ts->kind) { in tcg_get_arg_str_ptr()
4203 switch (ts->kind) { in temp_free_or_dead()
5665 switch (loc->kind) { in tcg_out_helper_load_common_args()
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dunion-string-discriminator.err2 union-string-discriminator.json:13: discriminator member 'kind' of base type 'TestBase' must be of …
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/
H A DGames.directory4 Comment=Games of all kind
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo5039.c47 int src_tiled = !!mem->kind; in nv50_bo_move_m2mf()
48 int dst_tiled = !!nouveau_mem(new_reg)->kind; in nv50_bo_move_m2mf()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgk104.c33 .kind = gf100_mmu_kind,
H A Dgk20a.c33 .kind = gf100_mmu_kind,
H A Dg84.c33 .kind = nv50_mmu_kind,
H A Dgv100.c35 .kind = gm200_mmu_kind,
H A Dmcp77.c33 .kind = nv50_mmu_kind,
H A Dgp100.c35 .kind = gm200_mmu_kind,
H A Dgp10b.c35 .kind = gm200_mmu_kind,
/openbmc/linux/drivers/hwmon/
H A Dnct6683.c302 enum kinds kind; member
347 enum kinds kind; member
1208 data->kind = sio_data->kind; in nct6683_probe()
1290 nct6683_chip_names[data->kind], in nct6683_probe()
1296 nct6683_device_names[data->kind], data, data->groups); in nct6683_probe()
1362 sio_data->kind = nct6683; in nct6683_find()
1365 sio_data->kind = nct6686; in nct6683_find()
1368 sio_data->kind = nct6687; in nct6683_find()
1395 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
/openbmc/qemu/ui/
H A Dconsole.c290 if (con->scanout.kind == SCANOUT_DMABUF && in displaychangelistener_display_console()
293 } else if (con->scanout.kind == SCANOUT_TEXTURE && in displaychangelistener_display_console()
915 con->scanout.kind = SCANOUT_SURFACE; in dpy_gfx_replace_surface()
1098 if (con->scanout.kind != SCANOUT_SURFACE) { in dpy_gl_scanout_disable()
1099 con->scanout.kind = SCANOUT_NONE; in dpy_gl_scanout_disable()
1123 con->scanout.kind = SCANOUT_TEXTURE; in dpy_gl_scanout_texture()
1148 con->scanout.kind = SCANOUT_DMABUF; in dpy_gl_scanout_dmabuf()
1524 switch (con->scanout.kind) { in qemu_console_get_width()
1544 switch (con->scanout.kind) { in qemu_console_get_height()
1579 if ((s->scanout.kind != SCANOUT_SURFACE || in qemu_console_resize()
[all …]

12345678910>>...33