Searched refs:sys (Results 1 - 25 of 42) sorted by relevance

12

/drivers/ps3/
H A DMakefile4 obj-$(CONFIG_PPC_PS3) += sys-manager-core.o
5 obj-$(CONFIG_PS3_SYS_MANAGER) += ps3-sys-manager.o
/drivers/video/vermilion/
H A Dcr_pll.c81 static int crvml_sys_restore(struct vml_sys *sys) argument
91 static int crvml_sys_save(struct vml_sys *sys) argument
100 static int crvml_nearest_index(const struct vml_sys *sys, int clock) argument
120 static int crvml_nearest_clock(const struct vml_sys *sys, int clock) argument
122 return crvml_clocks[crvml_nearest_index(sys, clock)];
125 static int crvml_set_clock(struct vml_sys *sys, int clock) argument
131 index = crvml_nearest_index(sys, clock);
H A Dvermilion.h240 int (*save) (struct vml_sys * sys);
241 int (*restore) (struct vml_sys * sys);
247 int (*set_clock) (struct vml_sys * sys, int clock);
248 int (*nearest_clock) (const struct vml_sys * sys, int clock);
251 extern int vmlfb_register_subsys(struct vml_sys *sys);
252 extern void vmlfb_unregister_subsys(struct vml_sys *sys);
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_scan.l46 #include <sys/types.h>
57 #include <sys/queue.h>
H A Daicasm_macro_gram.y46 #include <sys/types.h>
58 #include <sys/queue.h>
H A Daicasm.h48 #include <sys/queue.h>
H A Daicasm_scan.l46 #include <sys/types.h>
57 #include <sys/queue.h>
H A Daicasm_symbol.h48 #include <sys/queue.h>
/drivers/staging/usbip/userspace/libsrc/
H A Dnames.h35 #include <sys/types.h>
H A Dusbip_host_driver.c19 #include <sys/types.h>
20 #include <sys/stat.h>
/drivers/misc/lis3lv02d/
H A DKconfig13 /sys/devices/platform/lis3lv02d.
30 /sys/devices/platform/lis3lv02d.
/drivers/pcmcia/
H A Dcistpl.c139 void __iomem *sys, *end; local
153 sys = set_cis_map(s, 0, MAP_ACTIVE |
155 if (!sys) {
161 writeb(flags, sys+CISREG_ICTRL0);
162 writeb(addr & 0xff, sys+CISREG_IADDR0);
163 writeb((addr>>8) & 0xff, sys+CISREG_IADDR1);
164 writeb((addr>>16) & 0xff, sys+CISREG_IADDR2);
165 writeb((addr>>24) & 0xff, sys+CISREG_IADDR3);
167 *buf = readb(sys+CISREG_IDATA0);
184 sys
217 void __iomem *sys, *end; local
[all...]
/drivers/xen/
H A DMakefile16 obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o
/drivers/net/wireless/bcmdhd/include/
H A Dtypedefs.h128 #include <sys/types.h>
/drivers/staging/ramster/cluster/
H A Dtcp.h35 #include <sys/socket.h>
/drivers/firmware/
H A DKconfig33 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
113 information from userspace through /sys/class/dmi/id/ or if you want
124 under /sys/firmware/dmi when this option is enabled and
/drivers/staging/crystalhd/
H A Dbc_dts_glob_lnx.h40 #include <sys/time.h>
45 #include <sys/select.h>
/drivers/staging/iio/Documentation/
H A Dgeneric_buffer.c26 #include <sys/stat.h>
27 #include <sys/dir.h>
H A Diio_event_monitor.c28 #include <sys/ioctl.h>
/drivers/staging/usbip/userspace/src/
H A Dusbipd.c28 #include <sys/types.h>
29 #include <sys/stat.h>
31 #include <sys/socket.h>
H A Dusbip_attach.c19 #include <sys/stat.h>
H A Dusbip_network.c19 #include <sys/socket.h>
H A Dusbip_network.h12 #include <sys/types.h>
/drivers/pci/pcie/
H A DKconfig47 /sys/module/pcie_aspm/parameters/policy
/drivers/w1/slaves/
H A DKconfig32 sys file system.

Completed in 1047 milliseconds

12