Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/mtd/devices/
H A Ddocg3.c1466 int floor; in sysfs_dev2docg3() local
1469 floor = attr->attr.name[1] - '0'; in sysfs_dev2docg3()
1470 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3()
1473 return docg3_floors[floor]->priv; in sysfs_dev2docg3()
1559 int floor; in doc_register_sysfs() local
1563 for (floor = 0; in doc_register_sysfs()
1564 floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_register_sysfs()
1565 floor++) { in doc_register_sysfs()
1567 ret = device_create_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs()
1578 device_remove_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs()
[all …]
/linux/arch/sparc/mm/
H A Dhugetlbpage.c311 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument
330 if (start < floor) in hugetlb_free_pmd_range()
348 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument
363 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range()
368 if (start < floor) in hugetlb_free_pud_range()
386 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
393 if (addr < floor) { in hugetlb_free_pgd_range()
414 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-docg36 Show whether the floor (0 to 4), protection area (0 or 1) is
7 keylocked. Each docg3 chip (or floor) has 2 protection areas,
23 Enter the protection key for the floor (0 to 4), protection area
24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
H A Dsysfs-bus-counter50 What: /sys/bus/counter/devices/counterX/countY/floor
54 Count value floor for Count Y. This is the lower limit for the
61 Count mode for channel Y. The ceiling and floor values for
72 to the Count Y floor value. The counter freezes at
73 count = ceiling when counting up, and at count = floor
85 A count value boundary is set between the Count Y floor
87 reset to the Count Y floor value at count = ceiling when
89 ceiling value at count = floor when counting down; the
H A Dsysfs-bus-iio-adc-mcp356433 floor. This offset is effectively canceled at every conversion,
/linux/drivers/iio/light/
H A Dlv0104cs.c278 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/drivers/counter/
H A Di8254.c233 struct counter_count *const count, u64 *const floor) in i8254_count_floor_read() argument
242 *floor = (priv->preset[count->id] == 0) ? 0 : 1; in i8254_count_floor_read()
246 *floor = (priv->preset[count->id] % 2 || priv->preset[count->id] == 0) ? 0 : 2; in i8254_count_floor_read()
249 *floor = 0; in i8254_count_floor_read()
H A D104-quad-8.c700 struct counter_count *count, u64 *floor) in quad8_count_floor_read() argument
703 *floor = 0; in quad8_count_floor_read()
/linux/include/asm-generic/
H A Dhugetlb.h77 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
79 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
/linux/Documentation/devicetree/bindings/regulator/
H A Dpalmas-pmic.txt41 ti,roof-floor - This takes as optional argument on platform supporting
78 ti,roof-floor = <1>; /* ENABLE1 control */
/linux/arch/sparc/include/asm/
H A Dhugetlb.h55 unsigned long end, unsigned long floor,
/linux/drivers/hv/
H A Dhv_balloon.c1259 unsigned long floor; in balloon_up() local
1268 floor = compute_balloon_floor(); in balloon_up()
1271 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up()
1276 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
/linux/include/linux/mtd/
H A Ddoc2000.h161 char floor, chip; member
/linux/arch/x86/lib/
H A Dcrc32c-3way.S105 # Compute floor(len / 24) to get num qwords to process from each lane.
/linux/Documentation/admin-guide/pm/
H A Dintel_uncore_frequency_scaling.rst138 floor frequency will be used (elc_floor_freq_khz attribute below)
150 This attribute is used to get/set the efficiency latency floor frequency.
/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst75 dev_pm_opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage,
/linux/mm/
H A Dmemory.c199 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument
215 if (start < floor) in free_pmd_range()
233 unsigned long floor, unsigned long ceiling) in free_pud_range() argument
245 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range()
249 if (start < floor) in free_pud_range()
267 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument
279 free_pud_range(tlb, p4d, addr, next, floor, ceiling); in free_p4d_range()
283 if (start < floor) in free_p4d_range()
303 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument
335 if (addr < floor) { in free_pgd_range()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c187 double floor = dml_floor(val, 1); in dml_round() local
189 if (val - floor >= round_pt) in dml_round()
192 return floor; in dml_round()
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst57 dropping some data on the floor. Analogue crop, on the other hand, means that
/linux/Documentation/driver-api/thermal/
H A Dintel_dptf.rst168 When set to 1, the power floor of the system in the current
173 When set to 1, enable reading and notification of the power floor
/linux/drivers/gpu/drm/i915/
H A DKconfig.profile36 floor on the autosuspend delay.
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114-asus-tf701t.dts1453 ti,roof-floor = <1>;
1463 ti,roof-floor = <3>;
1513 ti,roof-floor = <3>;
/linux/samples/bpf/
H A Dxdp_sample_user.c584 if (val - floor(val) < 0.5) in sample_round()
585 return floor(val); in sample_round()
/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst601 (steps (floor offset c-basic-offset)))
/linux/kernel/time/
H A Dtimekeeping.c2268 u64 floor = atomic64_read(&mg_floor); in ktime_get_coarse_real_ts64_mg() local
2279 f_real = ktime_add(floor, offset); in ktime_get_coarse_real_ts64_mg()

12