Lines Matching defs:name
771 * *board_name' that is initialized to point to a board name string that
772 * is one of the candidates matched against this function's 'name'
780 * structures matches the name supplied to this function, the function
781 * returns a pointer to the pointer to the board name, otherwise it
786 * offset of the member that points to the board name. (No subtraction
787 * is required if the board name pointer is the first member of the
790 static void *comedi_recognize(struct comedi_driver *driv, const char *name)
796 if (strcmp(*name_ptr, name) == 0)
826 * @name: The name of the firmware image.
839 const char *name,
851 ret = request_firmware(&fw, name, device);