/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_cmdq.c | 790 enum hinic_cmdq_type type, cmdq_type; in init_cmdqs_ctxt() local 841 for (type = HINIC_CMDQ_SYNC; type < cmdq_type; type++) in init_cmdqs_ctxt() 842 free_cmdq(&cmdqs->cmdq[type]); in init_cmdqs_ctxt()
|
/openbmc/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 20 include/asm-sh/. For the new kernel, things are broken out by board type, 21 companion chip type, and CPU type. Looking at a tree view of this directory 209 "System type" menu:: 232 Once that is taken care of, it's time to add an entry for the mach type.
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-mxic.c | 566 if (req->type == NAND_PAGE_READ) in mxic_ecc_prepare_io_req_external() 587 ret = mxic_ecc_process_data(mxic, ctx->req->type); in mxic_ecc_prepare_io_req_external() 622 if (req->type == NAND_PAGE_WRITE) { in mxic_ecc_finish_io_req_external() 644 ret = mxic_ecc_process_data(mxic, ctx->req->type); in mxic_ecc_finish_io_req_external() 714 if (req->type == NAND_PAGE_READ) { in mxic_ecc_finish_io_req_pipelined()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm630-sony-xperia-nile.dtsi | 97 linux,input-type = <1>; 105 linux,input-type = <1>; 113 linux,input-type = <1>; 148 * Until we hook up type-c detection, we 184 syna,sensor-type = <1>;
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-ov2722.c | 184 switch (next->type) { in __ov2722_buf_reg_array() 232 for (; next->type != OV2722_TOK_TERM; next++) { in ov2722_write_reg_array() 233 switch (next->type & OV2722_TOK_MASK) { in ov2722_write_reg_array() 444 .type = V4L2_CTRL_TYPE_INTEGER, 456 .type = V4L2_CTRL_TYPE_INTEGER,
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-dwapb.c | 314 static int dwapb_irq_set_type(struct irq_data *d, u32 type) in dwapb_irq_set_type() argument 325 switch (type) { in dwapb_irq_set_type() 348 if (type & IRQ_TYPE_LEVEL_MASK) in dwapb_irq_set_type() 350 else if (type & IRQ_TYPE_EDGE_BOTH) in dwapb_irq_set_type() 354 if (type != IRQ_TYPE_EDGE_BOTH) in dwapb_irq_set_type()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | fxas21002c_core.c | 598 switch (chan->type) { in fxas21002c_read_raw() 607 switch (chan->type) { in fxas21002c_read_raw() 652 switch (chan->type) { in fxas21002c_write_raw() 691 .type = IIO_ANGL_VEL, \ 710 .type = IIO_TEMP,
|
/openbmc/linux/drivers/regulator/ |
H A D | mt6359-regulator.c | 52 .type = REGULATOR_VOLTAGE, \ 80 .type = REGULATOR_VOLTAGE, \ 104 .type = REGULATOR_VOLTAGE, \ 127 .type = REGULATOR_VOLTAGE, \ 148 .type = REGULATOR_VOLTAGE, \
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sa1100.c | 496 return sport->port.type == PORT_SA1100 ? "SA1100" : NULL; in sa1100_type() 532 sport->port.type = PORT_SA1100; in sa1100_config_port() 547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port() 576 .type = sa1100_type,
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 598 switch (base->type) { in am65_cpsw_tc_query_caps() 764 static int am65_cpsw_qos_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_priv) in am65_cpsw_qos_setup_tc_block_cb() argument 771 switch (type) { in am65_cpsw_qos_setup_tc_block_cb() 790 int am65_cpsw_qos_ndo_setup_tc(struct net_device *ndev, enum tc_setup_type type, in am65_cpsw_qos_ndo_setup_tc() argument 793 switch (type) { in am65_cpsw_qos_ndo_setup_tc()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net | 6 Indicates the name assignment type. Possible values are: 20 Indicates the address assignment type. Possible values are: 289 as an integer value. Value depend on the type of interface, 293 What: /sys/class/net/<iface>/type 298 Indicates the interface protocol type as a decimal value. See
|
/openbmc/linux/drivers/staging/most/dim2/ |
H A D | hal.c | 349 static void dim2_configure_channel(u8 ch_addr, u8 type, u8 is_tx, u16 dbr_address, in dim2_configure_channel() argument 353 dim2_configure_cat(MLB_CAT, ch_addr, type, is_tx ? 1 : 0); in dim2_configure_channel() 356 dim2_configure_cat(AHB_CAT, ch_addr, type, is_tx ? 0 : 1); in dim2_configure_channel() 751 static u8 init_ctrl_async(struct dim_channel *ch, u8 type, u8 is_tx, in init_ctrl_async() argument 768 dim2_configure_channel(ch->addr, type, is_tx, in init_ctrl_async()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-spmi-vadc.c | 518 enum iio_chan_type type; member 527 .type = _type, \ 536 .type = _type, \ 792 iio_chan->type = vadc_chan->type; in vadc_get_fw_data()
|
/openbmc/linux/drivers/mailbox/ |
H A D | tegra-hsp.c | 584 unsigned int type = args->args[0], master = args->args[1]; in tegra_hsp_db_xlate() local 591 if (type != TEGRA_HSP_MBOX_TYPE_DB || !hsp->doorbell_irq) in tegra_hsp_db_xlate() 623 unsigned int type = args->args[0], index; in tegra_hsp_sm_xlate() local 628 if ((type & HSP_MBOX_TYPE_MASK) != TEGRA_HSP_MBOX_TYPE_SM || in tegra_hsp_sm_xlate() 634 if (type & TEGRA_HSP_MBOX_TYPE_SM_128BIT) { in tegra_hsp_sm_xlate()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 507 enum drm_plane_type type) in vbox_create_plane() argument 516 if (type == DRM_PLANE_TYPE_PRIMARY) { in vbox_create_plane() 521 } else if (type == DRM_PLANE_TYPE_CURSOR) { in vbox_create_plane() 536 NULL, type, NULL); in vbox_create_plane() 730 mode->type |= DRM_MODE_TYPE_PREFERRED; in vbox_get_modes()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986a.dtsi | 607 type = "critical"; 613 type = "hot"; 619 type = "active"; 625 type = "active"; 631 type = "active";
|
/openbmc/linux/net/rxrpc/ |
H A D | output.c | 294 pkt.whdr.type = RXRPC_PACKET_TYPE_ABORT; in rxrpc_send_abort_packet() 545 whdr.type = RXRPC_PACKET_TYPE_ABORT; in rxrpc_send_conn_abort() 608 whdr.type = RXRPC_PACKET_TYPE_BUSY; in rxrpc_reject_packet() 613 whdr.type = RXRPC_PACKET_TYPE_ABORT; in rxrpc_reject_packet() 668 whdr.type = RXRPC_PACKET_TYPE_VERSION; /* Not client-initiated */ in rxrpc_send_keepalive()
|
/openbmc/linux/net/netrom/ |
H A D | nr_route.c | 560 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25) in nr_ax25_dev_get() 576 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM) in nr_dev_first() 595 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM && in nr_dev_get() 644 switch (nr_route.type) { in nr_rt_ioctl() 676 switch (nr_route.type) { in nr_rt_ioctl()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.c | 224 mode->type |= DRM_MODE_TYPE_PREFERRED; in nv17_tv_get_ld_modes() 265 mode->type |= DRM_MODE_TYPE_PREFERRED; in nv17_tv_get_hd_modes() 291 mode->type |= DRM_MODE_TYPE_DRIVER; in nv17_tv_get_hd_modes() 428 if ((dcb->type == DCB_OUTPUT_TMDS || in nv17_tv_prepare() 429 dcb->type == DCB_OUTPUT_LVDS) && in nv17_tv_prepare()
|
/openbmc/linux/fs/hfs/ |
H A D | inode.c | 307 switch (rec->type) { in hfs_test_inode() 345 switch (rec->type) { in hfs_read_inode() 398 switch (rec->type) { in hfs_iget() 476 if (rec.type != HFS_CDR_DIR || in hfs_write_inode() 499 if (rec.type != HFS_CDR_FIL || in hfs_write_inode()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tunnel_kern.c | 38 __u8 type; member 66 struct bpf_fou_encap *encap, int type) __ksym; 71 __uint(type, BPF_MAP_TYPE_ARRAY); 621 gopt->type = 0x08; in geneve_set_tunnel() 689 gopt->type = 0x08; in ip6geneve_set_tunnel()
|
/openbmc/linux/sound/hda/ |
H A D | hdmi_chmap.c | 614 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in hdmi_chmap_ctl_info() 673 int type; in hdmi_chmap_ctl_tlv() local 703 type = chmap->ops.chmap_cea_alloc_validate_get_type( in hdmi_chmap_ctl_tlv() 705 if (type < 0) in hdmi_chmap_ctl_tlv() 710 if (put_user(type, dst) || in hdmi_chmap_ctl_tlv()
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 113 - [ ] All enum members must be prefixed with the type name 122 type-safe. This is especially true for message decoding functions which must 174 - [ ] If I've added support for a new PLDM message type, then I've implemented 188 - [ ] If I've added support for a new message type, then my commit message 193 - [ ] The section of the specification that defines the message type
|
/openbmc/linux/drivers/net/ |
H A D | bareudp.c | 550 [IFLA_BAREUDP_PORT] = { .type = NLA_U16 }, 551 [IFLA_BAREUDP_ETHERTYPE] = { .type = NLA_U16 }, 552 [IFLA_BAREUDP_SRCPORT_MIN] = { .type = NLA_U16 }, 553 [IFLA_BAREUDP_MULTIPROTO_MODE] = { .type = NLA_FLAG }, 579 dev->type = ARPHRD_NONE; in bareudp_setup()
|
/openbmc/linux/include/linux/ |
H A D | device.h | 420 #define devm_alloc_percpu(dev, type) \ argument 421 ((typeof(type) __percpu *)__devm_alloc_percpu((dev), sizeof(type), \ 422 __alignof__(type))) 712 const struct device_type *type; member
|