Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 85) sorted by relevance

1234

/drivers/misc/c2port/
Dcore.c345 return sprintf(buf, "%d\n", c2dev->access); in c2port_show_access()
362 c2dev->access = !!status; in c2port_store_access()
366 if (c2dev->access) in c2port_store_access()
368 ops->access(c2dev, c2dev->access); in c2port_store_access()
369 if (c2dev->access) in c2port_store_access()
384 if (!c2dev->access) in c2port_store_reset()
420 if (!c2dev->access) in c2port_show_dev_id()
456 if (!c2dev->access) in c2port_show_rev_id()
483 if (!dev->access) in __c2port_store_flash_access()
603 if (!c2dev->access || !c2dev->flash_access) in c2port_store_flash_erase()
[all …]
/drivers/s390/block/
DKconfig10 want to access more than 2G of memory when running in 31 bit mode.
25 Enable this option if you want to access DASDs directly utilizing
47 Select this option to be able to access FBA devices. It is safe to
51 tristate "Support for DIAG access to Disks"
54 Select this option if you want to use Diagnose250 command to access
/drivers/mtd/maps/
DKconfig3 menu "Mapping drivers for chip access"
138 This enables access routines for the flash chips on the AMD NetSc520
269 Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
300 Flash access on the SBC8240 board from Wind River. See
327 This enables access routines for the flash chips on the Motorola
335 This enables access routines for the flash chips on the Nokia/Sagem
350 This enables access routines for the flash chips on the IBM
358 This enables access to the flash chips on the Hitachi SolutionEngine and
369 This enables access to the flash or ROM chips on the CDB89712 board.
376 This enables access to the flash chips on most platforms based on
[all …]
/drivers/gpu/drm/
DREADME.drm13 1. The DRM provides synchronized access to the graphics hardware via
16 2. The DRM enforces the DRI security policy for access to the graphics
17 hardware by only allowing authenticated X11 clients access to
/drivers/infiniband/
DKconfig22 tristate "InfiniBand userspace access (verbs and CM)"
24 Userspace InfiniBand access support. This enables the
27 to set up connections and directly access InfiniBand
/drivers/message/i2o/
DKconfig80 provides access to the busses on the I2O controller. The main purpose
92 are using an RAID controller, you could access the array only by
93 the Block OSM driver. But it is possible to access the single disks
103 Allows direct SCSI access to SCSI devices on a SCSI or FibreChannel
105 you wish. To access a RAID array, you must use the Block OSM driver.
/drivers/block/
Dcpqarray.c408 hba[i]->access.set_intr_mask(hba[i], 0); in cpqarray_register_ctlr()
466 hba[i]->access.set_intr_mask(hba[i], FIFO_NOT_EMPTY); in cpqarray_register_ctlr()
700 c->access = *(products[i].access); in cpqarray_pci_init()
798 hba[ctlr]->access = *(products[j].access); in cpqarray_eisa_detect()
972 if (h->access.fifo_full(h) == 0) in start_io()
980 h->access.submit_command(h, c); in start_io()
1043 istat = h->access.intr_pending(h); in do_ida_intr()
1054 while((a = h->access.command_completed(h))) { in do_ida_intr()
1439 info_p->access.set_intr_mask(info_p, 0); in sendcmd()
1443 temp = info_p->access.fifo_full(info_p); in sendcmd()
[all …]
Dcpqarray.h72 struct access_method *access; member
102 struct access_method access; member
Dcciss.h89 struct access_method access; member
287 struct access_method *access; member
Dcciss.c2306 done = hba[ctlr]->access.command_completed(hba[ctlr]); in pollcomplete()
2395 info_p->access.set_intr_mask(info_p, CCISS_INTR_OFF); in sendcmd()
2403 if (!(info_p->access.fifo_full(info_p))) { in sendcmd()
2414 info_p->access.submit_command(info_p, c); in sendcmd()
2543 if ((h->access.fifo_full(h))) { in start_io()
2553 h->access.submit_command(h, c); in start_io()
2910 return h->access.command_completed(h); in get_next_completion()
2921 return h->access.command_completed(h); in get_next_completion()
2928 return (h->access.intr_pending(h) in interrupt_pending()
2931 return h->access.intr_pending(h); in interrupt_pending()
[all …]
/drivers/acpi/acpica/
Dexprep.c228 u32 access; in acpi_ex_decode_field_access() local
234 access = (field_flags & AML_FIELD_ACCESS_TYPE_MASK); in acpi_ex_decode_field_access()
236 switch (access) { in acpi_ex_decode_field_access()
278 ACPI_ERROR((AE_INFO, "Unknown field access type %X", access)); in acpi_ex_decode_field_access()
/drivers/s390/char/
DKconfig89 Select this option if you want to access channel-attached tape
93 hardware options in order to access a tape device.
105 Select this option if you want to access your channel-attached tape
119 Select this option if you want to access IBM 3480/3490 magnetic
127 Select this option if you want to access IBM 3590 magnetic
/drivers/net/mlx4/
Dmr.c266 int mlx4_mr_alloc(struct mlx4_dev *dev, u32 pd, u64 iova, u64 size, u32 access, in mlx4_mr_alloc() argument
280 mr->access = access; in mlx4_mr_alloc()
332 mr->access); in mlx4_mr_enable()
572 int mlx4_fmr_alloc(struct mlx4_dev *dev, u32 pd, u32 access, int max_pages, in mlx4_fmr_alloc() argument
591 err = mlx4_mr_alloc(dev, pd, 0, 0, access, max_pages, in mlx4_fmr_alloc()
/drivers/memstick/host/
DKconfig12 Say Y here if you want to be able to access MemoryStick cards with
28 Say Y here if you want to be able to access MemoryStick cards with
/drivers/video/omap/
Dsossi.c264 static inline void set_timing(int access) in set_timing() argument
266 if (access != sossi.last_access) { in set_timing()
267 sossi.last_access = access; in set_timing()
269 sossi.clk_tw0[access], sossi.clk_tw1[access]); in set_timing()
/drivers/block/paride/
Dpg.c215 unsigned long access; /* count of active opens ... */ member
248 clear_bit(0, &dev->access); in pg_init_units()
527 if (test_and_set_bit(0, &dev->access)) { in pg_open()
541 clear_bit(0, &dev->access); in pg_open()
560 clear_bit(0, &dev->access); in pg_release()
Dpf.c233 int access; /* count of active opens ... */ member
311 pf->access++; in pf_open()
343 if (pf->access != 1) in pf_ioctl()
353 if (pf->access <= 0) in pf_release()
356 pf->access--; in pf_release()
358 if (!pf->access && pf->removable) in pf_release()
Dpd.c222 int access; /* count of active opens ... */ member
735 disk->access++; in pd_open()
768 if (disk->access == 1) in pd_ioctl()
780 if (!--disk->access && disk->removable) in pd_release()
852 disk->access = 0; in pd_detect()
/drivers/usb/storage/
Dshuttle_usbat.c95 unsigned char access, in usbat_read() argument
101 access | USBAT_CMD_READ_REG, in usbat_read()
113 unsigned char access, in usbat_write() argument
119 access | USBAT_CMD_WRITE_REG, in usbat_write()
347 unsigned char access, in usbat_write_block() argument
360 command[1] = access | USBAT_CMD_WRITE_BLOCK; in usbat_write_block()
384 unsigned char access, in usbat_hp8200e_rw_block_test() argument
432 command[1] = access | USBAT_CMD_WRITE_REGS; in usbat_hp8200e_rw_block_test()
444 command[cmdlen-7] = access | in usbat_hp8200e_rw_block_test()
/drivers/video/backlight/
Dili9320.c32 struct ili9320_spi *spi = &ili->access.spi; in ili9320_write_spi()
176 struct ili9320_spi *spi = &ili->access.spi; in ili9320_setup_spi()
228 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1); in ili9320_probe_spi()
/drivers/infiniband/hw/mthca/
Dmthca_mr.c433 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc() argument
466 access); in mthca_mr_alloc()
523 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans() argument
526 return mthca_mr_alloc(dev, pd, 12, 0, ~0ULL, access, mr); in mthca_mr_alloc_notrans()
532 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys() argument
547 total_size, access, mr); in mthca_mr_alloc_phys()
583 u32 access, struct mthca_fmr *mr) in mthca_fmr_alloc() argument
650 access); in mthca_fmr_alloc()
Dmthca_dev.h470 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
472 u32 access, struct mthca_mr *mr);
476 u32 access, struct mthca_mr *mr);
480 u32 access, struct mthca_fmr *fmr);
/drivers/rapidio/
DMakefile4 obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
/drivers/infiniband/core/
Dumem.c77 size_t size, int access, int dmasync) in ib_umem_get() argument
113 umem->writable = !!(access & ~IB_ACCESS_REMOTE_READ); in ib_umem_get()
/drivers/firewire/
DKconfig22 To access it from application programs, you generally need at least
24 version 2. No libraries are required to access storage devices

1234