Home
last modified time | relevance | path

Searched refs:mu (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/input/
Dinput-mt.c299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument
317 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual()
320 if (s < 0 && mu <= 0) in adjust_dual()
329 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument
335 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix()
338 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix()
346 int mu) in input_mt_set_matrix() argument
360 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix()
426 int mu = 2 * dmax * dmax; in input_mt_assign_slots() local
436 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots()
[all …]
/linux-4.4.14/drivers/scsi/
Dhptiop.c150 static u64 mv_outbound_read(struct hpt_iopmu_mv __iomem *mu) in mv_outbound_read() argument
152 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read()
153 u32 outbound_head = readl(&mu->outbound_head); in mv_outbound_read()
158 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read()
163 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read()
171 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); in mv_inbound_write()
177 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); in mv_inbound_write()
178 writel(head, &hba->u.mv.mu->inbound_head); in mv_inbound_write()
221 msg = readl(&hba->u.mv.mu->outbound_msg); in iop_intr_mv()
230 while ((tag = mv_outbound_read(hba->u.mv.mu))) in iop_intr_mv()
[all …]
Dhptiop.h286 struct hpt_iopmu_mv __iomem *mu; member
292 struct hpt_iopmu_mvfrey __iomem *mu; member
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_audio.c90 short mu, e, f, y; in ulaw2linear() local
93 mu = 255 - ulaw; in ulaw2linear()
94 e = (mu & 0x70) / 16; in ulaw2linear()
95 f = mu & 0x0f; in ulaw2linear()
98 if (mu & 0x80) in ulaw2linear()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfirmware.c131 u8 mu[MU_SIZE]; member
150 u8 *mu; /* pointer to mu */ member
492 fdet->mu = fdet->dummy_header.mu; /* use dummy space */ in obtain_one_firmware()
517 fdet->mu = aff->mu; in obtain_one_firmware()
805 write_rsa_data(dd, MISC_CFG_RSA_MU, fdet->mu, MU_SIZE); in load_security_variables()
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision.h193 #define YUV_TO_RGB_BY_THE_BOOK(my, mu, mv, mr, mg, mb) { \ argument
196 mm_u = (mu) - 128; \
/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c600 int *mu = host->pmecc_mu; in pmecc_get_sigma() local
622 mu[0] = -1; in pmecc_get_sigma()
631 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in pmecc_get_sigma()
636 mu[1] = 0; in pmecc_get_sigma()
647 delta[1] = (mu[1] * 2 - lmu[1]) >> 1; in pmecc_get_sigma()
653 mu[i + 1] = i << 1; in pmecc_get_sigma()
692 diff = (mu[i] - mu[ro]); in pmecc_get_sigma()
724 delta[i + 1] = (mu[i + 1] * 2 - lmu[i + 1]) >> 1; in pmecc_get_sigma()
/linux-4.4.14/net/sched/
Dsch_netem.c315 static psched_tdiff_t tabledist(psched_tdiff_t mu, psched_tdiff_t sigma, in tabledist() argument
324 return mu; in tabledist()
330 return (rnd % (2*sigma)) - sigma + mu; in tabledist()
339 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
/linux-4.4.14/drivers/s390/char/
Ddefkeymap.map36 keycode 32 = nul mu
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt30 2 mu Management Unit
/linux-4.4.14/include/linux/mlx5/
Ddevice.h895 u8 mu; member
/linux-4.4.14/sound/pci/
DKconfig462 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
471 Audigy and E-mu APS (partially supported) soundcards.
/linux-4.4.14/arch/x86/math-emu/
DREADME417 Daniel Carosone, danielce@ee.mu.oz.au