Searched refs:uniq (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/drivers/hid/
H A Dhid-sony.c1022 sc->touchpad->uniq = sc->hdev->uniq;
1088 sc->sensor_dev->uniq = sc->hdev->uniq;
1761 /* HIDP stores the device MAC address as a string in the uniq field. */
1762 ret = strlen(sc->hdev->uniq);
1766 ret = sscanf(sc->hdev->uniq,
1787 * address from the uniq string where HIDP stores it.
1788 * As uniq cannot be guaranteed to be a MAC address in all cases
1823 snprintf(sc->hdev->uniq, sizeo
[all...]
H A Dhidraw.c490 int len = strlen(hid->uniq) + 1;
493 ret = copy_to_user(user_arg, hid->uniq, len) ?
H A Dhid-playstation.c608 input_dev->uniq = hdev->uniq;
1636 snprintf(hdev->uniq, sizeof(hdev->uniq), "%pMR", ds->base.mac_address);
1992 if (strlen(hdev->uniq) != 17)
1995 ret = sscanf(hdev->uniq, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
2590 snprintf(hdev->uniq, sizeof(hdev->uniq), "%pMR", ds4->base.mac_address);
H A Dhid-picolcd_core.c431 idev->uniq = hdev->uniq;
H A Dhid-uclogic-params.c888 strscpy(hdev->uniq, ver_ptr, sizeof(hdev->uniq));
1291 /* Some tablets contain invalid characters in hdev->uniq, throwing a
1295 snprintf(hdev->uniq, sizeof(hdev->uniq), "%x-%x", hdev->vendor,
H A Dhid-logitech-hidpp.c905 snprintf(hdev->uniq, sizeof(hdev->uniq), "%4phD", &serial);
906 dbg_hid("HID++ Unifying: Got serial: %s\n", hdev->uniq);
1045 snprintf(hdev->uniq, sizeof(hdev->uniq), "%4phD", &serial);
1046 dbg_hid("HID++ DeviceInformation: Got serial: %s\n", hdev->uniq);
1812 val->strval = hidpp->hid_dev->uniq;
4173 input_dev->uniq = hdev->uniq;
4446 * name and serial number and store these in hdev->name and hdev->uniq,
[all...]
H A Dhid-lg-g15.c728 input->uniq = hdev->uniq;
H A Dhid-nvidia-shield.c255 idev->uniq = hdev->uniq;
H A Dhid-asus.c708 strlen(hdev->uniq) ?
709 hdev->uniq : dev_name(&hdev->dev));
H A Dhid-input.c548 strlen(dev->uniq) ?
549 dev->uniq : dev_name(&dev->dev));
2089 input_dev->uniq = hid->uniq;
H A Dwacom_sys.c2061 input_dev->uniq = hdev->uniq;
2627 remote->remotes[index].input->uniq = remote->remotes[index].group.name;
H A Dhid-steam.c734 input->uniq = steam->serial_no;
864 sensors->uniq = steam->serial_no;
H A Dhid-nintendo.c2096 ctlr->imu_input->uniq = ctlr->mac_addr_str;
2160 ctlr->input->uniq = ctlr->mac_addr_str;
/linux-master/scripts/
H A Dget_maintainer.pl624 @file_emails = uniq(@file_emails);
625 @fixes = uniq(@fixes);
646 @scm = uniq(@scm);
651 @status = uniq(@status);
656 @subsystem = uniq(@subsystem);
661 @web = uniq(@web);
2182 # uniq -c
2249 my @tmp_authors = uniq(@authors);
2253 @tmp_authors = uniq(@tmp_authors);
2291 @commits = uniq(
2441 sub uniq { subroutine
[all...]
H A Ddev-needs.sh311 # Can NOT combine sort and uniq using sort -suk2 because stable sort in toybox
313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
/linux-master/fs/nfs/
H A Dsuper.c1246 char *uniq = NULL; local
1259 uniq = mnt_s->fscache_uniq;
1260 ulen = strlen(uniq);
1266 uniq = ctx->fscache_uniq;
1271 return nfs_fscache_get_super_cookie(sb, uniq, ulen);
/linux-master/include/linux/
H A Dinput.h49 * @uniq: unique identification code for the device (if device has it)
140 const char *uniq; member in struct:input_dev
H A Dhid.h660 char uniq[64]; /* Device unique identifier (serial #) */ member in struct:hid_device
/linux-master/drivers/virtio/
H A Dvirtio_input.c259 vi->idev->uniq = vi->serial;
/linux-master/drivers/input/
H A Dinput.c1208 seq_printf(seq, "U: Uniq=%s\n", dev->uniq ? dev->uniq : "");
1375 INPUT_DEV_STRING_ATTR_SHOW(uniq); variable
1768 if (dev->uniq)
1769 INPUT_ADD_HOTPLUG_VAR("UNIQ=\"%s\"", dev->uniq);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh375 sort | uniq -u)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh635 sort $T/xz-todo-all $T/xz-todo-copy | uniq -u > $T/xz-todo
/linux-master/net/bluetooth/hidp/
H A Dcore.c788 * uniq. Please be aware of this before making changes to this behavior.
790 snprintf(hid->uniq, sizeof(hid->uniq), "%pMR",
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c1409 if (usb_string(dev, dev->descriptor.iSerialNumber, hid->uniq, 64) <= 0)
1410 hid->uniq[0] = 0;
/linux-master/drivers/md/
H A Ddm-writecache.c48 typeof(dest) uniq = (src); \
49 memcpy_flushcache(&(dest), &uniq, sizeof(dest)); \

Completed in 546 milliseconds

123