Searched refs:px (Results 1 - 29 of 29) sorted by relevance

/linux-4.4.14/drivers/media/usb/go7007/
H A Dgo7007-loader.c29 { 0x093b, 0xa002, "go7007/px-m402u.fw", NULL },
30 { 0x093b, 0xa004, "go7007/px-tv402u.fw", NULL },
37 MODULE_FIRMWARE("go7007/px-m402u.fw");
38 MODULE_FIRMWARE("go7007/px-tv402u.fw");
/linux-4.4.14/lib/raid6/
H A Drecov.c29 u8 px, qx, db; raid6_2data_recov_intx1() local
60 px = *p ^ *dp; raid6_2data_recov_intx1()
62 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ raid6_2data_recov_intx1()
63 *dp++ = db ^ px; /* Reconstructed A */ raid6_2data_recov_intx1()
H A Drecov_ssse3.c82 /* xmm0/8 = px */ raid6_2data_recov_ssse3()
90 asm volatile("movdqa %xmm0,%xmm2"); /* xmm2/10 = px */ raid6_2data_recov_ssse3()
126 /* xmm1/9 = pbmul[px] */ raid6_2data_recov_ssse3()
163 asm volatile("movdqa %xmm0,%xmm2"); /* xmm2 = px */ raid6_2data_recov_ssse3()
177 /* xmm1 = pbmul[px] */ raid6_2data_recov_ssse3()
H A Drecov_avx2.c116 * 1 = pbmul[px[0]] raid6_2data_recov_avx2()
117 * 13 = pbmul[px[32]] raid6_2data_recov_avx2()
173 /* 1 = pbmul[px] */ raid6_2data_recov_avx2()
/linux-4.4.14/drivers/acpi/
H A Dprocessor_perflib.c290 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) amd_fixup_frequency() argument
293 int index = px->control & 0x00000007; amd_fixup_frequency()
311 px->core_frequency = (100 * (fid + 0x10)) >> did; amd_fixup_frequency()
313 px->core_frequency = (100 * (fid + 8)) >> did; amd_fixup_frequency()
317 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; amd_fixup_frequency() argument
359 struct acpi_processor_px *px = &(pr->performance->states[i]); acpi_processor_get_performance_states() local
362 state.pointer = px; acpi_processor_get_performance_states()
375 amd_fixup_frequency(px, i); acpi_processor_get_performance_states()
380 (u32) px->core_frequency, acpi_processor_get_performance_states()
381 (u32) px->power, acpi_processor_get_performance_states()
382 (u32) px->transition_latency, acpi_processor_get_performance_states()
383 (u32) px->bus_master_latency, acpi_processor_get_performance_states()
384 (u32) px->control, (u32) px->status)); acpi_processor_get_performance_states()
389 if (!px->core_frequency || acpi_processor_get_performance_states()
390 ((u32)(px->core_frequency * 1000) != acpi_processor_get_performance_states()
391 (px->core_frequency * 1000))) { acpi_processor_get_performance_states()
394 pr->id, px->core_frequency); acpi_processor_get_performance_states()
403 px, sizeof(struct acpi_processor_px)); acpi_processor_get_performance_states()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c139 u32 heads, x, y, px = 0; nvkm_hwsq_wait_vblank() local
149 if ((x * y) > px) { nvkm_hwsq_wait_vblank()
150 px = (x * y); nvkm_hwsq_wait_vblank()
156 if (px == 0) { nvkm_hwsq_wait_vblank()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c128 u32 heads, x, y, px = 0; nvkm_memx_wait_vblank() local
139 if ((x * y) > px) { nvkm_memx_wait_vblank()
140 px = (x * y); nvkm_memx_wait_vblank()
147 if (px == 0) { nvkm_memx_wait_vblank()
/linux-4.4.14/drivers/iommu/
H A Ds390-iommu.c292 unsigned int rtx, sx, px; s390_iommu_iova_to_phys() local
301 px = calc_px(iova); s390_iommu_iova_to_phys()
309 if (pto && pt_entry_isvalid(pto[px])) s390_iommu_iova_to_phys()
310 phys = pto[px] & ZPCI_PTE_ADDR_MASK; s390_iommu_iova_to_phys()
H A Domap-iommu.c806 dev_err(obj->dev, "%s: errs:0x%08x da:0x%08x pgd:0x%p *pgd:px%08x\n", iommu_fault_handler()
/linux-4.4.14/scripts/
H A Danalyze_suspend.py2035 .stamp {width: 100%;text-align:center;background-color:#495E09;line-height:30px;color:white;font: 25px Arial;}\n\
2037 .summary {font: 22px Arial;border:1px solid;}\n\
2038 th {border: 1px solid black;background-color:#A7C942;color:white;}\n\
2170 html_timeline = '<div id="dmesgzoombox" class="zoombox">\n<div id="{0}" class="timeline" style="height:{1}px">\n'
2172 html_traceevent = '<div title="{0}" class="traceevent" style="left:{1}%;top:{2}%;height:{3}%;width:{4}%;border:1px solid {5};background-color:{5}">{6}</div>\n'
2350 .stamp {width: 100%;text-align:center;background-color:gray;line-height:30px;color:white;font: 25px Arial;}\n\
2351 .callgraph {margin-top: 30px;box-shadow: 5px 5px 20px black;}\n\
2352 .callgraph article * {padding-left: 28px;}\n\
2353 h1 {color:black;font: bold 30px Times;}\n\
2354 t0 {color:black;font: bold 30px Times;}\n\
2355 t1 {color:black;font: 30px Times;}\n\
2356 t2 {color:black;font: 25px Times;}\n\
2357 t3 {color:black;font: 20px Times;white-space:nowrap;}\n\
2358 t4 {color:black;font: bold 30px Times;line-height:60px;white-space:nowrap;}\n\
2364 .time1 {font: 22px Arial;border:1px solid;}\n\
2365 .time2 {font: 15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
2367 r {color:#500000;font:15px Tahoma;}\n\
2368 n {color:#505050;font:15px Tahoma;}\n\
2376 .timeline {position: relative; font-size: 14px;cursor: pointer;width: 100%; overflow: hidden; background-color:#dddddd;}\n\
2377 .thread {position: absolute; height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30px; border:1px solid;text-align:center;white-space:nowrap;background-color:rgba(204,204,204,0.5);}\n\
2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\
2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\
2380 .traceevent {position: absolute;opacity: 0.3;height: '+'%.3f'%thread_height+'%;width:0;overflow:hidden;line-height:30px;text-align:center;white-space:nowrap;}\n\
2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\
2382 .phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:24px;}\n\
2383 .t {position:absolute;top:0%;height:100%;border-right:1px solid black;}\n\
2384 .legend {position: relative; width: 100%; height: 40px; text-align: center;margin-bottom:20px}\n\
2385 .legend .square {position:absolute;top:10px; width: 0px;height: 20px;border:1px solid;padding-left:20px;}\n\
2386 button {height:40px;width:200px;margin-bottom:20px;margin-top:20px;font-size:24px;}\n\
2387 .devlist {position:'+x2changes[1]+';width:190px;}\n\
2388 #devicedetail {height:100px;box-shadow: 5px 5px 20px black;}\n\
2625 ' var time = "<t4 style=\\"font-size:"+fs+"px\\">"+pd[phases[i].id]+" ms<br></t4>";\n'\
2626 ' var pname = "<t3 style=\\"font-size:"+fs2+"px\\">"+phases[i].id.replace("_", " ")+"</t3>";\n'\
2654 ' " ul {list-style-type:circle;padding-left:10px;margin-left:10px;}"+\n'\
H A Dtags.sh168 --extra=+f --c-kinds=+px \
H A Dkernel-doc2091 my ($px, $sx);
2096 foreach $px (0 .. $#prms) {
2097 $prm_clean = $prms[$px];
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_trace.h210 TP_PROTO(struct i915_address_space *vm, u32 px, u64 start, u64 px_shift),
211 TP_ARGS(vm, px, start, px_shift),
215 __field(u32, px)
222 __entry->px = px;
228 __entry->vm, __entry->px, __entry->start, __entry->end)
241 __entry->vm, __entry->px, __entry->start, __entry->end)
249 __entry->vm, __entry->px, __entry->start, __entry->end)
H A Di915_gem_gtt.h240 #define px_base(px) (&(px)->base)
241 #define px_page(px) (px_base(px)->page)
242 #define px_dma(px) (px_base(px)->daddr)
H A Di915_gem_gtt.c360 #define kmap_px(px) kmap_page_dma(px_base(px))
363 #define setup_px(dev, px) setup_page_dma((dev), px_base(px))
364 #define cleanup_px(dev, px) cleanup_page_dma((dev), px_base(px))
365 #define fill_px(dev, px, v) fill_page_dma((dev), px_base(px), (v))
366 #define fill32_px(dev, px, v) fill_page_dma_32((dev), px_base(px), (v))
/linux-4.4.14/drivers/video/console/
H A Dsticon.c281 int *px, int *py) sticon_getxy()
311 if (px) *px = x; sticon_getxy()
280 sticon_getxy(struct vc_data *conp, unsigned long pos, int *px, int *py) sticon_getxy() argument
H A Dfbcon.c2708 int *px, int *py) fbcon_getxy()
2739 if (px) fbcon_getxy()
2740 *px = x; fbcon_getxy()
2707 fbcon_getxy(struct vc_data *vc, unsigned long pos, int *px, int *py) fbcon_getxy() argument
/linux-4.4.14/tools/lib/lockdep/
H A DMakefile129 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-kthread-cap.c646 int px; vivid_overlay() local
656 for (px = 0; px < w; px++) { vivid_overlay()
658 px + out_x, y, px + x)) vivid_overlay()
660 memcpy(vbase + (px + x) * pixsize, vivid_overlay()
661 vbuf + (px + out_x) * pixsize, vivid_overlay()
/linux-4.4.14/arch/s390/pci/
H A Dpci_dma.c101 unsigned int rtx, sx, px; dma_walk_cpu_trans() local
113 px = calc_px(dma_addr); dma_walk_cpu_trans()
114 return &pto[px]; dma_walk_cpu_trans()
/linux-4.4.14/drivers/dma/
H A Dpl330.c501 struct pl330_xfer px; member in struct:dma_pl330_desc
1278 struct pl330_xfer *x = &pxs->desc->px; _setup_loops()
1295 struct pl330_xfer *x = &pxs->desc->px; _setup_xfer()
1326 x = &pxs->desc->px; _setup_req()
2224 addr = desc->px.src_addr; pl330_get_current_xferred_count()
2227 addr = desc->px.dst_addr; pl330_get_current_xferred_count()
2440 static inline void fill_px(struct pl330_xfer *px, fill_px() argument
2443 px->bytes = len; fill_px()
2444 px->dst_addr = dst; fill_px()
2445 px->src_addr = src; fill_px()
2470 fill_px(&desc->px, dst, src, len); __pl330_prep_dma_memcpy()
2565 fill_px(&desc->px, dst, src, period_len); pl330_prep_dma_cyclic()
2698 fill_px(&desc->px, for_each_sg()
2703 fill_px(&desc->px, for_each_sg()
/linux-4.4.14/security/apparmor/include/
H A Dfile.h61 #define AA_X_NAME 0x0400 /* use executable name px */
/linux-4.4.14/include/acpi/
H A Dprocessor.h173 int px; /* performance state */ member in struct:acpi_processor_lx
/linux-4.4.14/tools/lib/traceevent/
H A DMakefile231 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c43 int32_t *px, int32_t *py, u_int16_t np);
4192 * from the np ordered pairs of data (px,py).
4194 * If the specified x value is less than any of the px,
4195 * the returned y value is equal to the py for the lowest px.
4196 * If the specified x value is greater than any of the px,
4197 * the returned y value is equal to the py for the highest px.
4200 int32_t *px, int32_t *py, u_int16_t np) ar9003_hw_power_interpolate()
4213 dx = x - px[ip]; ar9003_hw_power_interpolate()
4219 hx = px[ip]; ar9003_hw_power_interpolate()
4228 lx = px[ip]; ar9003_hw_power_interpolate()
4199 ar9003_hw_power_interpolate(int32_t x, int32_t *px, int32_t *py, u_int16_t np) ar9003_hw_power_interpolate() argument
/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c2234 unsigned int px; kvm_s390_store_status_unloaded() local
2238 px = kvm_s390_get_prefix(vcpu); kvm_s390_store_status_unloaded()
2246 gpa = px; kvm_s390_store_status_unloaded()
2264 &px, 4); kvm_s390_store_status_unloaded()
H A Dgaccess.c184 unsigned long px : 8; member in struct:vaddress::__anon2545
668 ptr = ste.fc0.pto * 2048 + vaddr.px * 8; guest_translate()
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2519 MODULE_PARM_DESC(xres, "Horizontal resolution (px), overrides xres from vesa (default=vesa)");
2529 MODULE_PARM_DESC(left, "Left blank space (px), overrides left from vesa (default=vesa)");
2531 MODULE_PARM_DESC(right, "Right blank space (px), overrides right from vesa (default=vesa)");
2533 MODULE_PARM_DESC(hslen, "Horizontal sync length (px), overrides hslen from vesa (default=vesa)");
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_meram.c488 /* we can't handle wider than 8192px */ sh_mobile_meram_cache_alloc()

Completed in 952 milliseconds