Searched refs:minor (Results 101 - 125 of 1255) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/sti/
H A Dsti_mixer.h61 void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor);
H A Dsti_compositor.h83 struct drm_minor *minor);
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c49 int major, minor, mode; /* for mknod() */ local
102 dev = makedev(variant->major, variant->minor);
118 .minor = 0,
129 .minor = 5,
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_drm.h44 unsigned int minor; member in struct:logicvc_drm_caps
/linux-master/drivers/staging/greybus/
H A Duart.c50 unsigned int minor; member in struct:gb_tty
340 static struct gb_tty *get_gb_by_minor(unsigned int minor) argument
345 gb_tty = idr_find(&tty_minors, minor);
362 int minor; local
365 minor = idr_alloc(&tty_minors, gb_tty, 0, GB_NUM_MINORS, GFP_KERNEL);
367 if (minor >= 0)
368 gb_tty->minor = minor;
369 return minor;
374 int minor local
810 int minor; local
[all...]
H A Dfw-management.c53 * Number of minor devices this driver supports.
124 fw_info->minor = le16_to_cpu(response.minor);
226 fw_mgmt->intf_fw_minor = le16_to_cpu(request->minor);
277 fw_info->minor = 0;
282 fw_info->minor = le16_to_cpu(response.minor);
465 intf_load.minor = fw_mgmt->intf_fw_minor;
591 int ret, minor; local
618 minor
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbios.h20 u8 minor; member in struct:nvkm_bios::__anon148
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.h33 u8 minor; member in struct:amd_pmc_dev
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h69 /** @minor: minor version of the FW */
70 u16 minor; member in struct:xe_uc_fw_version
120 * major and minor version defined. The versions are built into CSS
H A Dxe_debugfs.c30 return to_xe_device(node->minor->dev);
110 struct drm_minor *minor = xe->drm.primary; local
111 struct dentry *root = minor->debugfs_root;
119 root, minor);
H A Dxe_uc_fw.c32 * "mpp version", i.e. major.minor.patch. mmp_ver() should only be used for
40 * any). The minor version is also checked and a notice emitted to the log if
54 * the blob. <minor> version is checked and if smaller than the expected
61 * - xe/wipplat_guc_<major>.<minor>.<patch>.bin
62 * - xe/wipplat_huc_<major>.<minor>.<patch>.bin
64 * <major> and <minor> are checked that they match the version inside
77 * the blob. <minor> version is checked and if smaller than the expected
94 u16 minor; member in struct:uc_fw_entry::__anon638
225 uc_fw->versions.wanted.minor = entries[i].minor;
[all...]
/linux-master/fs/nilfs2/
H A Dcpfile.h24 time64_t ctime, bool minor);
/linux-master/fs/nfs/
H A Dnetns.h16 uint32_t major, minor; member in struct:bl_dev_msg
/linux-master/drivers/accessibility/speakup/
H A Ddevsynth.c166 .minor = MISC_DYNAMIC_MINOR,
172 .minor = MISC_DYNAMIC_MINOR,
184 MISC_MAJOR, synth_device.minor);
193 MISC_MAJOR, synthu_device.minor);
/linux-master/drivers/hid/
H A Dhid-led.c411 struct hidled_rgb *rgb, unsigned int minor)
417 config->short_name, minor, color_name, rgb->num);
420 config->short_name, minor, color_name);
430 static int hidled_init_rgb(struct hidled_rgb *rgb, unsigned int minor) argument
435 ret = hidled_init_led(&rgb->red, "red", rgb, minor);
440 ret = hidled_init_led(&rgb->green, "green", rgb, minor);
445 return hidled_init_led(&rgb->blue, "blue", rgb, minor);
451 unsigned int minor; local
491 minor = ((struct hidraw *) hdev->hidraw)->minor;
410 hidled_init_led(struct hidled_led *led, const char *color_name, struct hidled_rgb *rgb, unsigned int minor) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dvio.h50 u16 minor; member in struct:vio_ver_info
374 u16 minor; member in struct:vio_version
445 u16 major, u16 minor)
447 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor;
448 u32 want = (u32)major << 16 | minor;
454 u16 major, u16 minor)
456 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor;
457 u32 want = (u32)major << 16 | minor;
463 u16 major, u16 minor)
465 u32 have = (u32)vio->ver.major << 16 | vio->ver.minor;
444 vio_version_before(struct vio_driver_state *vio, u16 major, u16 minor) argument
453 vio_version_after(struct vio_driver_state *vio, u16 major, u16 minor) argument
462 vio_version_after_eq(struct vio_driver_state *vio, u16 major, u16 minor) argument
[all...]
/linux-master/drivers/media/cec/core/
H A Dcec-core.c90 clear_bit(devnode->minor, cec_devnode_nums);
103 * The registration code assigns minor numbers and registers the new device node
104 * with the kernel. An error is returned if no free minor number can be found,
116 int minor; local
119 /* Part 1: Find a free minor number */
121 minor = find_first_zero_bit(cec_devnode_nums, CEC_NUM_DEVICES);
122 if (minor == CEC_NUM_DEVICES) {
124 pr_err("could not get a free minor\n");
128 set_bit(minor, cec_devnode_nums);
131 devnode->minor
[all...]
/linux-master/arch/m68k/include/uapi/asm/
H A Dbootinfo.h159 * number below should be stepped (and the minor reset to 0) for the
160 * appropriate machine. If a change is backward-compatible, the minor
166 #define MK_BI_VERSION(major, minor) (((major) << 16) + (minor))
/linux-master/include/sound/sof/
H A Dinfo.h47 uint16_t minor; member in struct:sof_ipc_fw_version
115 uint32_t minor; member in struct:sof_ipc_cc_version
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rap.c119 struct drm_minor *minor = adev_to_drm(adev)->primary; local
124 debugfs_create_file("rap_test", S_IWUSR, minor->debugfs_root,
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c355 * This finds a free minor number for the device, allocates and initializes
363 int error, minor; local
366 minor = ida_alloc_max(&telem_ida, TELEM_MAX_DEV-1, GFP_KERNEL);
367 if (minor < 0) {
368 error = minor;
369 dev_err(&pdev->dev, "Failed to find minor number: %d\n", error);
375 ida_free(&telem_ida, minor);
385 dev_data->dev.devt = MKDEV(telem_major, minor);
388 dev_set_name(&dev_data->dev, TELEM_DEV_NAME_FMT, minor);
396 ida_free(&telem_ida, minor);
[all...]
/linux-master/sound/isa/sb/
H A Dsb_common.c94 int major, minor; local
114 minor = version & 0xff;
116 chip->port, major, minor);
126 if (minor) {
144 chip->port, major, minor);
167 chip->version = (major << 8) | minor;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c196 struct drm_minor *minor = gvt->gt->i915->drm.primary; local
198 if (minor->debugfs_root && gvt->debugfs_root) {
210 struct drm_minor *minor = gvt->gt->i915->drm.primary; local
212 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root);
224 struct drm_minor *minor = gvt->gt->i915->drm.primary; local
226 if (minor->debugfs_root) {
/linux-master/drivers/cpufreq/
H A Dsti-cpufreq.c92 "No minor number offset provided %pOF [%d]\n",
100 "Failed to read the minor number from syscon [%d]\n",
158 int pcode, substrate, major, minor; local
208 minor = sti_cpufreq_fetch_minor();
209 if (minor < 0) {
210 dev_err(dev, "Failed to obtain minor version\n");
211 /* Use default minor number */
212 minor = DEFAULT_VERSION;
218 version[1] = BIT(minor);
227 dev_dbg(dev, "pcode: %d major: %d minor
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dsecurity.c634 u32 major, u32 minor, u32 sub_minor)
638 minor * block_info->minor_offset +
664 u32 major, u32 minor, u32 sub_minor)
670 major, minor, sub_minor);
688 u32 blk_idx, u32 major, u32 minor, u32 sub_minor, void *data)
698 minor * current_block->minor_offset +
748 u32 major, minor, sub_minor, blk_idx, num_blocks; local
763 minor = 0;
769 major, minor, sub_minor)) ||
773 blk_idx, major, minor, sub_mino
632 hl_automated_get_block_base_addr(struct hl_device *hdev, struct hl_special_block_info *block_info, u32 major, u32 minor, u32 sub_minor) argument
661 hl_check_block_range_exclusion(struct hl_device *hdev, struct hl_skip_blocks_cfg *skip_blocks_cfg, struct hl_special_block_info *block_info, u32 major, u32 minor, u32 sub_minor) argument
687 hl_read_glbl_errors(struct hl_device *hdev, u32 blk_idx, u32 major, u32 minor, u32 sub_minor, void *data) argument
[all...]

Completed in 253 milliseconds

1234567891011>>