All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/usb/typec/tipd/tps6598x.h:278:9: error: unknown type name 'irq_handler_t'
@ 2026-07-28  2:20 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-28  2:20 UTC (permalink / raw)
  To: Alyssa Milburn; +Cc: oe-kbuild-all, 0day robot, Sasha Finkelstein

tree:   https://github.com/intel-lab-lkp/linux/commits/Sasha-Finkelstein/dt-bindings-usb-tps6598x-Add-sn201202x-ACE3/20260728-021733
head:   120b1ba9159f9fe3394ca9ec5dec17ceb36a95b8
commit: 133e6f453965860e6a9335187d55789b988fd111 usb: typec: tipd: Factor out i2c specifics
date:   8 hours ago
config: x86_64-rhel-9.4-bpf (https://download.01.org/0day-ci/archive/20260728/202607280438.1eFxz2WN-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260728/202607280438.1eFxz2WN-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607280438.1eFxz2WN-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/usb/typec/tipd/trace.h:15,
                    from drivers/usb/typec/tipd/trace.c:9:
>> drivers/usb/typec/tipd/tps6598x.h:278:9: error: unknown type name 'irq_handler_t'
     278 |         irq_handler_t irq_handler;
         |         ^~~~~~~~~~~~~


vim +/irq_handler_t +278 drivers/usb/typec/tipd/tps6598x.h

   276	
   277	struct tipd_data {
 > 278		irq_handler_t irq_handler;
   279		u64 irq_mask1;
   280		size_t tps_struct_size;
   281		void (*remove)(struct tps6598x *tps);
   282		int (*register_port)(struct tps6598x *tps, struct fwnode_handle *node);
   283		void (*unregister_port)(struct tps6598x *tps);
   284		void (*trace_data_status)(u32 status);
   285		void (*trace_power_status)(u16 status);
   286		void (*trace_status)(u32 status);
   287		int (*apply_patch)(struct tps6598x *tps);
   288		int (*init)(struct tps6598x *tps);
   289		int (*switch_power_state)(struct tps6598x *tps, u8 target_state);
   290		bool (*read_data_status)(struct tps6598x *tps);
   291		int (*reset)(struct tps6598x *tps);
   292		int (*connect)(struct tps6598x *tps, u32 status);
   293	};
   294	

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28  2:20 drivers/usb/typec/tipd/tps6598x.h:278:9: error: unknown type name 'irq_handler_t' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.