Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi_64.c577 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
585 *vnd = *vendor; in efi_thunk_get_variable()
588 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
609 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
616 *vnd = *vendor; in efi_thunk_set_variable()
619 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
639 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
647 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
650 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()
670 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_h5.c93 const struct h5_vnd *vnd; member
226 if (h5->vnd && h5->vnd->open) in h5_open()
227 h5->vnd->open(h5); in h5_open()
251 if (h5->vnd && h5->vnd->close) in h5_close()
252 h5->vnd->close(h5); in h5_close()
264 if (h5->vnd && h5->vnd->setup) in h5_setup()
265 return h5->vnd->setup(h5); in h5_setup()
810 h5->vnd = (const struct h5_vnd *)match->driver_data; in h5_serdev_probe()
813 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
815 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_command.c16 struct net_device *vnd; in rmnet_map_do_flow_control() local
33 vnd = ep->egress_dev; in rmnet_map_do_flow_control()
39 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
/OK3568_Linux_fs/app/qfm/
H A Dmimeapps.list76 image/vnd.djvu+multipage=qplayer.desktop
77 image/vnd.rn-realpix=qplayer.desktop
78 image/vnd.wap.wbmp=qplayer.desktop
125 video/vnd.divx=qplayer.desktop
126 video/vnd.mpegurl=qplayer.desktop
127 video/vnd.rn-realvideo=qplayer.desktop
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.h63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt8361 -rw-r--r-- root root 3433 ./usr/share/mime/application/vnd.adobe.flash.movie.xml
8362 -rw-r--r-- root root 432 ./usr/share/mime/application/vnd.amazon.mobi8-ebook.xml
8363 -rw-r--r-- root root 2605 ./usr/share/mime/application/vnd.android.package-archiv…
8364 -rw-r--r-- root root 2358 ./usr/share/mime/application/vnd.appimage.xml
8365 -rw-r--r-- root root 3597 ./usr/share/mime/application/vnd.apple.mpegurl.xml
8366 -rw-r--r-- root root 3598 ./usr/share/mime/application/vnd.chess-pgn.xml
8367 -rw-r--r-- root root 2381 ./usr/share/mime/application/vnd.coffeescript.xml
8368 -rw-r--r-- root root 3230 ./usr/share/mime/application/vnd.comicbook-rar.xml
8369 -rw-r--r-- root root 3226 ./usr/share/mime/application/vnd.comicbook+zip.xml
8370 -rw-r--r-- root root 3655 ./usr/share/mime/application/vnd.corel-draw.xml
[all …]
H A Dbuildhistory_filelist2.txt8364 -rw-r--r-- root root 3433 ./usr/share/mime/application/vnd.adobe.flash.movie.xml
8365 -rw-r--r-- root root 432 ./usr/share/mime/application/vnd.amazon.mobi8-ebook.xml
8366 -rw-r--r-- root root 2605 ./usr/share/mime/application/vnd.android.package-archiv…
8367 -rw-r--r-- root root 2358 ./usr/share/mime/application/vnd.appimage.xml
8368 -rw-r--r-- root root 3597 ./usr/share/mime/application/vnd.apple.mpegurl.xml
8369 -rw-r--r-- root root 3598 ./usr/share/mime/application/vnd.chess-pgn.xml
8370 -rw-r--r-- root root 2381 ./usr/share/mime/application/vnd.coffeescript.xml
8371 -rw-r--r-- root root 3230 ./usr/share/mime/application/vnd.comicbook-rar.xml
8372 -rw-r--r-- root root 3226 ./usr/share/mime/application/vnd.comicbook+zip.xml
8373 -rw-r--r-- root root 3655 ./usr/share/mime/application/vnd.corel-draw.xml
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Djoydev.c762 #define ACCEL_DEV(vnd, prd) \ argument
767 .vendor = (vnd), \
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2912 vnd has already verified that the context tag is valid before this gets
3712 vnd: Fix a silly memory leak
6631 GLXQueryServerString to figure out the GLX version, and vnd will throw
6641 vnd: Disable GLX if no vendors successfully initialized
9711 Fixes: d8ec33fe0542 ("glx: Use vnd layer for dispatch (v4)")
10026 glx: Use vnd layer for dispatch (v4)
10029 delegate context tags entirely to the vnd layer, and simply store a
10036 Since vnd handles all the MakeCurrent protocol now, our request handlers
10038 LEGAL_NEW_RESOURCE, because now by the time we're called vnd has already
10041 v2: Update to match v2 of the vnd import, and remove more redundant work
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv3637 …z�������������������ob��������u������|go������������������bu�����N(T�������vnd\m��������������\5==…
3725 …y�������������������ra��������u�����~io������������������bu�����O(S�������vnd\l��������������\5==…
3992 …22111242//4*J���vb\F_�����tqmhefilt{���}vttstwz~�����������||��~{yvsy���{vnd[TROOXZ]lrnsqha_Y3'4…
5460 …���ʹ�����������������������������������������������������������Βm���������|vnd]YYVPQTW[\^^\ZZZY[\[…
6338 …ddedcdcbabb\VMD;3/,*/20121.-////./00-/2010-a}�cEw�z~}YMv�������������vnd\ZY_u�������������|q…