Home
last modified time | relevance | path

Searched refs:type (Results 19451 – 19475 of 21822) sorted by relevance

1...<<771772773774775776777778779780>>...873

/openbmc/linux/include/soc/mscc/
H A Docelot.h1156 unsigned int vid, enum macaccess_entry_type *type);
1160 enum macaccess_entry_type type,
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c576 switch (reg->type) { in aspeed_gpio_read()
810 switch (reg->type) { in aspeed_gpio_write()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp248 EXPECT_EQ(entry->src.type, 0xBD); in TEST_F()
315 EXPECT_EQ(entry->src.type, 0xBD); in TEST_F()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-yosemite4.dts118 aspeed,reset-type = "soc";
129 aspeed,reset-type = "system";
/openbmc/linux/drivers/power/supply/
H A Dmax17042_battery.c1013 .type = POWER_SUPPLY_TYPE_BATTERY,
1024 .type = POWER_SUPPLY_TYPE_BATTERY,
H A Dab8500_fg.c2214 switch (ext->desc->type) { in ab8500_fg_get_ext_psy_data()
2254 switch (ext->desc->type) { in ab8500_fg_get_ext_psy_data()
2281 switch (ext->desc->type) { in ab8500_fg_get_ext_psy_data()
3026 .type = POWER_SUPPLY_TYPE_BATTERY,
/openbmc/linux/fs/f2fs/
H A Ddir.c451 enum page_type type = f2fs_has_inline_dentry(dir) ? NODE : DATA; in f2fs_set_link() local
454 f2fs_wait_on_page_writeback(page, type, true, true); in f2fs_set_link()
/openbmc/linux/drivers/edac/
H A Dsynopsys_edac.c1400 layers[0].type = EDAC_MC_LAYER_CHIP_SELECT; in mc_probe()
1403 layers[1].type = EDAC_MC_LAYER_CHANNEL; in mc_probe()
/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c944 __u64 length, __u32 type, int lock, int unlock, bool wait) in cifs_mand_lock() argument
948 (__u8)type, wait, 0); in cifs_mand_lock()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c486 eseg->insert.type = cpu_to_be16(MLX5_ETH_WQE_INSERT_VLAN); in mlx5e_sq_xmit_wqe()
488 eseg->insert.type |= cpu_to_be16(MLX5_ETH_WQE_SVLAN); in mlx5e_sq_xmit_wqe()
/openbmc/linux/drivers/atm/
H A Dlanai.c275 enum lanai_type type; member
2221 lanai->type==lanai2 ? "2" : "HB", (unsigned int) lanai->serialno, in lanai_dev_open()
2450 atmdev->number, lanai->type==lanai2 ? "2" : "HB", in lanai_proc_read()
2575 lanai->type = (enum lanai_type) ident->device; in lanai_init_one()
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c183 u32 scsi_get_new_index(scsi_index_t type) in scsi_get_new_index() argument
187 BUG_ON((type < 0) || (type >= SCSI_INDEX_TYPE_MAX)); in scsi_get_new_index()
190 new_index = ++scsi_mib_index[type]; in scsi_get_new_index()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c46 int dev_limit, enum nfs4_ff_op_type type);
88 stateid->type = NFS4_PNFS_DS_STATEID_TYPE; in decode_pnfs_stateid()
2484 int dev_limit, enum nfs4_ff_op_type type) in ff_layout_mirror_prepare_stats() argument
2498 type != NFS4_FF_OP_LAYOUTRETURN) in ff_layout_mirror_prepare_stats()
/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1509 int type; in typhoon_clean_tx() local
1513 type = tx->flags & TYPHOON_TYPE_MASK; in typhoon_clean_tx()
1515 if (type == TYPHOON_TX_DESC) { in typhoon_clean_tx()
1521 } else if (type == TYPHOON_FRAG_DESC) { in typhoon_clean_tx()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1311 io_req.mem.type = DM_IO_KMEM; in use_dmio()
1314 io_req.mem.type = DM_IO_VMA; in use_dmio()
2157 .mem.type = DM_IO_KMEM, in dm_bufio_issue_flush()
2181 .mem.type = DM_IO_KMEM, in dm_bufio_issue_discard()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2355 (unsigned int) p->type, in switch_log_sprint()
2466 u32 type, u32 val) in spu_switch_log_notify() argument
2478 p->type = type; in spu_switch_log_notify()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.c1593 char *type; in musb_core_init() local
1630 type = "M"; in musb_core_init()
1633 type = ""; in musb_core_init()
1644 musb_driver_name, type, MUSB_HWVERS_MAJOR(musb->hwvers), in musb_core_init()
/openbmc/linux/Documentation/usb/
H A Dgadget-testing.rst738 c_sync capture synchronization type (async/adaptive)
1073 client 20: 'MIDI 2.0 Gadget' [type=kernel,card=1]
1082 client 24: 'MIDI 2.0 Gadget' [type=kernel,card=2]
1117 ; type=INTEGER,access=r--v----,values=1,min=0,max=2,step=0
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1240 ha->type); in bnx2fc_interface_setup()
1245 if ((ha->type == NETDEV_HW_ADDR_T_SAN) && in bnx2fc_interface_setup()
1259 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()
1264 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst206 In addition, a new file system of type "cgroup" may be mounted, to
354 To mount a cgroup hierarchy with all available subsystems, type::
375 subsystems, type::
557 a structure of type cgroup_subsys_state (typically embedded in a
/openbmc/linux/fs/xfs/
H A Dxfs_log.c109 uint type) in xlog_prepare_iovec() argument
129 vec->i_type = type; in xlog_prepare_iovec()
1120 int type, in xfs_log_item_init() argument
1125 item->li_type = type; in xfs_log_item_init()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-ocelot.c1922 static int ocelot_irq_set_type(struct irq_data *data, unsigned int type);
1944 static int ocelot_irq_set_type(struct irq_data *data, unsigned int type) in ocelot_irq_set_type() argument
1946 if (type & (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW)) in ocelot_irq_set_type()
1949 if (type & IRQ_TYPE_EDGE_BOTH) in ocelot_irq_set_type()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c2094 params.type = EFA_ADMIN_GET_STATS_TYPE_BASIC; in efa_fill_port_stats()
2107 params.type = EFA_ADMIN_GET_STATS_TYPE_MESSAGES; in efa_fill_port_stats()
2118 params.type = EFA_ADMIN_GET_STATS_TYPE_RDMA_READ; in efa_fill_port_stats()
2130 params.type = EFA_ADMIN_GET_STATS_TYPE_RDMA_WRITE; in efa_fill_port_stats()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c134 return connE.type; in init_conn()
1915 u8 type = nvbios_rd08(bios, init->offset + 1); in init_ram_restrict_pll() local
1920 trace("RAM_RESTRICT_PLL\t0x%02x\n", type); in init_ram_restrict_pll()
1928 init_prog_pll(init, type, freq); in init_ram_restrict_pll()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c250 hv_vcpu->exit.type = KVM_EXIT_HYPERV_SYNIC; in synic_exit()
351 hv_vcpu->exit.type = KVM_EXIT_HYPERV_SYNDBG; in syndbg_exit()
549 if (e->type == KVM_IRQ_ROUTING_HV_SINT) in kvm_hv_irq_routing_update()
2631 vcpu->run->hyperv.type = KVM_EXIT_HYPERV_HCALL; in kvm_hv_hypercall()

1...<<771772773774775776777778779780>>...873