/Linux-v5.4/drivers/mtd/devices/ |
D | docg3.c | 1458 int floor; in sysfs_dev2docg3() local 1461 floor = attr->attr.name[1] - '0'; in sysfs_dev2docg3() 1462 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3() 1465 return docg3_floors[floor]->priv; in sysfs_dev2docg3() 1551 int floor; in doc_register_sysfs() local 1555 for (floor = 0; in doc_register_sysfs() 1556 floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_register_sysfs() 1557 floor++) { in doc_register_sysfs() 1559 ret = device_create_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs() 1570 device_remove_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_common_defs.c | 35 double floor = dml_floor(a, 1); in dml_round() local 37 if (a - floor >= round_pt) in dml_round() 40 return floor; in dml_round()
|
/Linux-v5.4/arch/powerpc/mm/ |
D | hugetlbpage.c | 297 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 311 if (start < floor) in free_hugepd_range() 336 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 367 addr, next, floor, ceiling); in hugetlb_free_pmd_range() 371 if (start < floor) in hugetlb_free_pmd_range() 389 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 402 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 417 addr, next, floor, ceiling); in hugetlb_free_pud_range() 422 if (start < floor) in hugetlb_free_pud_range() 443 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument [all …]
|
/Linux-v5.4/arch/ia64/mm/ |
D | hugetlbpage.c | 115 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 130 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range() 131 floor = htlbpage_to_page(floor); in hugetlb_free_pgd_range() 135 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-devices-platform-docg3 | 6 Show whether the floor (0 to 4), protection area (0 or 1) is 7 keylocked. Each docg3 chip (or floor) has 2 protection areas, 21 Enter the protection key for the floor (0 to 4), protection area 22 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
|
D | sysfs-bus-counter | 14 What: /sys/bus/counter/devices/counterX/countY/floor 18 Count value floor for Count Y. This is the lower limit for the 25 Count mode for channel Y. The ceiling and floor values for 36 to the Count Y floor value. The counter freezes at 37 count = ceiling when counting up, and at count = floor 49 A count value boundary is set between the Count Y floor 51 reset to the Count Y floor value at count = ceiling when 53 ceiling value at count = floor when counting down; the
|
/Linux-v5.4/arch/sparc/mm/ |
D | hugetlbpage.c | 417 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 436 if (start < floor) in hugetlb_free_pmd_range() 454 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 469 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 474 if (start < floor) in hugetlb_free_pud_range() 492 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 498 if (addr < floor) { in hugetlb_free_pgd_range() 518 hugetlb_free_pud_range(tlb, pgd, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
|
/Linux-v5.4/include/asm-generic/ |
D | hugetlb.h | 46 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 48 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/Linux-v5.4/drivers/iio/light/ |
D | lv0104cs.c | 278 int floor, ceil, mid; in lv0104cs_set_calibscale() local 283 floor = lv0104cs_calibscales[i].val * 1000000 in lv0104cs_set_calibscale() 287 mid = (floor + ceil) / 2; in lv0104cs_set_calibscale() 290 if (calibscale >= floor && calibscale < mid) { in lv0104cs_set_calibscale()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | hugetlb.h | 9 unsigned long end, unsigned long floor,
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | palmas-pmic.txt | 41 ti,roof-floor - This takes as optional argument on platform supporting 78 ti,roof-floor = <1>; /* ENABLE1 control */
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | hugetlb.h | 62 unsigned long end, unsigned long floor,
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | hugetlb.h | 36 unsigned long end, unsigned long floor,
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | diskonchip.c | 567 int floor = 0; in doc2001plus_select_chip() local 578 floor = chip / doc->chips_per_floor; in doc2001plus_select_chip() 579 chip -= (floor * doc->chips_per_floor); in doc2001plus_select_chip() 586 doc->curfloor = floor; in doc2001plus_select_chip() 593 int floor = 0; in doc200x_select_chip() local 601 floor = chip / doc->chips_per_floor; in doc200x_select_chip() 602 chip -= (floor * doc->chips_per_floor); in doc200x_select_chip() 607 WriteDOC(floor, docptr, FloorSelect); in doc200x_select_chip() 613 doc->curfloor = floor; in doc200x_select_chip()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 10 floor on the autosuspend delay.
|
/Linux-v5.4/include/linux/mtd/ |
D | doc2000.h | 161 char floor, chip; member
|
/Linux-v5.4/drivers/hv/ |
D | hv_balloon.c | 1270 unsigned long floor; in balloon_up() local 1282 floor = compute_balloon_floor(); in balloon_up() 1285 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up() 1290 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
|
/Linux-v5.4/mm/ |
D | memory.c | 206 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 222 if (start < floor) in free_pmd_range() 240 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 252 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 256 if (start < floor) in free_pud_range() 274 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument 286 free_pud_range(tlb, p4d, addr, next, floor, ceiling); in free_p4d_range() 290 if (start < floor) in free_p4d_range() 310 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument 342 if (addr < floor) { in free_pgd_range() [all …]
|
D | internal.h | 40 unsigned long floor, unsigned long ceiling);
|
/Linux-v5.4/tools/perf/util/ |
D | stat-display.c | 345 fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in abs_printout() 348 fmt = floor(sc) != sc ? "%'18.2f%s" : "%'18.0f%s"; in abs_printout() 350 fmt = floor(sc) != sc ? "%18.2f%s" : "%18.0f%s"; in abs_printout()
|
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 185 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 521 (steps (floor offset c-basic-offset)))
|
/Linux-v5.4/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 218 frame_size = floor(MTU_USB / bandwidth_sync) * bandwidth_sync
|
/Linux-v5.4/drivers/media/tuners/ |
D | mt2063.c | 355 #define floor(n, d) (((n) < 0) ? (-((-(n))/(d))) - ((n)%(d) != 0) : (n)/(d)) macro 608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
|
/Linux-v5.4/Documentation/power/ |
D | opp.rst | 78 opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage, dev_pm_opp_get_freq, dev_pm_opp_get_opp_count
|