Lines Matching +full:user +full:- +full:level
7 the user space driver has registered by writing descriptors and
8 strings (the user space program has to provide the same information
9 that kernel level composite functions provide when they are added to
15 From user space point of view it is a file system which when
16 mounted provides an "ep0" file. User space driver need to
42 where the last two are implemented via FunctionFS. On user space
43 level it would look like this::
46 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp
47 $ ( cd /dev/ffs-mtp && mtp-daemon ) &
48 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid
49 $ ( cd /dev/ffs-hid && hid-daemon ) &
51 On kernel level the gadget checks ffs_data->dev_name to identify
59 parameter's value is just a one-element list, then the behaviour