Searched refs:misc (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/sun3/prom/
H A DMakefile6 obj-y := init.o console.o printf.o misc.o
7 #bootstr.o init.o misc.o segment.o console.o printf.o
/linux-master/drivers/misc/
H A Dsmpro-misc.c27 struct smpro_misc *misc = dev_get_drvdata(dev); local
37 ret = regmap_read(misc->regmap, CUR_BOOTSTAGE, &reg);
43 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage);
52 ret = regmap_read(misc->regmap, BOOTSTAGE_LO, &reg_lo);
54 ret = regmap_read(misc->regmap, BOOTSTAGE_HI, &reg);
60 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1));
76 struct smpro_misc *misc = dev_get_drvdata(dev); local
80 ret = regmap_read(misc->regmap, SOC_POWER_LIMIT, &value);
90 struct smpro_misc *misc = dev_get_drvdata(dev); local
98 ret = regmap_write(misc
117 struct smpro_misc *misc; local
[all...]
/linux-master/arch/m68k/mac/
H A DMakefile7 baboon.o macboing.o misc.o
/linux-master/arch/x86/lib/
H A Dmisc.c2 #include <asm/misc.h>
/linux-master/drivers/char/
H A Dmisc.c3 * linux/drivers/char/misc.c
5 * Generic misc open routine by Johan Myreen
15 * of the misc drivers, as they are now completely independent. Linus.
24 * Renamed to misc and miscdevice to be more accurate. Alan Cox 26-Mar-96
183 .name = "misc",
195 * @misc: device structure
211 int misc_register(struct miscdevice *misc) argument
215 bool is_dynamic = (misc->minor == MISC_DYNAMIC_MINOR);
217 INIT_LIST_HEAD(&misc->list);
228 misc
273 misc_deregister(struct miscdevice *misc) argument
[all...]
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_irq.c143 txgbe->gpio_irq = irq_find_mapping(txgbe->misc.domain, TXGBE_IRQ_GPIO);
151 txgbe->link_irq = irq_find_mapping(txgbe->misc.domain, TXGBE_IRQ_LINK);
158 .name = "txgbe-misc-irq",
168 irq_set_chip(irq, &txgbe->misc.chip);
189 sub_irq = irq_find_mapping(txgbe->misc.domain, TXGBE_IRQ_GPIO);
195 sub_irq = irq_find_mapping(txgbe->misc.domain, TXGBE_IRQ_LINK);
208 for (hwirq = 0; hwirq < txgbe->misc.nirqs; hwirq++) {
209 virq = irq_find_mapping(txgbe->misc.domain, hwirq);
213 irq_domain_remove(txgbe->misc.domain);
220 free_irq(txgbe->misc
[all...]
/linux-master/arch/x86/include/asm/
H A Damd_nb.h63 struct pci_dev *misc; member in struct:amd_northbridge
87 struct pci_dev *misc; local
91 misc = node_to_amd_nb(i)->misc;
93 if (pci_domain_nr(misc->bus) == pci_domain_nr(pdev->bus) &&
94 PCI_SLOT(misc->devfn) == PCI_SLOT(pdev->devfn))
/linux-master/arch/nios2/boot/compressed/
H A DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds
9 OBJECTS = $(obj)/head.o $(obj)/misc.o
/linux-master/arch/powerpc/platforms/pasemi/
H A DMakefile2 obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
/linux-master/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A DMakefile15 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c ../sampling_tests/misc.h ../sampling_tests/misc.c
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A DMakefile15 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c misc.c misc.h ../loop.S ../branch_loops.S
/linux-master/drivers/firmware/imx/
H A DMakefile3 obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o imx-scu-soc.o
/linux-master/fs/exfat/
H A DMakefile7 exfat-y := inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
/linux-master/arch/arm/kernel/
H A Dperf_callchain.c108 int misc = 0; local
111 misc |= PERF_RECORD_MISC_USER;
113 misc |= PERF_RECORD_MISC_KERNEL;
115 return misc;
/linux-master/drivers/phy/st/
H A Dphy-spear1340-miphy.c83 /* regmap for any soc specific misc registers */
84 struct regmap *misc; member in struct:spear1340_miphy_priv
91 regmap_update_bits(priv->misc, SPEAR1340_PCIE_SATA_CFG,
94 regmap_update_bits(priv->misc, SPEAR1340_PCIE_MIPHY_CFG,
98 regmap_update_bits(priv->misc, SPEAR1340_PCM_CFG,
105 regmap_update_bits(priv->misc, SPEAR1340_PERIP1_SW_RST,
115 regmap_update_bits(priv->misc, SPEAR1340_PCIE_SATA_CFG,
117 regmap_update_bits(priv->misc, SPEAR1340_PCIE_MIPHY_CFG,
121 regmap_update_bits(priv->misc, SPEAR1340_PERIP1_SW_RST,
127 regmap_update_bits(priv->misc, SPEAR1340_PCM_CF
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_plog.h43 u16 misc; /* can be used to indicate fc frame length */ member in struct:bfa_plog_rec_s
138 enum bfa_plog_eid event, u16 misc, char *log_str);
140 enum bfa_plog_eid event, u16 misc,
143 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr);
145 enum bfa_plog_eid event, u16 misc,
/linux-master/drivers/scsi/snic/
H A Dsnic_debugfs.c137 memset(&stats->misc, 0, sizeof(struct snic_misc_stats));
281 jiffies_to_timespec64(stats->misc.last_isr_time, &last_isr_tms);
282 jiffies_to_timespec64(stats->misc.last_ack_time, &last_ack_tms);
301 (u64) stats->misc.last_isr_time,
303 (u64)stats->misc.last_ack_time,
305 (u64) atomic64_read(&stats->misc.ack_isr_cnt),
306 (u64) atomic64_read(&stats->misc.cmpl_isr_cnt),
307 (u64) atomic64_read(&stats->misc.errnotify_isr_cnt),
308 (u64) atomic64_read(&stats->misc.max_cq_ents),
309 (u64) atomic64_read(&stats->misc
[all...]
/linux-master/arch/arm64/kernel/
H A Dperf_callchain.c163 int misc = 0; local
167 misc |= PERF_RECORD_MISC_GUEST_USER;
169 misc |= PERF_RECORD_MISC_GUEST_KERNEL;
172 misc |= PERF_RECORD_MISC_USER;
174 misc |= PERF_RECORD_MISC_KERNEL;
177 return misc;
/linux-master/arch/mips/sgi-ip32/
H A Dip32-reset.c80 unsigned long led = mace->perif.ctrl.misc ^ MACEISA_LED_RED;
81 mace->perif.ctrl.misc = led;
124 led = mace->perif.ctrl.misc | MACEISA_LED_GREEN;
125 mace->perif.ctrl.misc = led;
140 unsigned long led = mace->perif.ctrl.misc;
143 mace->perif.ctrl.misc = led;
/linux-master/drivers/media/usb/pwc/
H A DMakefile2 pwc-objs += pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o
/linux-master/arch/mips/fw/arc/
H A DMakefile10 misc.o
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c136 struct mdp_config_misc *misc = &ctx->vpu.vsi->misc; local
138 misc->orientation = ctx->ctrls.rotate->val;
139 misc->hflip = ctx->ctrls.hflip->val;
140 misc->vflip = ctx->ctrls.vflip->val;
145 struct mdp_config_misc *misc = &ctx->vpu.vsi->misc; local
147 misc->alpha = ctx->ctrls.global_alpha->val;
/linux-master/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux-master/drivers/clk/meson/
H A Dclk-mpll.h20 struct parm misc; member in struct:meson_clk_mpll_data
/linux-master/kernel/cgroup/
H A DMakefile8 obj-$(CONFIG_CGROUP_MISC) += misc.o

Completed in 318 milliseconds

1234567891011>>