Home
last modified time | relevance | path

Searched refs:type (Results 18951 – 18975 of 21828) sorted by relevance

1...<<751752753754755756757758759760>>...874

/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c136 #define ARM_V7S_PRRR_TR(n, type) (((type) & 0x3) << ((n) * 2)) argument
/openbmc/linux/include/linux/
H A Dpgtable.h928 static inline void arch_swap_invalidate_page(int type, pgoff_t offset) in arch_swap_invalidate_page() argument
932 static inline void arch_swap_invalidate_area(int type) in arch_swap_invalidate_area() argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c314 static bool esw_qos_element_type_supported(struct mlx5_core_dev *dev, int type) in esw_qos_element_type_supported() argument
316 switch (type) { in esw_qos_element_type_supported()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1139 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type; member
1383 enum mvpp2_tx_buf_type type; member
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst80 a :c:type:`platform_driver` structure defined in the glue layer as::
490 type of resource we are dealing with. So ``IORESOURCE_MEM`` is used to
542 through the ``jz4740_musb_config`` :c:type:`musb_hdrc_config` structure.
560 :c:type:`musb_hdrc_platform_data` structure (line 11): config is a pointer to
/openbmc/u-boot/arch/arm/mach-sunxi/
H A DKconfig376 This option is the original only supported memory type, which suits
398 int "sunxi dram type"
402 Set the dram type, 3: DDR3, 7: LPDDR3
918 Select which type of LCD panel to support.
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1395 char *type; in musb_core_init() local
1438 type = "M"; in musb_core_init()
1441 type = ""; in musb_core_init()
1454 pr_debug("%s: %sHDRC RTL version %s %s\n", musb_driver_name, type, in musb_core_init()
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst69 * If you have your filesystems listed as type "auto" in fstab, like I did, then
71 You must list the filesystems with their true type instead.
522 # type "unknown" in /etc/mtab. If we encounter
523 # "unknown", we try to get the type from fstab.
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c2716 struct kvmppc_xive *kvmppc_xive_get_device(struct kvm *kvm, u32 type) in kvmppc_xive_get_device() argument
2718 struct kvmppc_xive **kvm_xive_device = type == KVM_DEV_TYPE_XIVE ? in kvmppc_xive_get_device()
2736 static int kvmppc_xive_create(struct kvm_device *dev, u32 type) in kvmppc_xive_create() argument
2747 xive = kvmppc_xive_get_device(kvm, type); in kvmppc_xive_create()
H A Dpowerpc.c440 int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) in kvm_arch_init_vm() argument
448 if (type == 0) { in kvm_arch_init_vm()
455 } else if (type == KVM_VM_PPC_HV) { in kvm_arch_init_vm()
459 } else if (type == KVM_VM_PPC_PR) { in kvm_arch_init_vm()
/openbmc/linux/Documentation/filesystems/
H A Dautofs.rst39 filesystem type. Several "autofs" filesystems can be mounted and they
342 int type; /* Type of packet */
345 where the type is one of ::
508 mountpoint of a particular type - see separate documentation for
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c480 if (hw->nvm.type == igc_nvm_eeprom_spi) { in igc_ethtool_get_eeprom()
517 if (hw->mac.type >= igc_i225 && in igc_ethtool_set_eeprom()
1571 switch (adapter->hw.mac.type) { in igc_ethtool_get_ts_info()
1808 if (hw->mac.type == igc_i225 && in igc_ethtool_get_link_ksettings()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c551 switch (rtwdev->hci.type) { in rtw8852a_read_efuse()
1669 module->ant.type = BTC_ANT_DEDICATED; in rtw8852a_btc_set_rfe()
1672 module->ant.type = BTC_ANT_SHARED; in rtw8852a_btc_set_rfe()
1722 if (module->ant.type == BTC_ANT_SHARED) { in rtw8852a_btc_init_cfg()
/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h173 __u8 type; member
296 switch (rec_src->type) { in cec_msg_record_on()
323 rec_src->type = msg->msg[2]; in cec_ops_record_on()
324 switch (rec_src->type) { in cec_ops_record_on()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c322 if ((ha->type == NETDEV_HW_ADDR_T_SAN) && in fcoe_interface_setup()
354 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
359 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
365 fcoe->fip_vlan_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77980.dtsi1584 type = "passive";
1589 type = "critical";
1603 type = "passive";
1608 type = "critical";
/openbmc/linux/net/iucv/
H A Daf_iucv.c783 if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET) in iucv_sock_listen()
2235 switch (sock->type) { in iucv_sock_create()
2261 .type = cpu_to_be16(ETH_P_AF_IUCV),
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c259 msg.req.type = VDUSE_GET_VQ_STATE; in vduse_dev_get_vq_state_packed()
285 msg.req.type = VDUSE_GET_VQ_STATE; in vduse_dev_get_vq_state_split()
301 msg.req.type = VDUSE_SET_STATUS; in vduse_dev_set_status()
315 msg.req.type = VDUSE_UPDATE_IOTLB; in vduse_dev_update_iotlb()
/openbmc/qemu/hw/block/
H A Dfdc.c454 FloppyDriveType type; member
460 DEFINE_PROP_SIGNED("drive-type", FloppyDrive, type,
550 drive->drive = dev->type; in floppy_drive_realize()
552 dev->type = drive->drive; in floppy_drive_realize()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1068 if (wlc->bsscfg->type == BRCMS_TYPE_ADHOC) in brcms_c_tbtt()
2162 wlc->bsscfg->type = BRCMS_TYPE_STATION; in brcms_c_start_station()
2172 wlc->bsscfg->type = BRCMS_TYPE_AP; in brcms_c_start_ap()
2180 wlc->bsscfg->type = BRCMS_TYPE_ADHOC; in brcms_c_start_adhoc()
4400 core->bus->boardinfo.type); in brcms_b_attach()
4438 wlc_hw->deviceid = core->bus->boardinfo.type; in brcms_b_attach()
5035 if (bsscfg->type == BRCMS_TYPE_STATION || in brcms_c_up()
5036 bsscfg->type == BRCMS_TYPE_ADHOC) in brcms_c_up()
7344 if (wlc->pub->up && (bsscfg->type == BRCMS_TYPE_AP || in brcms_c_update_beacon()
7345 bsscfg->type == BRCMS_TYPE_ADHOC)) { in brcms_c_update_beacon()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dspkguide.txt121 and would rather only type one word. So keypad it is. Got it? Good.
149 At this point, you'll need to type in your user id and password, as
151 letters of your user id as you type it, but not the password. This is
510 at. You could type:
558 Express, you would type the following command:
594 you would type:
834 key, while you type the keypad slash character. The url will be pasted
872 type:
952 above command wrapped onto two lines in this document, you should type
1011 the type and width of displayed data. If you change these, you must
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c77 switch (card->info.type) { in qeth_get_cardname()
90 switch (card->info.type) { in qeth_get_cardname()
110 switch (card->info.type) { in qeth_get_cardname_short()
123 switch (card->info.type) { in qeth_get_cardname_short()
1547 card->options.route4.type = NO_ROUTER; in qeth_set_initial_options()
1548 card->options.route6.type = NO_ROUTER; in qeth_set_initial_options()
1932 switch (card->info.type) { in qeth_idx_init()
2835 switch (card->info.type) { in qeth_print_status_message()
3410 cmd->data.diagass.type = 1; in qeth_hw_trap()
6288 switch (card->info.type) { in qeth_alloc_netdev()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4962 rtl8xxxu_set_linktype(priv, vif->type); in rtl8xxxu_bss_info_changed()
5707 priv->vif->type == NL80211_IFTYPE_STATION && in rtl8723au_rx_parse_phystats()
5747 priv->vif->type == NL80211_IFTYPE_STATION && in jaguar2_rx_parse_phystats_type1()
5911 switch (type) { in rtl8723bu_set_coex_with_type()
6575 switch (vif->type) { in rtl8xxxu_add_interface()
6609 rtl8xxxu_set_linktype(priv, vif->type); in rtl8xxxu_add_interface()
6746 if (priv->vif && priv->vif->type == NL80211_IFTYPE_AP) in rtl8xxxu_configure_filter()
6800 if (vif->type != NL80211_IFTYPE_STATION) in rtl8xxxu_set_key()
7156 if (vif && vif->type == NL80211_IFTYPE_STATION) { in rtl8xxxu_watchdog_callback()
7318 if (vif->type == NL80211_IFTYPE_AP) { in rtl8xxxu_sta_add()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c557 switch (INPUT(input)->type) { in cx231xx_set_video_input_mux()
560 if ((dev->current_pcb_config.type == USB_BUS_POWER) && in cx231xx_set_video_input_mux()
573 INPUT(input)->type, in cx231xx_set_video_input_mux()
578 if ((dev->current_pcb_config.type == USB_BUS_POWER) && in cx231xx_set_video_input_mux()
615 __func__, INPUT(input)->type); in cx231xx_set_video_input_mux()
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst200 A set of default device drivers are also created to control each type of AP
746 Keep in mind that only type 10 and newer adapters (i.e., CEX4 and later)
753 can be bound to the vfio_ap device driver. The device type for a given AP
755 to see the hardware type of the queue 05.0004::
768 ...... [vfio_ap-passthrough] (passthrough mediated matrix device type)

1...<<751752753754755756757758759760>>...874