Home
last modified time | relevance | path

Searched refs:type (Results 13776 – 13800 of 21822) sorted by relevance

1...<<551552553554555556557558559560>>...873

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c366 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
724 if (icmp.type == ICMP_ECHOREPLY) { in process_icmpv4()
729 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
733 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-sprd.c629 enum sdhci_sprd_tuning_type type) in sdhci_sprd_tuning() argument
653 if (type == SDHCI_SPRD_TUNING_SD_HS_CMD) { in sdhci_sprd_tuning()
663 if (type == SDHCI_SPRD_TUNING_SD_HS_CMD) in sdhci_sprd_tuning()
676 if (type == SDHCI_SPRD_TUNING_SD_HS_CMD) { in sdhci_sprd_tuning()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-mailbox.c296 if (s->type == CX18_ENC_STREAM_TYPE_TS) { in epu_dma_done()
299 } else if (s->type == CX18_ENC_STREAM_TYPE_PCM) { in epu_dma_done()
307 } else if (s->type == CX18_ENC_STREAM_TYPE_YUV) { in epu_dma_done()
312 if (s->type == CX18_ENC_STREAM_TYPE_IDX) in epu_dma_done()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c493 int ce_id, enum hal_ring_type type) in ath12k_ce_init_ring() argument
505 switch (type) { in ath12k_ce_init_ring()
525 ath12k_warn(ab, "Invalid CE ring type %d\n", type); in ath12k_ce_init_ring()
531 ret = ath12k_hal_srng_setup(ab, type, ce_id, 0, &params); in ath12k_ce_init_ring()
/openbmc/linux/drivers/media/mc/
H A Dmc-device.c112 entd->type = ent->function; in media_device_enum_entities()
133 entd->type = MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN; in media_device_enum_entities()
135 entd->type = MEDIA_ENT_T_DEVNODE_UNKNOWN; in media_device_enum_entities()
291 kintf.intf_type = intf->type; in media_device_get_topology()
/openbmc/linux/drivers/mtd/
H A Dmtdconcat.c669 concat->mtd.type = subdev[0]->type; in mtd_concat_create()
707 if (concat->mtd.type != subdev[i]->type) { in mtd_concat_create()
/openbmc/linux/drivers/power/supply/
H A Dqcom_smbb.c760 .type = POWER_SUPPLY_TYPE_BATTERY,
770 .type = POWER_SUPPLY_TYPE_USB,
780 .type = POWER_SUPPLY_TYPE_MAINS,
955 chg->otg_rdesc.type = REGULATOR_VOLTAGE; in smbb_charger_probe()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsimple-card.yaml117 type: object
152 type: object
157 type: object
226 type: object
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c606 u16 maxpacket, type; in ast_vhub_epn_enable() local
645 type = usb_endpoint_type(desc); in ast_vhub_epn_enable()
652 ep->epn.is_in ? "in" : "out", usb_ep_type_string(type), in ast_vhub_epn_enable()
671 switch(type) { in ast_vhub_epn_enable()
/openbmc/linux/drivers/net/can/usb/
H A Dusb_8dev.c154 u8 type; /* frame type */ member
462 if (msg->type == USB_8DEV_TYPE_ERROR_FRAME && in usb_8dev_rx_can_msg()
465 } else if (msg->type == USB_8DEV_TYPE_CAN_FRAME) { in usb_8dev_rx_can_msg()
487 msg->type); in usb_8dev_rx_can_msg()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h54 enum dlm_mle_type type; member
329 s8 type; member
624 u8 type; member
810 struct dlm_lock * dlm_new_lock(int type, u8 node, u64 cookie,
/openbmc/linux/drivers/char/agp/
H A Dfrontend.c276 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) in agp_allocate_memory_wrap() argument
280 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()
883 if (alloc.type >= AGP_USER_TYPES) in agpioc_allocate_wrap()
886 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in agpioc_allocate_wrap()
/openbmc/linux/Documentation/arch/s390/
H A Ddriver-model.rst40 The control unit type / model.
43 The device type / model, if applicable.
286 type
287 - The physical type of the channel path.
/openbmc/linux/drivers/comedi/drivers/
H A Dadv_pci1710.c803 s->type = COMEDI_SUBD_AI; in pci1710_auto_attach()
831 s->type = COMEDI_SUBD_AO; in pci1710_auto_attach()
846 s->type = COMEDI_SUBD_DI; in pci1710_auto_attach()
855 s->type = COMEDI_SUBD_DO; in pci1710_auto_attach()
/openbmc/linux/fs/hfsplus/
H A Dinode.c506 u16 type; in hfsplus_cat_read_inode() local
508 type = hfs_bnode_read_u16(fd->bnode, fd->entryoffset); in hfsplus_cat_read_inode()
511 if (type == HFSPLUS_FOLDER) { in hfsplus_cat_read_inode()
536 } else if (type == HFSPLUS_FILE) { in hfsplus_cat_read_inode()
/openbmc/linux/sound/synth/emux/
H A Demux_synth.c311 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control() argument
319 switch (type) { in snd_emux_control()
332 if (chan->control[type] >= 64) in snd_emux_control()
355 snd_emux_xg_control(port, chan, type); in snd_emux_control()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h65 #define EIP197_REQUEST_ON_STACK(name, type, size) \ argument
67 struct type##_request *name = (void *)__##name##_desc
588 u8 type:2; member
878 enum safexcel_alg_type type; member
/openbmc/linux/drivers/parisc/
H A Ddino.c253 #define DINO_PORT_IN(type, size, mask) \ argument
262 v = read##type(d->base_addr+DINO_IO_DATA+(addr&mask)); \
271 #define DINO_PORT_OUT(type, size, mask) \ argument
279 write##type(val, d->base_addr+DINO_IO_DATA+(addr&mask)); \
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu.c861 void intel_sseu_print_ss_info(const char *type, in intel_sseu_print_ss_info() argument
868 seq_printf(m, " %s Geometry DSS: %u\n", type, in intel_sseu_print_ss_info()
871 seq_printf(m, " %s Compute DSS: %u\n", type, in intel_sseu_print_ss_info()
876 seq_printf(m, " %s Slice%i subslices: %u\n", type, in intel_sseu_print_ss_info()
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c891 if (image->type == KEXEC_TYPE_CRASH) { in setup_purgatory_ppc64()
993 if (image->type != KEXEC_TYPE_CRASH) in kexec_extra_fdt_size_ppc64()
1174 if (image->type == KEXEC_TYPE_CRASH) { in setup_new_fdt_ppc64()
1277 if (kbuf->image->type == KEXEC_TYPE_CRASH) { in arch_kexec_locate_mem_hole()
/openbmc/linux/drivers/tty/serial/
H A Dsb1250-duart.c729 uport->type = PORT_SB1250_DUART; in sbd_config_port()
739 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SB1250_DUART) in sbd_verify_port()
761 .type = sbd_type,
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c208 u8 type = op->type; in gb_sdio_request_handler() local
212 if (type != GB_SDIO_TYPE_EVENT) { in gb_sdio_request_handler()
214 "unsupported unsolicited event: %u\n", type); in gb_sdio_request_handler()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c247 switch (spec->type) { in uverbs_process_attr()
258 if (val_spec->type != UVERBS_ATTR_TYPE_PTR_IN) in uverbs_process_attr()
281 if (spec->type != UVERBS_ATTR_TYPE_ENUM_IN && in uverbs_process_attr()
536 if (attr_uapi->spec.type == UVERBS_ATTR_TYPE_IDRS_ARRAY) { in bundle_destroy()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c760 cmd.type = params->type; in efa_com_get_stats()
773 cmd.type, cmd.scope, cmd.scope_modifier, err); in efa_com_get_stats()
777 switch (cmd.type) { in efa_com_get_stats()
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c173 int type; member
777 return id_to_type_table[x].type; in get_family_type()
782 last_type = id_to_type_table[x].type; in get_family_type()
788 return id_to_type_table[x].type; in get_family_type()

1...<<551552553554555556557558559560>>...873