Searched refs:uniq (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Duhid.c372 __u8 uniq[64]; member in struct:uhid_create_req_compat
420 memcpy(event->u.create.uniq, compat->uniq, uhid_event_from_user()
421 sizeof(compat->uniq)); uhid_event_from_user()
486 len = min(sizeof(hid->uniq), sizeof(ev->u.create2.uniq)) - 1; uhid_dev_create2()
487 strncpy(hid->uniq, ev->u.create2.uniq, len); uhid_dev_create2()
534 memcpy(ev->u.create2.uniq, orig.uniq, sizeof(orig.uniq)); uhid_dev_create()
H A Dhid-steelseries.c269 name_sz = strlen(hdev->uniq) + 16; steelseries_srws1_probe()
279 snprintf(name, name_sz, "SRWS1::%s::RPMALL", hdev->uniq); steelseries_srws1_probe()
300 snprintf(name, name_sz, "SRWS1::%s::RPM%d", hdev->uniq, i+1); steelseries_srws1_probe()
H A Dhid-picolcd_core.c448 idev->uniq = hdev->uniq; picolcd_init_keys()
H A Dhid-sony.c1820 /* HIDP stores the device MAC address as a string in the uniq field. */ sony_get_bt_devaddr()
1821 ret = strlen(sc->hdev->uniq); sony_get_bt_devaddr()
1825 ret = sscanf(sc->hdev->uniq, sony_get_bt_devaddr()
1845 * address from the uniq string where HIDP stores it. sony_check_add()
1846 * As uniq cannot be guaranteed to be a MAC address in all cases sony_check_add()
H A Dhid-input.c415 psy_desc->name = kasprintf(GFP_KERNEL, "hid-%s-battery", dev->uniq); hidinput_setup_battery()
1373 input_dev->uniq = hid->uniq; hidinput_allocate()
H A Dhid-logitech-hidpp.c1096 input_dev->uniq = hdev->uniq; hidpp_allocate_input()
H A Dwacom_sys.c1125 input_dev->uniq = hdev->uniq; wacom_allocate_input()
H A Dhid-rmi.c53 * (uniq in the device)*/
H A Dhid-wiimote-modules.c249 wdata->hdev->uniq); wiimod_battery_probe()
H A Dhid-core.c2213 if (add_uevent_var(env, "HID_UNIQ=%s", hdev->uniq)) hid_uevent()
/linux-4.1.27/net/can/
H A Draw.c96 struct uniqframe __percpu *uniq; member in struct:raw_sock
135 if (this_cpu_ptr(ro->uniq)->skb == oskb && raw_rcv()
136 this_cpu_ptr(ro->uniq)->skbcnt == can_skb_prv(oskb)->skbcnt) { raw_rcv()
138 this_cpu_inc(ro->uniq->join_rx_count); raw_rcv()
140 if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count) raw_rcv()
146 this_cpu_ptr(ro->uniq)->skb = oskb; raw_rcv()
147 this_cpu_ptr(ro->uniq)->skbcnt = can_skb_prv(oskb)->skbcnt; raw_rcv()
148 this_cpu_ptr(ro->uniq)->join_rx_count = 1; raw_rcv()
330 ro->uniq = alloc_percpu(struct uniqframe); raw_init()
331 if (unlikely(!ro->uniq)) raw_init()
376 free_percpu(ro->uniq); raw_release()
/linux-4.1.27/arch/x86/realmode/rm/
H A DMakefile37 sed $(sed-pasyms) | sort | uniq > $@
/linux-4.1.27/tools/perf/util/
H A Dhelp.c38 static void uniq(struct cmdnames *cmds) uniq() function
168 uniq(main_cmds); load_command_list()
188 uniq(other_cmds); load_command_list()
287 uniq(&main_cmds); help_unknown_cmd()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_trace.h507 __field(u32, uniq)
516 __entry->uniq = req ? req->uniq : 0;
520 TP_printk("dev=%u, ring=%u, uniq=%u, seqno=%u",
521 __entry->dev, __entry->ring, __entry->uniq,
567 __field(u32, uniq)
583 __entry->uniq = req ? req->uniq : 0;
589 TP_printk("dev=%u, ring=%u, uniq=%u, seqno=%u, blocking=%s",
590 __entry->dev, __entry->ring, __entry->uniq,
H A Dintel_lrc.c541 request->uniq = dev_priv->request_uniq++; execlists_context_queue()
904 request->uniq = dev_private->request_uniq++; logical_ring_alloc_request()
H A Di915_drv.h2096 uint32_t uniq; member in struct:drm_i915_gem_request
H A Dintel_ringbuffer.c2203 request->uniq = dev_private->request_uniq++; intel_ring_alloc_request()
/linux-4.1.27/include/uapi/linux/
H A Duhid.h47 __u8 uniq[64]; member in struct:uhid_create2_req
131 __u8 uniq[64]; member in struct:uhid_create_req
/linux-4.1.27/fs/nfs/
H A Dfscache.c67 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) nfs_fscache_get_super_cookie() argument
74 if (!uniq) { nfs_fscache_get_super_cookie()
75 uniq = ""; nfs_fscache_get_super_cookie()
96 memcpy(key->key.uniquifier, uniq, ulen); nfs_fscache_get_super_cookie()
H A Dsuper.c2463 char *uniq = NULL; nfs_get_cache_cookie() local
2473 uniq = parsed->fscache_uniq; nfs_get_cache_cookie()
2481 uniq = mnt_s->fscache_key->key.uniquifier; nfs_get_cache_cookie()
2487 nfs_fscache_get_super_cookie(sb, uniq, ulen); nfs_get_cache_cookie()
/linux-4.1.27/fs/coda/
H A Dpsdev.c117 pr_warn("coda_downcall opc %d uniq %d, not enough!\n", coda_psdev_write()
123 pr_warn("downcall opc %d, uniq %d, too much!", coda_psdev_write()
169 pr_warn("%s: too much cnt: %d, cnt: %ld, opc: %d, uniq: %d.\n", coda_psdev_write()
/linux-4.1.27/scripts/
H A Dget_maintainer.pl473 @file_emails = uniq(@file_emails);
495 @scm = uniq(@scm);
500 @status = uniq(@status);
505 @subsystem = uniq(@subsystem);
510 @web = uniq(@web);
1862 # uniq -c
1928 my @tmp_authors = uniq(@authors);
1932 @tmp_authors = uniq(@tmp_authors);
1970 @commits = uniq(@all_commits);
2021 @commits = uniq(@commits);
2085 sub uniq { subroutine
/linux-4.1.27/include/linux/
H A Dinput.h43 * @uniq: unique identification code for the device (if device has it)
124 const char *uniq; member in struct:input_dev
H A Dhid.h542 char uniq[64]; /* Device unique identifier (serial #) */ member in struct:hid_device
/linux-4.1.27/drivers/virtio/
H A Dvirtio_input.c241 vi->idev->uniq = vi->serial; virtinput_probe()
/linux-4.1.27/fs/afs/
H A Dcache.c340 _leave(" = OBSOLETE [uniq %x != %x]", afs_vnode_cache_check_aux()
/linux-4.1.27/net/bluetooth/hidp/
H A Dcore.c782 * uniq. Please be aware of this before making changes to this behavior. hidp_setup_hid()
784 snprintf(hid->uniq, sizeof(hid->uniq), "%pMR", hidp_setup_hid()
/linux-4.1.27/drivers/input/
H A Dinput.c1144 seq_printf(seq, "U: Uniq=%s\n", dev->uniq ? dev->uniq : ""); input_devices_seq_show()
1313 INPUT_DEV_STRING_ATTR_SHOW(uniq); variable
1593 if (dev->uniq) input_dev_uevent()
1594 INPUT_ADD_HOTPLUG_VAR("UNIQ=\"%s\"", dev->uniq); input_dev_uevent()
H A Devdev.c978 return str_to_user(dev->uniq, size, p); evdev_do_ioctl()
/linux-4.1.27/security/apparmor/
H A Dpolicy.c680 * the profile is unique and follows the format of parent//null-<uniq>.
692 int uniq = atomic_inc_return(&parent->ns->uniq_null); aa_new_null_profile() local
698 sprintf(name, "%s//null-%x", parent->base.hname, uniq); aa_new_null_profile()
/linux-4.1.27/security/apparmor/include/
H A Dpolicy.h112 * @uniq_null: uniq value used for null learning profiles
/linux-4.1.27/drivers/hid/usbhid/
H A Dhid-core.c1334 if (usb_string(dev, dev->descriptor.iSerialNumber, hid->uniq, 64) <= 0) usbhid_probe()
1335 hid->uniq[0] = 0; usbhid_probe()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcl_lock.c1812 * with a uniq gid and it conflicts with all other lock modes too */ cl_lock_at_pgoff()

Completed in 2431 milliseconds