/linux-4.4.14/tools/testing/selftests/futex/ |
H A D | Makefile | 7 for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done 29 for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 5 * Our DIR and SIZE overlap in order to simulteneously provide 9 * 0xE0000000 DIR 10 * 0x80000000 DIR = WRITE 11 * 0x40000000 DIR = READ 12 * 0x20000000 DIR = NONE
|
/linux-4.4.14/tools/testing/selftests/firmware/ |
H A D | fw_userhelper.sh | 10 DIR=/sys/devices/virtual/misc/test_firmware 40 echo -n "$name" >"$DIR"/trigger_request & 44 while [ ! -e "$DIR"/"$name"/loading ]; do 53 echo 1 >"$DIR"/"$name"/loading 54 cat "$file" >"$DIR"/"$name"/data 55 echo 0 >"$DIR"/"$name"/loading 69 echo -n "$NAME" >"$DIR"/trigger_request
|
H A D | fw_filesystem.sh | 10 DIR=/sys/devices/virtual/misc/test_firmware 52 echo -n "nope-$NAME" >"$DIR"/trigger_request 64 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | spdif_receiver.c | 2 * ALSA SoC SPDIF DIR (Digital Interface Reciever) driver 6 * This driver is used by controllers which can operate in DIR (SPDI/F) where 89 MODULE_DESCRIPTION("ASoC SPDIF DIR driver");
|
/linux-4.4.14/Documentation/dvb/ |
H A D | get_dvb_firmware | 67 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 85 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 104 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 122 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 140 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 173 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 190 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 207 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 219 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0); 263 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 323 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 340 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 405 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 539 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 647 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 665 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 696 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0); 737 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 754 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 793 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
|
/linux-4.4.14/tools/iio/ |
H A D | lsiio.c | 45 DIR *dp; dump_channels() 107 DIR *dp; dump_devices()
|
H A D | iio_utils.c | 95 DIR *dp; iioutils_get_type() 222 DIR *dp; iioutils_get_param_float() 314 DIR *dp; build_channel_array() 569 DIR *dp; find_type_by_name()
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_sysfs_test.c | 45 DIR *sysfs; check_all_cpu_dscr_defaults()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-cards.h | 86 struct cx18_gpio_init { /* set initial GPIO DIR and OUT values */ 87 u32 direction; /* DIR setting. Leave to 0 if no init is needed */
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 59 DIR *dir_ptr; 84 DIR *dir; acpi_os_open_directory()
|
/linux-4.4.14/scripts/dtc/ |
H A D | fstree.c | 28 DIR *d; read_fstree()
|
/linux-4.4.14/fs/omfs/ |
H A D | omfs_fs.h | 63 char i_type; /* OMFS_[DIR,FILE] */
|
/linux-4.4.14/arch/mips/bcm47xx/ |
H A D | board.c | 38 {{BCM47XX_BOARD_DLINK_DIR130, "D-Link DIR-130"}, "DIR-130"}, 39 {{BCM47XX_BOARD_DLINK_DIR330, "D-Link DIR-330"}, "DIR-330"},
|
/linux-4.4.14/drivers/net/wan/ |
H A D | hd64570.h | 138 #define DIR 0x14 /* DMA Interrupt Enable */ macro 139 #define DIR_RX(node) (DIR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) 140 #define DIR_TX(node) (DIR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
|
H A D | z85230.c | 908 * TX DMA via DIR/REQ z8530_sync_dma_open() 1105 * TX DMA via DIR/REQ z8530_sync_txdma_open()
|
/linux-4.4.14/fs/hostfs/ |
H A D | hostfs_user.c | 92 DIR *dir; open_dir() 102 DIR *dir = stream; seek_dir() 111 DIR *dir = stream; read_dir()
|
/linux-4.4.14/drivers/parport/ |
H A D | parport_mfc3.c | 41 * 7 | PA5 | --> | DIR (aka /SELECT-IN) 309 pp->pddra = 0xe0; /* /RESET, /DIR ,/AUTO-FEED output */ parport_mfc3_init()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_twsi.c | 97 /* SCL is meant to be bare-drain, so never set "OUT", just DIR */ scl_out() 127 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ sda_out() 141 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ sda_in()
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | sysfs.c | 289 DIR *dir; scan_tzones() 347 DIR *dir; scan_cdevs() 392 DIR *dir; probe_thermal_sysfs()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-via.c | 33 #define I2C_SCL 0x02 /* clock bit in DIR/OUT/IN register */
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | mcfdma.h | 108 /* Bit definitions for the DMA interrupt register (DIR) */
|
H A D | dma.h | 391 printk("%s(%d): dmanr=%d DMR[%x]=%x DIR[%x]=%x\n", __FILE__, __LINE__, set_dma_mode()
|
/linux-4.4.14/include/linux/ |
H A D | ioc4.h | 130 /* Masks for GPCR DIR pins */
|
/linux-4.4.14/tools/power/cpupower/bench/ |
H A D | parse.c | 70 DIR *dir; prepare_output()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-cards.h | 210 struct ivtv_gpio_init { /* set initial GPIO DIR and OUT values */ 211 u16 direction; /* DIR setting. Leave to 0 if no init is needed */
|
H A D | ivtv-gpio.c | 55 * DIR 0x3080 0x7080 283 IVTV_INFO("GPIO status: DIR=0x%04x OUT=0x%04x IN=0x%04x\n", subdev_log_status()
|
/linux-4.4.14/tools/perf/util/ |
H A D | trace-event-info.c | 178 DIR *dir; copy_event_system() 275 DIR *dir; record_event_files()
|
H A D | pmu.c | 37 DIR *format_dir; perf_pmu__format_parse() 285 DIR *event_dir; pmu_aliases_parse() 403 DIR *dir; pmu_read_sysfs()
|
H A D | util.c | 76 DIR *dir; rm_rf() 637 DIR *dir; find_process()
|
H A D | help.c | 122 DIR *dir = opendir(path); list_commands_in_dir()
|
H A D | thread_map.c | 93 DIR *proc; thread_map__new_by_uid()
|
H A D | parse-events.c | 175 DIR *sys_dir, *evt_dir; tracepoint_id_to_path() 459 DIR *evt_dir; add_tracepoint_multi_event() 512 DIR *events_dir; add_tracepoint_multi_sys() 1631 DIR *sys_dir, *evt_dir; print_tracepoint_events() 1724 DIR *sys_dir, *evt_dir; is_valid_tracepoint()
|
H A D | build-id.c | 323 DIR *dir; build_id_cache__list_build_ids()
|
H A D | cpumap.c | 460 DIR *dir1, *dir2; cpu__setup_cpunode_map()
|
H A D | event.c | 418 DIR *tasks; __event__synthesize_thread() 559 DIR *proc; perf_event__synthesize_threads()
|
H A D | symbol.c | 1643 DIR *d; find_matching_kcore() 1695 DIR *d; dso__find_kallsyms()
|
H A D | machine.c | 971 DIR *dir = opendir(dir_name); map_groups__set_modules_path_dir()
|
/linux-4.4.14/fs/proc/ |
H A D | base.c | 125 #define DIR(NAME, MODE, iops, fops) \ macro 2734 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations), 2735 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 2736 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 2737 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations), 2738 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 2740 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 2777 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations), 3085 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3086 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3087 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3089 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3125 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | twsi.c | 115 /* SCL is meant to be bare-drain, so never set "OUT", just DIR */ scl_out() 145 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ sda_out() 157 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ sda_in()
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_extlog.c | 239 r = request_mem_region(l1_dirbase, l1_hdr_size, "L1 DIR HDR"); extlog_init()
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | umid.c | 80 DIR *directory; remove_files_and_dir()
|
/linux-4.4.14/Documentation/DocBook/ |
H A D | Makefile | 27 # +--> DIR=file (htmldocs) [by xmlto]
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-buildid-cache.c | 87 DIR *d; build_id_cache__kcore_existing()
|
H A D | builtin-script.c | 1417 DIR *scripts_dir, *lang_dir; list_available_scripts() 1532 DIR *scripts_dir, *lang_dir; find_scripts() 1599 DIR *scripts_dir, *lang_dir; get_script_path()
|
/linux-4.4.14/tools/perf/tests/ |
H A D | dso-data.c | 178 DIR *dir; open_files_cnt()
|
H A D | parse-events.c | 1277 DIR *events_dir; count_tracepoints() 1287 DIR *sys_dir; count_tracepoints() 1711 DIR *dir; test_pmu_events()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
H A D | cpia2_core.c | 517 #define DIR(cmd) ((cmd->direction == TRANSFER_WRITE) ? "Write" : "Read") macro 533 DBG("%s Random: Register block %s\n", DIR(cmd), cpia2_send_command() 541 DBG("%s Block: Register block %s\n", DIR(cmd), cpia2_send_command() 549 DBG("%s Mask: Register block %s\n", DIR(cmd), cpia2_send_command() 557 DBG("%s Repeat: Register block %s\n", DIR(cmd), cpia2_send_command() 575 DIR(cmd), start + i, buffer[i]); cpia2_send_command() 578 DIR(cmd), cmd->buffer.registers[i].index, cpia2_send_command()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | prints.c | 53 return "DIR"; cpu_type() 70 return "DIR"; le_type()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_at32.c | 124 /* (CS0, CS1, DIR, OE) <= (CFCE1, CFCE2, CFRNW, NCSX) timings */ pata_at32_setup_timing()
|
H A D | sata_sil24.c | 200 PORT_CERR_PKT_PROT = 11, /* DIR invalid in 1st PIO setup of ATAPI */
|
/linux-4.4.14/tools/lib/traceevent/ |
H A D | event-plugin.c | 352 DIR *dir; load_plugins_dir()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 446 /* DIR */ usbhsp_setup_pipecfg()
|
/linux-4.4.14/drivers/crypto/ |
H A D | talitos.h | 397 /* direction of overall data flow (DIR) */
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 15 * Read NSC/Cyrix DEVID registers (DIR) to get more detailed info. about the CPU
|
/linux-4.4.14/fs/nfs/ |
H A D | nfstrace.h | 17 { DT_DIR, "DIR" }, \
|
/linux-4.4.14/fs/dlm/ |
H A D | rcom.c | 526 * recover_status |= DIR
|
/linux-4.4.14/drivers/tty/ |
H A D | synclinkmp.c | 377 #define DIR 0x94 macro 2228 write_reg(info, TXDMA + DIR, 0x00); /* disable Tx DMA IRQs */ isr_txeom() 2380 write_reg(info, TXDMA + DIR, 0x00); /* disable Tx DMA IRQs */ isr_txdmaok() 4129 write_reg(info, RXDMA + DIR, 0); /* disable Rx DMA interrupts */ rx_stop() 4177 write_reg(info, RXDMA + DIR, 0x60); /* enable Rx DMA interrupts (EOM/BOF) */ rx_start() 4245 write_reg(info, TXDMA + DIR, 0x40); /* enable Tx DMA interrupts (EOM) */ tx_start() 4527 write_reg(info, TXDMA + DIR, 0); hdlc_mode() 4528 write_reg(info, RXDMA + DIR, 0); hdlc_mode()
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-u300.c | 354 PINCTRL_PIN(166, "MMC DATA DIR LS"), 359 PINCTRL_PIN(171, "MMC CMD DIR LS"),
|
/linux-4.4.14/tools/hv/ |
H A D | hv_kvp_daemon.c | 599 DIR *dir; kvp_get_if_name() 691 DIR *dir; kvp_mac_to_if_name()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | m66592-udc.h | 320 #define M66592_DIR 0x0010 /* b4: Control transfer DIR select */
|
H A D | at91_udc.c | 313 * There are also state bits like FORCESTALL, EPEDS, DIR, and EPTYPE
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
H A D | ioc3.h | 486 #define GPCR_DIR_PIN(x) (1<<(x)) /* access one of the DIR bits */
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | ipt_CLUSTERIP.c | 571 * PROC DIR HANDLING
|
/linux-4.4.14/drivers/usb/host/ |
H A D | isp1362.h | 966 DBG(0, "EP %p: CC=%x EP=%d DIR=%x CNT=%d LEN=%d MPS=%d TGL=%x ACT=%x FA=%d SPD=%x SF=%x PR=%x LST=%x\n", dump_ptd()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | via-sdmmc.c | 196 * DIR :Transaction Direction
|
/linux-4.4.14/drivers/net/can/c_can/ |
H A D | c_can.c | 321 * If we change the DIR bit, we need to invalidate the buffer c_can_setup_tx_object()
|
/linux-4.4.14/drivers/net/can/ |
H A D | pch_can.c | 397 /* Resetting DIR bit for reception */ pch_can_config_rx_tx_buffers()
|
/linux-4.4.14/include/trace/events/ |
H A D | f2fs.h | 94 { 1, "DIR" })
|
/linux-4.4.14/tools/vm/ |
H A D | slabinfo.c | 1161 DIR *dir; read_slab_dir()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
H A D | at32ap700x.c | 1870 pin_mask |= (1 << 23); /* CFRNW -> DIR */ at32_init_ide_or_cf()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 383 __PORT(DIR, dir); bfin_debug_mmrs_port()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
H A D | mpssd.c | 1741 DIR *dp; init_mic_list()
|
/linux-4.4.14/drivers/parisc/ |
H A D | sba_iommu.c | 1795 seq_printf(m, "DIR%d_BASE/MASK/ROUTE %08x %08x %08x\n", sba_proc_info()
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik.c | 172 /* Shortcuts. Use these instead of separate DIR, PULL, and VAL. */
|
/linux-4.4.14/fs/ntfs/ |
H A D | dir.c | 1070 dt_type == DT_DIR ? "DIR" : "REG"); ntfs_filldir()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
H A D | hists.c | 1360 DIR *pwd_dir; switch_data_file()
|