HomeSort by relevance Sort by last modified time
    Searched refs:dev (Results 1 - 25 of 5848) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/bonito/
init.qcom.ipastart.sh 3 echo 1 > /dev/ipa
  /device/google/crosshatch/
init.qcom.ipastart.sh 3 echo 1 > /dev/ipa
  /device/google/wahoo/
init.qcom.ipastart.sh 3 echo 1 > /dev/ipa
  /external/ppp/pppd/plugins/radius/etc/
port-id-map 8 /dev/tty1 1
9 /dev/tty2 2
10 /dev/tty3 3
11 /dev/tty4 4
12 /dev/tty5 5
13 /dev/tty6 6
14 /dev/tty7 7
15 /dev/tty8 8
16 /dev/ttyS0 9
17 /dev/ttyS1 1
    [all...]
  /external/ltp/travis/
debian.minimal.sh 6 libacl1-dev \
7 libaio-dev \
9 libcap-dev \
11 libkeyutils-dev \
13 libmm-dev \
14 libnuma-dev \
16 libselinux1-dev \
17 libsepol1-dev \
18 libssl-dev \
  /external/strace/
print_dev_t.c 34 print_dev_t(const unsigned long long dev)
36 tprintf("makedev(%u, %u)", major(dev), minor(dev));
  /external/u-boot/fs/yaffs2/
yaffs_checkptrw.c 17 static int yaffs2_checkpt_space_ok(struct yaffs_dev *dev)
19 int blocks_avail = dev->n_erased_blocks - dev->param.n_reserved_blocks;
27 static int yaffs_checkpt_erase(struct yaffs_dev *dev)
31 if (!dev->param.erase_fn)
35 dev->internal_start_block, dev->internal_end_block);
37 for (i = dev->internal_start_block; i <= dev->internal_end_block; i++) {
38 struct yaffs_block_info *bi = yaffs_get_block_info(dev, i)
    [all...]
yaffs_yaffs2.h 21 void yaffs_calc_oldest_dirty_seq(struct yaffs_dev *dev);
22 void yaffs2_find_oldest_dirty_seq(struct yaffs_dev *dev);
23 void yaffs2_clear_oldest_dirty_seq(struct yaffs_dev *dev,
25 void yaffs2_update_oldest_dirty_seq(struct yaffs_dev *dev, unsigned block_no,
27 int yaffs_block_ok_for_gc(struct yaffs_dev *dev, struct yaffs_block_info *bi);
28 u32 yaffs2_find_refresh_block(struct yaffs_dev *dev);
29 int yaffs2_checkpt_required(struct yaffs_dev *dev);
30 int yaffs_calc_checkpt_blocks_required(struct yaffs_dev *dev);
32 void yaffs2_checkpt_invalidate(struct yaffs_dev *dev);
33 int yaffs2_checkpt_save(struct yaffs_dev *dev);
    [all...]
  /bionic/libc/kernel/uapi/linux/
kdev_t.h 21 #define MAJOR(dev) ((dev) >> 8)
22 #define MINOR(dev) ((dev) & 0xff)
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
inside-pidns.sh 5 exec su -c "./sleeper $1 120" "$2" 2>/dev/null
  /external/ltp/testcases/realtime/perf/latency/
disknoise.sh 5 find / -type f -print > /dev/null 2>&1
  /external/strace/tests/
ioctl_kvm_run.c 6 print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason)
8 printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev);
  /external/strace/tests-m32/
ioctl_kvm_run.c 6 print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason)
8 printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev);
  /external/strace/tests-mx32/
ioctl_kvm_run.c 6 print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason)
8 printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev);
  /external/u-boot/drivers/misc/
smsc_lpc47m.c 10 static void pnp_enter_conf_state(u16 dev)
12 u16 port = dev >> 8;
17 static void pnp_exit_conf_state(u16 dev)
19 u16 port = dev >> 8;
24 void lpc47m_enable_serial(uint dev, uint iobase, uint irq)
26 pnp_enter_conf_state(dev);
27 pnp_set_logical_device(dev);
28 pnp_set_enable(dev, 0);
29 pnp_set_iobase(dev, PNP_IDX_IO0, iobase);
30 pnp_set_irq(dev, PNP_IDX_IRQ0, irq)
    [all...]
