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

123

/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.c1236 char *uniq = NULL; local
1249 uniq = mnt_s->fscache_uniq;
1250 ulen = strlen(uniq);
1256 uniq = ctx->fscache_uniq;
1261 return nfs_fscache_get_super_cookie(sb, uniq, ulen);
/linux-master/drivers/hid/
H A Dhid-picolcd_core.c431 idev->uniq = hdev->uniq;
H A Dhid-playstation.c601 input_dev->uniq = hdev->uniq;
1629 snprintf(hdev->uniq, sizeof(hdev->uniq), "%pMR", ds->base.mac_address);
1975 if (strlen(hdev->uniq) != 17)
1978 ret = sscanf(hdev->uniq, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
2549 snprintf(hdev->uniq, sizeof(hdev->uniq), "%pMR", ds4->base.mac_address);
H A Dhidraw.c490 int len = strlen(hid->uniq) + 1;
493 ret = copy_to_user(user_arg, hid->uniq, len) ?
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-input.c548 strlen(dev->uniq) ?
549 dev->uniq : dev_name(&dev->dev));
2089 input_dev->uniq = hid->uniq;
H A Dhid-uclogic-params.c1288 /* Some tablets contain invalid characters in hdev->uniq, throwing a
1292 snprintf(hdev->uniq, sizeof(hdev->uniq), "%x-%x", hdev->vendor,
H A Dhid-asus.c758 strlen(hdev->uniq) ?
759 hdev->uniq : dev_name(&hdev->dev));
H A Dwacom_sys.c2061 input_dev->uniq = hdev->uniq;
2627 remote->remotes[index].input->uniq = remote->remotes[index].group.name;
H A Dhid-nintendo.c2103 ctlr->imu_input->uniq = ctlr->mac_addr_str;
2167 ctlr->input->uniq = ctlr->mac_addr_str;
H A Dhid-steam.c724 input->uniq = steam->serial_no;
/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
1694 if (dev->uniq)
1695 INPUT_ADD_HOTPLUG_VAR("UNIQ=\"%s\"", dev->uniq);
H A Devdev.c1177 return str_to_user(dev->uniq, size, p);
/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 574 milliseconds

123