Lines Matching refs:FAR
72 (*automount_handler_t)(FAR const struct automount_lower_s *lower,
73 FAR void *arg, bool inserted);
88 FAR const char *fstype; /* Type of file system */
89 FAR const char *blockdev; /* Path to the block device */
90 FAR const char *mountpoint; /* Location to mount the volume */
120 CODE int (*attach)(FAR const struct automount_lower_s *lower,
121 automount_handler_t isr, FAR void *arg);
122 CODE void (*enable)(FAR const struct automount_lower_s *lower,
124 CODE bool (*inserted)(FAR const struct automount_lower_s *lower);
159 FAR void *automount_initialize(FAR const struct automount_lower_s *lower);
176 void automount_uninitialize(FAR void *handle);