Searched refs:ints (Results 1 - 25 of 58) sorted by last modified time

123

/linux-master/drivers/usb/dwc2/
H A Dgadget.c159 * @ints: A bitmask of the interrupts to enable
161 static void dwc2_hsotg_en_gsint(struct dwc2_hsotg *hsotg, u32 ints) argument
166 new_gsintmsk = gsintmsk | ints;
177 * @ints: A bitmask of the interrupts to enable
179 static void dwc2_hsotg_disable_gsint(struct dwc2_hsotg *hsotg, u32 ints) argument
184 new_gsintmsk = gsintmsk & ~ints;
2797 u32 ints; local
2806 ints = dwc2_readl(hsotg, epint_reg);
2807 ints &= mask;
2808 return ints;
3046 u32 ints; local
[all...]
/linux-master/drivers/scsi/
H A Dst.c4119 int i, len, ints[5];
4122 stp = get_options(str, ARRAY_SIZE(ints), ints);
4124 if (ints[0] > 0) {
4125 for (i = 0; i < ints[0] && i < ARRAY_SIZE(parms); i++)
4127 *parms[i].val = ints[i + 1];
4104 int i, len, ints[5]; local
H A Dmac_scsi.c70 int ints[8]; local
72 (void)get_options(str, ARRAY_SIZE(ints), ints);
74 if (ints[0] < 1) {
78 if (ints[0] >= 1)
79 setup_can_queue = ints[1];
80 if (ints[0] >= 2)
81 setup_cmd_per_lun = ints[2];
82 if (ints[0] >= 3)
83 setup_sg_tablesize = ints[
[all...]
H A Datari_scsi.c394 int ints[8]; local
396 get_options(str, ARRAY_SIZE(ints), ints);
398 if (ints[0] < 1) {
402 if (ints[0] >= 1)
403 setup_can_queue = ints[1];
404 if (ints[0] >= 2)
405 setup_cmd_per_lun = ints[2];
406 if (ints[0] >= 3)
407 setup_sg_tablesize = ints[
[all...]
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dcore.c165 static const irq_handler_t ints[] = { local
243 if (request_irq(irq, ints[i], 0, dev->rnames[i], dev))
/linux-master/drivers/video/console/
H A Dmdacon.c181 int ints[3]; local
183 str = get_options(str, ARRAY_SIZE(ints), ints);
185 if (ints[0] < 2)
188 if (ints[1] < 1 || ints[1] > MAX_NR_CONSOLES ||
189 ints[2] < 1 || ints[2] > MAX_NR_CONSOLES)
192 mda_first_vc = ints[1];
193 mda_last_vc = ints[
[all...]
/linux-master/drivers/block/
H A Dfloppy.c123 * days, 6 hours, 32 minutes and 32 seconds (i.e. MAXINT jiffies; ints were
4321 static void __init floppy_set_flags(int *ints, int param, int param2) argument
4334 static void __init daring(int *ints, int param, int param2) argument
4353 static void __init set_cmos(int *ints, int dummy, int dummy2) argument
4357 if (ints[0] != 2) {
4361 current_drive = ints[1];
4370 drive_params[current_drive].cmos = ints[2];
4371 DPRINT("setting CMOS code to %d\n", ints[2]);
4376 void (*fn) (int *ints, int param, int param2);
4415 int ints[1 local
[all...]
H A Dataflop.c506 /* protect against various other ints mucking around with the PSG */
529 /* protect against various other ints mucking around with the PSG */
556 /* protect against various other ints mucking around with the PSG */
621 /* protect against various other ints mucking around with the PSG */
2155 int ints[3 + FD_MAX_UNITS]; local
2161 str = get_options(str, 3 + FD_MAX_UNITS, ints);
2163 if (ints[0] < 1) {
2167 else if (ints[0] > 2+FD_MAX_UNITS) {
2171 if (ints[1] < 0 || ints[
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.c359 u32 ints[BFA_PL_INT_LOG_SZ]; local
362 ints[0] = tmp_int[0];
363 ints[1] = tmp_int[1];
364 ints[2] = tmp_int[4];
366 bfa_plog_intarr(plog, mid, event, misc, ints, 3);
376 u32 ints[BFA_PL_INT_LOG_SZ]; local
379 ints[0] = tmp_int[0];
380 ints[1] = tmp_int[1];
381 ints[2] = tmp_int[4];
382 ints[
[all...]
/linux-master/mm/damon/
H A Ddbgfs.c420 int *ints; local
426 ints = str_to_ints(str, len, &nr_ints);
427 if (!ints)
435 pids[*nr_pids] = find_get_pid(ints[*nr_pids]);
438 kfree(ints);
445 kfree(ints);
/linux-master/lib/
H A Dstring_helpers.c156 int *ints, nints; local
170 ints = kcalloc(nints + 1, sizeof(*ints), GFP_KERNEL);
171 if (!ints) {
176 get_options(buf, nints + 1, ints);
177 *array = ints;
/linux-master/include/linux/
H A Dstring.h296 extern char *get_options(const char *str, int nints, int *ints);
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1521 PutByte(XIRCREG1_IMR0, 0xff); /* allow all ints */
1727 PutByte(XIRCREG1_IMR0, 0x00); /* forbid all ints */
1779 int ints[10] = { -1 }; local
1781 str = get_options(str, ARRAY_SIZE(ints), ints);
1783 #define MAYBE_SET(X,Y) if (ints[0] >= Y && ints[Y] != -1) { X = ints[Y]; }
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c590 int ints[MAX_PIRQS+1]; local
592 get_options(str, ARRAY_SIZE(ints), ints);
597 if (ints[0] < MAX_PIRQS)
598 max = ints[0];
602 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
606 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
/linux-master/drivers/net/plip/
H A Dplip.c1390 int ints[4]; local
1392 str = get_options(str, ARRAY_SIZE(ints), ints);
1405 if (ints[0] == 0 || ints[1] == 0) {
1410 ints[1]);
/linux-master/drivers/net/arcnet/
H A Dcom90xx.c687 int ints[8]; local
689 s = get_options(s, 8, ints);
690 if (!ints[0] && !*s) {
695 switch (ints[0]) {
700 shmem = ints[3];
703 irq = ints[2];
706 io = ints[1];
H A Dcom90io.c359 int ints[4]; local
361 s = get_options(s, 4, ints);
362 if (!ints[0])
364 switch (ints[0]) {
369 irq = ints[2];
372 io = ints[1];
H A Darc-rimi.c360 int ints[8]; local
362 s = get_options(s, 8, ints);
363 if (!ints[0])
365 switch (ints[0]) {
370 node = ints[3];
373 irq = ints[2];
376 io = ints[1];
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54spi.c482 u32 ints; local
490 ints = p54spi_read32(priv, SPI_ADRS_HOST_INTERRUPTS);
492 if (ints & SPI_HOST_INT_READY) {
500 if (ints & SPI_HOST_INT_UPDATE) {
506 if (ints & SPI_HOST_INT_SW_UPDATE) {
/linux-master/arch/m68k/kernel/
H A DMakefile22 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
23 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
/linux-master/tools/perf/util/
H A Dstring2.h24 char *asprintf_expr_inout_ints(const char *var, bool in, size_t nints, int *ints);
26 static inline char *asprintf_expr_in_ints(const char *var, size_t nints, int *ints) argument
28 return asprintf_expr_inout_ints(var, true, nints, ints);
31 static inline char *asprintf_expr_not_in_ints(const char *var, size_t nints, int *ints) argument
33 return asprintf_expr_inout_ints(var, false, nints, ints);
H A Dstring.c211 char *asprintf_expr_inout_ints(const char *var, bool in, size_t nints, int *ints) argument
239 "%s %s %d", var, eq_neq, ints[i]);
/linux-master/arch/m68k/atari/
H A Dataints.c8 * Major change: The device-independent code in m68k/ints.c didn't know
9 * about non-autovec ints yet. It hardcoded the number of possible ints to
10 * 7 (IRQ1...IRQ7). But the Atari has lots of non-autovec ints! I made the
11 * number of possible ints a constant defined in interrupt.h, which is
148 unsigned char ints; local
151 ints = base->int_mask;
152 for (; ints; mach_irq++, ints >>= 1) {
153 if (ints
[all...]
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1302 int ints[2]; local
1306 str = get_options(str, 2, ints);
1307 if (ints[0] < 1)
1310 iobase[nr_dev] = ints[1];
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c647 int ints, num; local
657 ints = readl_relaxed(priv->base + RAW_PMU_INT);
658 writel_relaxed(ints, priv->base + RAW_PMU_INT);
659 } while (ints & DEF_INT_MASK);
673 int ints = readl_relaxed(priv->base + RAW_PMU_INT); local
675 writel_relaxed(ints, priv->base + RAW_PMU_INT);
676 if (likely(ints & DEF_INT_MASK)) {

Completed in 344 milliseconds

123