| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 64 device_path[sizeof(P_tmpdir "/binderfs_XXXXXX/") + BINDERFS_MAX_NAME]; in __do_binderfs_test() local 86 snprintf(device_path, sizeof(device_path), "%s/binder-control", binderfs_mntpt); in __do_binderfs_test() 87 fd = open(device_path, O_RDONLY | O_CLOEXEC); in __do_binderfs_test() 109 snprintf(device_path, sizeof(device_path), "%s/my-binder", binderfs_mntpt); in __do_binderfs_test() 110 fd = open(device_path, O_CLOEXEC | O_RDONLY); in __do_binderfs_test() 131 ret = unlink(device_path); in __do_binderfs_test() 140 snprintf(device_path, sizeof(device_path), "%s/binder-control", binderfs_mntpt); in __do_binderfs_test() 141 ret = unlink(device_path); in __do_binderfs_test() 370 device_path[sizeof(P_tmpdir "/binderfs_XXXXXX/") + BINDERFS_MAX_NAME]; in TEST() local 403 snprintf(device_path, sizeof(device_path), in TEST() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | edd.c | 188 info->params.device_path.atapi.device, in edd_show_interface() 189 info->params.device_path.atapi.lun); in edd_show_interface() 192 info->params.device_path.ata.device); in edd_show_interface() 195 info->params.device_path.scsi.id, in edd_show_interface() 196 info->params.device_path.scsi.lun); in edd_show_interface() 199 info->params.device_path.usb.serial_number); in edd_show_interface() 202 info->params.device_path.i1394.eui); in edd_show_interface() 205 info->params.device_path.fibre.wwid, in edd_show_interface() 206 info->params.device_path.fibre.lun); in edd_show_interface() 209 info->params.device_path.i2o.identity_tag); in edd_show_interface() [all …]
|
| /OK3568_Linux_fs/kernel/tools/laptop/freefall/ |
| H A D | freefall.c | 26 static char device_path[32]; variable 33 strncpy(device_path, device, sizeof(device_path) - 1); in set_unload_heads_path() 85 syslog(LOG_INFO, "%s %s disk head\n", str, device_path); in protect()
|
| /OK3568_Linux_fs/kernel/sound/xen/ |
| H A D | xen_snd_front_cfg.c | 389 char *device_path; in cfg_device() local 395 device_path = kasprintf(GFP_KERNEL, "%s/%d", path, node_index); in cfg_device() 396 if (!device_path) in cfg_device() 399 str = xenbus_read(XBT_NIL, device_path, XENSND_FIELD_DEVICE_NAME, NULL); in cfg_device() 412 cfg_read_pcm_hw(device_path, parent_pcm_hw, &pcm_instance->pcm_hw); in cfg_device() 418 if (!xenbus_exists(XBT_NIL, device_path, node)) in cfg_device() 428 ret = cfg_get_stream_type(device_path, i, &num_pb, &num_cap); in cfg_device() 463 ret = cfg_stream(front_info, pcm_instance, device_path, i, in cfg_device() 471 kfree(device_path); in cfg_device()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-rnbd-client | 13 > [path=<[srcaddr,]dstaddr>] device_path=<full path on remote side> 26 device_path=<full path on remote side> 62 device_path: 66 The rnbd_server prepends the <device_path> received from client 68 <dev_search_path>/<device_path> block device. On success, 76 client has this string "sessname=blya device_path=sda", then server 117 - If the 'device_path' provided during mapping contains slashes ("/"), 120 "device_path" provided.
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_to_text.c | 108 struct efi_device_path_protocol *device_path, in efi_convert_device_path_to_text() argument 114 EFI_ENTRY("%p, %d, %d", device_path, display_only, allow_shortcuts); in efi_convert_device_path_to_text() 120 buffer = efi_convert_device_node_to_text(device_path, display_only, in efi_convert_device_path_to_text()
|
| H A D | efi_boottime.c | 665 struct efi_device_path **device_path, in efi_locate_device_path() argument 670 EFI_ENTRY("%pUl, %p, %p", protocol, device_path, device); in efi_locate_device_path() 672 efiobj = efi_dp_find_obj(*device_path, device_path); in efi_locate_device_path() 733 struct efi_device_path *device_path, in efi_setup_loaded_image() argument 743 obj->protocols[0].protocol_interface = device_path; in efi_setup_loaded_image() 760 info->device_handle = efi_dp_find_obj(device_path, NULL); in efi_setup_loaded_image()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QmiWwanCM.c | 95 const char *device_path = (const char *)(arg); in CtlLibQmiProxyOpenReq() local 97 QCTLMsg->LibQmiProxyOpenReq.TLVLength = cpu_to_le16(strlen(device_path)); in CtlLibQmiProxyOpenReq() 100 memcpy(QCTLMsg->LibQmiProxyOpenReq.device_path, device_path, strlen(device_path)); in CtlLibQmiProxyOpenReq() 101 return sizeof(QMICTL_LIBQMI_PROXY_OPEN_MSG) + (strlen(device_path)); in CtlLibQmiProxyOpenReq()
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | README | 31 # echo "sessname=blya path=ip:10.50.100.66 device_path=/dev/ram0" > \ 38 description for details); "device_path=" is the block device to be 52 and the "device_path" that was specified in the map_device operation. 57 different device namespaces for different sessions. See "device_path"
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | pdc_stable.c | 91 struct device_path devpath; /* device path in parisc representation */ 141 struct device_path *devpath; in pdcspath_fetch() 182 struct device_path *devpath; in pdcspath_store() 224 struct device_path *devpath; in pdcspath_hwpath_read() 345 struct device_path *devpath; in pdcspath_layer_read()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 58 char *device_path; member 800 if (glamor_egl->device_path) { in glamor_egl_close_screen() 801 free(glamor_egl->device_path); in glamor_egl_close_screen() 802 glamor_egl->device_path = NULL; in glamor_egl_close_screen() 823 fd = open(glamor_egl->device_path, O_RDWR|O_CLOEXEC); in glamor_dri3_open_client() 909 glamor_egl->device_path = drmGetDeviceNameFromFd2(glamor_egl->fd); in glamor_egl_screen_init()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 114 is_device_path_render_node (const char *device_path) in is_device_path_render_node() argument 119 fd = open(device_path, O_RDWR | O_CLOEXEC); in is_device_path_render_node() 676 const char *device_path) in get_render_node_path_for_device() argument 686 if (!strcmp (device_path, drm_device->nodes[i])) in get_render_node_path_for_device() 700 get_render_node_path(const char *device_path) in get_render_node_path() argument 720 device_path); in get_render_node_path()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 195 struct efi_device_path *device_path, 222 struct efi_device_path **device_path,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootefi.c | 125 struct efi_device_path *device_path, in do_bootefi_exec() argument 143 device_path, image_path); in do_bootefi_exec()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 371 struct device_path { /* page 1-69 */ struct 379 struct device_path dp; /* see above */ argument
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0007-v4l2src-Filter-out-unavailable-RK-sources.patch | 57 + GST_WARNING ("%s(%s) been ignored", device_path, device_name);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/ |
| H A D | 0007-v4l2src-Filter-out-unavailable-RK-sources.patch | 57 + GST_WARNING ("%s(%s) been ignored", device_path, device_name);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/ |
| H A D | 0007-v4l2src-Filter-out-unavailable-RK-sources.patch | 57 + GST_WARNING ("%s(%s) been ignored", device_path, device_name);
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | configfs.c | 334 return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); in nvmet_ns_device_path_show() 355 kfree(ns->device_path); in nvmet_ns_device_path_store() 357 ns->device_path = kmemdup_nul(page, len, GFP_KERNEL); in nvmet_ns_device_path_store() 358 if (!ns->device_path) in nvmet_ns_device_path_store() 369 CONFIGFS_ATTR(nvmet_ns_, device_path); 710 CONFIGFS_ATTR(nvmet_passthru_, device_path);
|
| H A D | io-cmd-file.c | 51 ns->file = filp_open(ns->device_path, flags, 0); in nvmet_file_ns_enable() 55 ns->device_path, ret); in nvmet_file_ns_enable()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | dev-replace.c | 239 const char *device_path, in btrfs_init_dev_replace_tgtdev() argument 255 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev() 258 btrfs_err(fs_info, "target device %s is invalid!", device_path); in btrfs_init_dev_replace_tgtdev() 289 name = rcu_string_strdup(device_path, GFP_KERNEL); in btrfs_init_dev_replace_tgtdev()
|
| H A D | volumes.h | 451 const char *device_path, u64 devid); 577 const char *device_path);
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | edd.h | 168 } device_path; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | edd.h | 168 } device_path; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | edd.h | 168 } device_path; member
|