Home
last modified time | relevance | path

Searched refs:vendor_ops (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c191 int xhci_plat_register_vendor_ops(struct xhci_vendor_ops *vendor_ops) in xhci_plat_register_vendor_ops() argument
193 if (vendor_ops == NULL) in xhci_plat_register_vendor_ops()
196 xhci_plat_vendor_overwrite.vendor_ops = vendor_ops; in xhci_plat_register_vendor_ops()
206 if (xhci_plat_vendor_overwrite.vendor_ops) in xhci_vendor_init()
207 ops = xhci->vendor_ops = xhci_plat_vendor_overwrite.vendor_ops; in xhci_vendor_init()
221 xhci->vendor_ops = NULL; in xhci_vendor_cleanup()
H A Dxhci-plat.h28 struct xhci_vendor_ops *vendor_ops; member
31 int xhci_plat_register_vendor_ops(struct xhci_vendor_ops *vendor_ops);
H A Dxhci.h1942 ANDROID_KABI_USE(1, struct xhci_vendor_ops *vendor_ops);
H A Dxhci.c4355 return xhci->vendor_ops; in xhci_vendor_get_ops()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dvendor.c313 static int vendor_ops(u8 *buffer, u32 addr, u32 n_sec, int write) in vendor_ops() function
524 ret_size = vendor_ops((u8 *)vendor_info.hdr, in vendor_storage_init()
547 ret_size = vendor_ops((u8 *)vendor_info.hdr, in vendor_storage_init()
715 cnt = vendor_ops((u8 *)vendor_info.hdr, part_size * next_index, part_size, 1); in vendor_storage_write()
741 cnt = vendor_ops((u8 *)vendor_info.hdr, part_size * next_index, part_size, 1); in vendor_storage_write()
793 vendor_ops((u8 *)vendor_info.hdr, part_size * i, part_size, 1); in vendor_test_reset()
H A Dvendor.su
/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.h198 int snd_vendor_set_ops(struct snd_usb_audio_vendor_ops *vendor_ops);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym