Home
last modified time | relevance | path

Searched refs:ffs_data (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Du_fs.h47 struct ffs_data *ffs_data; member
51 int (*ffs_ready_callback)(struct ffs_data *ffs);
52 void (*ffs_closed_callback)(struct ffs_data *ffs);
150 struct ffs_data { struct
Df_fs.c45 static void ffs_data_get(struct ffs_data *ffs);
46 static void ffs_data_put(struct ffs_data *ffs);
48 static struct ffs_data *__must_check ffs_data_new(void) __attribute__((malloc));
51 static void ffs_data_opened(struct ffs_data *ffs);
52 static void ffs_data_closed(struct ffs_data *ffs);
56 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
58 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
68 struct ffs_data *ffs;
85 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
128 struct ffs_data *ffs;
[all …]
/linux-4.1.27/drivers/usb/gadget/legacy/
Dg_ffs.c159 static int functionfs_ready_callback(struct ffs_data *ffs);
160 static void functionfs_closed_callback(struct ffs_data *ffs);
294 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()
318 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
/linux-4.1.27/Documentation/usb/
Dfunctionfs.txt49 On kernel level the gadget checks ffs_data->dev_name to identify