Home
last modified time | relevance | path

Searched refs:spid (Results 1 – 5 of 5) sorted by relevance

/drivers/isdn/sc/
Dioctl.c24 char *spid; in sc_ioctl() local
177 spid = kzalloc(SCIOC_SPIDSIZE, GFP_KERNEL); in sc_ioctl()
178 if (!spid) { in sc_ioctl()
193 kfree(spid); in sc_ioctl()
197 strlcpy(spid, rcvmsg->msg_data.byte_array, SCIOC_SPIDSIZE); in sc_ioctl()
202 if (copy_to_user(data->dataptr, spid, SCIOC_SPIDSIZE)) { in sc_ioctl()
203 kfree(spid); in sc_ioctl()
208 kfree(spid); in sc_ioctl()
221 spid = memdup_user(data->dataptr, SCIOC_SPIDSIZE); in sc_ioctl()
222 if (IS_ERR(spid)) { in sc_ioctl()
[all …]
Dscioc.h50 char spid[49]; member
/drivers/usb/host/
Duhci-debug.c46 char *spid; in uhci_show_td() local
71 spid = "SETUP"; in uhci_show_td()
74 spid = "OUT"; in uhci_show_td()
77 spid = "IN"; in uhci_show_td()
80 spid = "?"; in uhci_show_td()
90 spid); in uhci_show_td()
/drivers/s390/char/
Dvmur.c584 static int diag_read_next_file_info(struct file_control_block *buf, int spid) in diag_read_next_file_info() argument
588 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()
/drivers/pinctrl/
Dpinctrl-tegra20.c2146 MUX_PG(spid, SPI2, SPI1, SPI2_ALT, GMI, 0x18, 13, 0x8c, 24, 0xa8, 10),