Home
last modified time | relevance | path

Searched refs:type (Results 13026 – 13050 of 21822) sorted by relevance

1...<<521522523524525526527528529530>>...873

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c314 gp102_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp102_sec2_new() argument
317 return nvkm_sec2_new_(gp102_sec2_fwif, device, type, inst, 0, psec2); in gp102_sec2_new()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h137 int type; member
158 u8 type; member
/openbmc/linux/net/sched/
H A Dact_skbmod.c61 } else if (!skb->dev || skb->dev->type != ARPHRD_ETHER) { in tcf_skbmod_act()
99 [TCA_SKBMOD_ETYPE] = { .type = NLA_U16 },
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch16 …error: cannot initialize a variable of type 'xmlErrorPtr' (aka '_xmlError *') with an rvalue of ty…
/openbmc/linux/include/net/
H A Dtls.h470 tls_offload_rx_resync_set_type(struct sock *sk, enum tls_offload_sync_type type) in tls_offload_rx_resync_set_type() argument
474 tls_offload_ctx_rx(tls_ctx)->resync_type = type; in tls_offload_rx_resync_set_type()
/openbmc/linux/kernel/
H A Dpid_namespace.c452 .type = CLONE_NEWPID,
463 .type = CLONE_NEWPID,
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot120 # "@odata.type": "#LogEntry.v1_8_0.LogEntry",
136 # "@odata.type": "#LogEntry.v1_8_0.LogEntry",
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c322 unsigned long possible_crtcs, enum drm_plane_type type, in mtk_plane_init() argument
335 num_formats, modifiers, type, NULL); in mtk_plane_init()
/openbmc/linux/sound/soc/meson/
H A Daxg-fifo.c308 int axg_fifo_pcm_new(struct snd_soc_pcm_runtime *rtd, unsigned int type) in axg_fifo_pcm_new() argument
313 snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp46 .type = ARPHRD_ETHER, .idx = 1, .flags = 0, .name = "test0"}}; in makeInterface()
79 .type = ARPHRD_ETHER, in TEST_F()
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp27 static constexpr auto type = "Type"; variable
137 auto iter = propMap.find(type); in appendChassisType()
/openbmc/qemu/target/ppc/translate/
H A Dvmx-ops.c.inc107 #define GEN_VXFORM_DUAL_INV(name0, name1, opc2, opc3, inval0, inval1, type) \
108 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, \
/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h331 uint64_t type:4; /* Should always be 0x4 */ member
333 uint32_t type:4; /* Should always be 0x4 */
/openbmc/qemu/hw/timer/
H A Detraxfs_timer.c342 static void etraxfs_timer_reset_enter(Object *obj, ResetType type) in etraxfs_timer_reset_enter() argument
360 static void etraxfs_timer_reset_hold(Object *obj, ResetType type) in etraxfs_timer_reset_hold() argument
/openbmc/qemu/include/net/
H A Dnet.h72 NetClientDriver type; member
144 NetClientDriver type, int max);
/openbmc/qemu/target/m68k/
H A Dcpu.h77 #define TTR(type, index) ttr[((type & ACCESS_CODE) == ACCESS_CODE) * 2 + index] argument
/openbmc/qemu/hw/arm/
H A Dpxa2xx_pic.c246 .access = PL1_RW, .type = ARM_CP_IO, \
275 static void pxa2xx_pic_reset_hold(Object *obj, ResetType type) in pxa2xx_pic_reset_hold() argument
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h298 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… argument
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_pfvf.c239 if (params->is_notification_message(msg.type) && csr_val != csr_msg) { in adf_gen2_pfvf_send()
314 !params->is_notification_message(msg.type)) in adf_gen2_pfvf_recv()
/openbmc/pldm/common/
H A Dutils.hpp420 PropertyValue jsonEntryToDbusVal(std::string_view type,
568 bool dbusPropValuesToDouble(const std::string_view& type,
/openbmc/phosphor-fan-presence/
H A Dmeson.build177 if get_option('cooling-type-service').allowed()
179 subdir('cooling-type')
/openbmc/linux/Documentation/mm/damon/
H A Ddesign.rst248 redundant if the type of interest is common. Exchanging the information
379 number of filters for each scheme. Each filter specifies the type of target
380 memory, and whether it should exclude the memory of the type (filter-out), or
381 all except the memory of the type (filter-in).
384 target type filters are supported by the feature. Some filter target types
385 require additional arguments. The memory cgroup filter type asks users to
387 type asks the start and end addresses of the range. The DAMON monitoring
388 target type asks the index of the target from the context's monitoring targets
395 type filters are handled by the core layer, while others are handled by
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget.c210 if (can_bulk_split(musb, ep->type)) in max_ep_writesize()
324 musb_ep->type)) in txstate()
938 musb_ep->type = usb_endpoint_type(desc); in musb_gadget_enable()
991 if (can_bulk_split(musb, musb_ep->type)) in musb_gadget_enable()
1001 if (musb_ep->type == USB_ENDPOINT_XFER_ISOC) in musb_gadget_enable()
1041 if (musb_ep->type == USB_ENDPOINT_XFER_ISOC) in musb_gadget_enable()
1043 else if (musb_ep->type == USB_ENDPOINT_XFER_INT) in musb_gadget_enable()
1069 musb_ep_xfertype_string(musb_ep->type), in musb_gadget_enable()
1346 if ((USB_ENDPOINT_XFER_ISOC == musb_ep->type)) { in musb_gadget_set_halt()
/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c366 static void encode_ftype3(struct xdr_stream *xdr, const u32 type) in encode_ftype3() argument
368 encode_uint32(xdr, type); in encode_ftype3()
373 u32 type; in xdr_decode_ftype3() local
375 type = be32_to_cpup(p++); in xdr_decode_ftype3()
376 if (type > NF3FIFO) in xdr_decode_ftype3()
377 type = NF3NON; in xdr_decode_ftype3()
378 *mode = nfs_type2fmt[type]; in xdr_decode_ftype3()
1134 encode_ftype3(xdr, args->type); in encode_mknoddata3()
1135 switch (args->type) { in encode_mknoddata3()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c130 return mbus_cfg->type != V4L2_MBUS_CSI2_DPHY; in is_parallel_bus()
152 if (mbus_cfg->type == V4L2_MBUS_BT656) // including BT.1120 in requires_passthrough()
761 if (priv->mbus_cfg.type == V4L2_MBUS_BT656) { in csi_start()
1107 struct v4l2_mbus_config mbus_cfg = { .type = 0 }; in csi_link_validate()
1206 if (mbus_cfg->type == V4L2_MBUS_BT656 && in csi_try_crop()
1223 struct v4l2_mbus_config mbus_cfg = { .type = 0 }; in csi_enum_mbus_code()
1506 struct v4l2_mbus_config mbus_cfg = { .type = 0 }; in csi_set_fmt()
1638 struct v4l2_mbus_config mbus_cfg = { .type = 0 }; in csi_set_selection()
1732 if (sub->type != V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR) in csi_subscribe_event()

1...<<521522523524525526527528529530>>...873