Searched refs:vendor_ops (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-plat.c | 191 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 D | xhci-plat.h | 28 struct xhci_vendor_ops *vendor_ops; member 31 int xhci_plat_register_vendor_ops(struct xhci_vendor_ops *vendor_ops);
|
| H A D | xhci.h | 1942 ANDROID_KABI_USE(1, struct xhci_vendor_ops *vendor_ops);
|
| H A D | xhci.c | 4355 return xhci->vendor_ops; in xhci_vendor_get_ops()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | vendor.c | 313 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 D | vendor.su | |
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | card.h | 198 int snd_vendor_set_ops(struct snd_usb_audio_vendor_ops *vendor_ops);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |