OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdev
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
devices.c
376
struct platform_node *
pdev
;
local
378
pdev
= find_platform_device(uevent->path);
379
if (!
pdev
)
388
parent = strchr(uevent->path +
pdev
->path_len, '/');
425
struct platform_node *
pdev
;
local
437
pdev
= find_platform_device(uevent->path);
438
if (!
pdev
)
440
device =
pdev
->name;
/external/qemu/
usb-linux.c
171
USBHostDevice *
pdev
= hostdev_list;
local
174
while (
pdev
) {
175
if (
pdev
== dev) {
180
prev = &
pdev
->next;
181
pdev
=
pdev
->next;
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
145
static void exynos5_cleanup_gsc_m2m(exynos5_hwc_composer_device_1_t *
pdev
,
765
struct exynos5_hwc_composer_device_1_t *
pdev
)
767
return layer.displayFrame.left >
pdev
->xres ||
769
layer.displayFrame.top >
pdev
->yres ||
774
struct exynos5_hwc_composer_device_1_t *
pdev
)
782
int right = min(layer.displayFrame.right,
pdev
->xres);
788
struct exynos5_hwc_composer_device_1_t *
pdev
)
802
if (exynos5_visible_width(layer, handle->format,
pdev
) < BURSTLEN_BYTES) {
821
if (CC_UNLIKELY(exynos5_is_offscreen(layer,
pdev
))) {
847
static int exynos5_prepare_fimd(exynos5_hwc_composer_device_1_t *
pdev
,
1664
struct exynos5_hwc_composer_device_1_t*
pdev
=
local
1671
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1693
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1774
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1825
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1865
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1911
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
1990
struct exynos5_hwc_composer_device_1_t *
pdev
=
local
[
all
...]
Completed in 567 milliseconds