Searched refs:usr (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/vt6655/ |
D | test | 2 /usr/src/linux-$(shell uname -r) \ 3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \ 4 # /usr/src/kernel-headers-$(shell uname -r) \ 5 # /usr/src/kernel-source-$(shell uname -r) \ 6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \ 7 # /usr/src/linux /home/plice
|
/drivers/rtc/ |
D | rtc-isl1208.c | 229 isl1208_i2c_set_usr(struct i2c_client *client, u16 usr) in isl1208_i2c_set_usr() argument 233 buf[0] = usr & 0xff; in isl1208_i2c_set_usr() 234 buf[1] = (usr >> 8) & 0xff; in isl1208_i2c_set_usr() 268 int sr, dtr, atr, usr; in isl1208_rtc_proc() local 296 usr = isl1208_i2c_get_usr(client); in isl1208_rtc_proc() 297 if (usr >= 0) in isl1208_rtc_proc() 298 seq_printf(seq, "user_data\t: 0x%.4x\n", usr); in isl1208_rtc_proc() 687 int usr = isl1208_i2c_get_usr(to_i2c_client(dev->parent)); in isl1208_sysfs_show_usr() local 688 if (usr < 0) in isl1208_sysfs_show_usr() 689 return usr; in isl1208_sysfs_show_usr() [all …]
|
/drivers/mailbox/ |
D | omap-mailbox.c | 604 u32 usr, fifo, reg; in omap_mbox_suspend() local 617 for (usr = 0; usr < mdev->num_users; usr++) { in omap_mbox_suspend() 618 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_suspend() 619 mdev->irq_ctx[usr] = mbox_read_reg(mdev, reg); in omap_mbox_suspend() 628 u32 usr, reg; in omap_mbox_resume() local 633 for (usr = 0; usr < mdev->num_users; usr++) { in omap_mbox_resume() 634 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_resume() 635 mbox_write_reg(mdev, mdev->irq_ctx[usr], reg); in omap_mbox_resume()
|
/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
/drivers/tty/serial/ |
D | vt8500_serial.c | 277 unsigned int usr; in vt8500_get_mctrl() local 279 usr = vt8500_read(port, VT8500_URUSR); in vt8500_get_mctrl() 280 if (usr & (1 << 4)) in vt8500_get_mctrl()
|
/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR)
|
/drivers/media/platform/sti/bdisp/ |
D | bdisp-reg.h | 65 u32 usr; member
|
/drivers/media/dvb-frontends/ |
D | Kconfig | 331 download/extract it, and then copy it to /usr/lib/hotplug/firmware 343 download/extract it, and then copy it to /usr/lib/hotplug/firmware 395 download/extract them, and then copy them to /usr/lib/hotplug/firmware 599 download/extract them, and then copy them to /usr/lib/hotplug/firmware 611 download it, and then copy it to /usr/lib/hotplug/firmware 626 /usr/lib/hotplug/firmware or /lib/firmware (depending on
|
/drivers/staging/speakup/ |
D | spkguide.txt | 468 path, perhaps /usr/local/bin, and set the permissions to 755 with the 663 under /usr/bin. 665 /usr/bin/espeakup 722 cp dec_pc /usr/local/lib 725 directory in your path. Either /usr/bin or /usr/local/bin is a good 909 /usr/src/linux-<version_number>/drivers/char/speakup directory. The 917 /usr/src/linux-<version_number>/drivers/char/speakup/speakupmap.map file 945 /usr/src/linux-<version_number>/drivers/char/speakup/genmap newmap.map 1123 it isn't, the recommended places to put it are /usr/local/bin or 1124 /usr/bin. This script can be run by any user, so it does not require [all …]
|
/drivers/media/pci/ttpci/ |
D | Kconfig | 30 download/extract it, and then copy it to /usr/lib/hotplug/firmware
|