winbond_w83627.c 13 /* Enable configuration: pass entry key '0x87' into index port dev twice */
14 static void pnp_enter_conf_state(u16 dev)
16 u16 port = dev >> 8;
22 /* Disable configuration: pass exit key '0xAA' into index port dev */
23 static void pnp_exit_conf_state(u16 dev)
25 u16 port = dev >> 8;
31 void winbond_enable_serial(uint dev, uint iobase, uint irq)
33 pnp_enter_conf_state(dev);
34 pnp_set_logical_device(dev);
35 pnp_set_enable(dev, 0)
    [all...]
  /external/libdrm/etnaviv/
etnaviv_device.c 46 struct etna_device *dev = calloc(sizeof(*dev), 1); local
48 if (!dev)
51 atomic_set(&dev->refcnt, 1);
52 dev->fd = fd;
53 dev->handle_table = drmHashCreate();
54 dev->name_table = drmHashCreate();
55 etna_bo_cache_init(&dev->bo_cache);
57 return dev;
65 struct etna_device *dev = etna_device_new(dup_fd) local
    [all...]
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_list.sh 26 ls -R $DIR/ > /dev/null 2> /dev/null &
27 ls -R $DIR/ > /dev/null 2> /dev/null &
28 ls -R $DIR/ > /dev/null 2> /dev/null &
29 ls -R $DIR/ > /dev/null 2> /dev/null &
30 ls -R $DIR/ > /dev/null 2> /dev/null
    [all...]
  /external/ltp/lib/tests/
tst_device.c 29 static const char *dev; variable
33 if (dev)
34 tst_release_device(dev);
43 dev = tst_acquire_device(cleanup);
44 if (!dev)
47 printf("Test device='%s'\n", dev);
49 tst_mkfs(cleanup, dev, "ext2", NULL, NULL);
  /external/u-boot/arch/sandbox/include/asm/
reset.h 13 int sandbox_reset_query(struct udevice *dev, unsigned long id);
15 int sandbox_reset_test_get(struct udevice *dev);
16 int sandbox_reset_test_get_bulk(struct udevice *dev);
17 int sandbox_reset_test_assert(struct udevice *dev);
18 int sandbox_reset_test_assert_bulk(struct udevice *dev);
19 int sandbox_reset_test_deassert(struct udevice *dev);
20 int sandbox_reset_test_deassert_bulk(struct udevice *dev);
21 int sandbox_reset_test_free(struct udevice *dev);
22 int sandbox_reset_test_release_bulk(struct udevice *dev);
  /device/linaro/hikey/gralloc960/
gralloc_vsync.h 25 int gralloc_vsync_enable(struct framebuffer_device_t *dev);
27 int gralloc_vsync_disable(struct framebuffer_device_t *dev);
29 int gralloc_wait_for_vsync(struct framebuffer_device_t *dev);
  /external/ltp/include/
tst_device.h 22 const char *dev; member in struct:tst_device
45 int tst_clear_device(const char *dev);
50 * @dev: test block device
52 unsigned long tst_dev_bytes_written(const char *dev);
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
str_mod.h 21 extern int bus_add_device(struct device * dev);
22 extern int bus_remove_device(struct device *dev);
26 struct device *dev; member in struct:ltpmod_user
  /external/u-boot/arch/arm/include/asm/arch-omap3/
musb.h 9 void am35x_musb_reset(struct udevice *dev);
10 void am35x_musb_phy_power(struct udevice *dev, u8 on);
11 void am35x_musb_clear_irq(struct udevice *dev);
  /external/u-boot/include/dm/
read.h 19 static inline const struct device_node *dev_np(struct udevice *dev)
21 return ofnode_to_np(dev->node);
24 static inline const struct device_node *dev_np(struct udevice *dev)
33 * @dev: device to check
36 static inline ofnode dev_ofnode(struct udevice *dev)
38 return dev->node;
41 static inline bool dev_of_valid(struct udevice *dev)
43 return ofnode_valid(dev_ofnode(dev));
50 * @dev: device to read DT property from
55 int dev_read_u32(struct udevice *dev, const char *propname, u32 *outp)
    [all...]

Completed in 8045 milliseconds

1 2 3 4 5 6 7 8 91011>>