Home
last modified time | relevance | path

Searched refs:prop_mode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c59 const char *prop_mode = "dr_mode"; in fdt_fixup_usb_mode_phy_type() local
71 err = fdt_setprop(blob, node_offset, prop_mode, mode, in fdt_fixup_usb_mode_phy_type()
75 prop_mode, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c451 Mask win_mode = DixGetPropAccess, prop_mode = DixReadAccess; in ProcGetProperty() local
459 prop_mode |= DixDestroyAccess; in ProcGetProperty()
478 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode); in ProcGetProperty()