Lines Matching +full:under +full:-
6 --------------
8 All devices which can be addressed by means of ccws are called 'CCW devices' -
12 structures under devices/::
15 - system/
16 - css0/
17 - 0.0.0000/0.0.0815/
18 - 0.0.0001/0.0.4711/
19 - 0.0.0002/
20 - 0.1.0000/0.1.1234/
22 - defunct/
25 device 4711 via subchannel 1 in subchannel set 0, and subchannel 2 is a non-I/O
35 be found under bus/ccw/devices/.
52 notify function under 1.2), piping 0 to online will forcibly delete
55 The device drivers can add entries to export per-device data and interfaces.
57 There is also some data exported on a per-subchannel basis (see under
70 ----------------------------
81 ------------------------------------
84 under include/asm/ccwdev.h::
134 to put in dev->driver_data and create attributes (if needed). Also,
143 - the device to be probed.
156 - the device to be removed.
170 - the device to be activated. The common layer has
175 de-activated via the 'online' attribute. The driver should shut
176 down the device, but not de-allocate its private data.
184 - the device to be deactivated. The common layer has
205 removed and re-registered.
213 - the device whose state changed.
216 - the event that happened. This can be one of CIO_GONE,
232 Parameters: dev - the device the handler is called for
233 intparm - the intparm which allows the device driver to identify
236 irb - interruption response block which contains the accumulated
244 --------------------
260 touched by the driver - it should use the ccwgroup device's driver_data for its
269 -----------------
271 Channel paths show up, like subchannels, under the channel subsystem root (css0)
279 - Can be 'online' or 'offline'.
282 the chpid connects to. This can be used to force the kernel to re-use
287 - The physical type of the channel path.
290 - Whether the channel path is shared.
293 - The channel measurement group.
296 -----------------
299 ---------
301 xpram shows up under devices/system/ as 'xpram'.
304 --------
306 For each cpu, a directory is created under devices/system/cpu/. Each cpu has an
311 ----------------
314 -----------
316 The netiucv driver creates an attribute 'connection' under
320 Netiucv connections show up under devices/iucv/ as "netiucv<ifnum>". The interface
325 - shows the connection partner.
328 - maximum buffer size. Pipe to it to change buffer size.