/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 63 in USB device mode (OTG operation). It can be omitted if that is not 95 mode, since the gadget framework does not use driver model.
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_asic.h | 772 void si_fan_ctrl_set_mode(struct radeon_device *rdev, u32 mode); 901 void ci_fan_ctrl_set_mode(struct radeon_device *rdev, u32 mode);
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 952 u16 mode, u32 mech, const u8 *iv, in ep11_cryptsingle() argument 998 prep_head(&req_pl->head, req_pl_size, api, (mode ? 20 : 19)); in ep11_cryptsingle()
|
/openbmc/linux/sound/pci/ |
H A D | es1938.c | 446 int mode) in snd_es1938_rate_set() argument 458 if (mode == DAC2) { in snd_es1938_rate_set()
|
/openbmc/linux/drivers/clocksource/ |
H A D | Kconfig | 60 bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST 64 Enables the support for the TI dual-mode timer driver.
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 857 static int venus_sys_set_coverage(struct venus_hfi_device *hdev, u32 mode) in venus_sys_set_coverage() argument 864 pkt_sys_coverage_config(pkt, mode); in venus_sys_set_coverage()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1590 int hw_atl_b0_set_loopback(struct aq_hw_s *self, u32 mode, bool enable) in hw_atl_b0_set_loopback() argument 1592 switch (mode) { in hw_atl_b0_set_loopback()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.h | 1627 u8 mode; member 1850 u32 mode);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.c | 385 if (esw->mode != MLX5_ESWITCH_OFFLOADS) in mlx5e_sqs2vport_stop() 452 if (esw->mode != MLX5_ESWITCH_OFFLOADS) in mlx5e_sqs2vport_start()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_debugfs.c | 506 sprintf(result[j++], "%s", dim->mode < ARRAY_SIZE(dim_cqe_mode_str) ? in hns3_get_coal_info() 507 dim_cqe_mode_str[dim->mode] : "unknown"); in hns3_get_coal_info()
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 216 { .name = __stringify(_name), .mode = S_IRUSR | S_IWUSR }, \ 228 .attr = { .name = "default_nvram", .mode = S_IRUGO },
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 2121 unsigned long mode = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL), HPTE_USE_KERNEL_KEY); in kernel_map_linear_page() local 2133 ret = hpte_insert_repeating(hash, vpn, __pa(vaddr), mode, in kernel_map_linear_page()
|
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 1017 static int grcan_set_mode(struct net_device *dev, enum can_mode mode) in grcan_set_mode() argument 1023 if (mode == CAN_MODE_START) { in grcan_set_mode()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_core.c | 1998 static int es58x_set_mode(struct net_device *netdev, enum can_mode mode) in es58x_set_mode() argument 2002 switch (mode) { in es58x_set_mode()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mtk-snfi.c | 699 ecc_cfg->mode = ECC_NFI_MODE; in mtk_snand_ecc_init_ctx() 770 if ((req->mode == MTD_OPS_RAW) || (req->type != NAND_PAGE_READ)) in mtk_snand_ecc_finish_io_req()
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 2106 __u32 mode; member 2121 __u32 mode; member
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 320 int av7110_set_vidmode(struct av7110 *av7110, enum av7110_video_mode mode) in av7110_set_vidmode() argument 325 ret = av7110_fw_cmd(av7110, COMTYPE_ENCODER, LoadVidCode, 1, mode); in av7110_set_vidmode()
|
/openbmc/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 894 if (prtx_ctl.s.mode == 0) { /* RGMII mode */ in octeon_mgmt_update_link() 1089 agl_prtx_ctl.s.mode = rgmii_mode ? 0 : 1; in octeon_mgmt_open()
|
/openbmc/linux/drivers/i3c/master/ |
H A D | dw-i3c-master.c | 551 if (master->base.bus.mode == I3C_BUS_MODE_PURE) in dw_i3c_clk_cfg() 615 switch (bus->mode) { in dw_i3c_master_bus_init()
|
/openbmc/linux/fs/ceph/ |
H A D | xattr.c | 1359 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() argument 1367 err = security_dentry_init_security(dentry, mode, &dentry->d_name, in ceph_security_init_secctx()
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | README.md | 110 specific manufacturing isolation mode is enabled. It has the same format as 158 specific manufacturing isolation mode is enabled.
|
/openbmc/qemu/docs/specs/ |
H A D | tpm.rst | 90 be used in polling mode rather than interrupt mode primarily because
|
/openbmc/qemu/accel/tcg/ |
H A D | ldst_atomicity.c.inc | 198 * In system mode all guest pages are writable. For user mode,
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2inode.c | 984 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode, in smb2_mkdir() argument 991 FILE_CREATE, CREATE_NOT_FILE, mode); in smb2_mkdir()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | firmware-update.cpp | 510 static void setFirmwareUpdateMode(const bool mode) in setFirmwareUpdateMode() argument 513 if (mode) in setFirmwareUpdateMode()
|