Searched refs:ipmb_dev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/char/ipmi/
H A Dipmb_dev_int.c56 struct ipmb_dev { struct
69 static inline struct ipmb_dev *to_ipmb_dev(struct file *file)
71 return container_of(file->private_data, struct ipmb_dev, miscdev);
77 struct ipmb_dev *ipmb_dev = to_ipmb_dev(file); local
84 spin_lock_irq(&ipmb_dev->lock);
86 while (list_empty(&ipmb_dev->request_queue)) {
87 spin_unlock_irq(&ipmb_dev->lock);
92 ret = wait_event_interruptible(ipmb_dev->wait_queue,
93 !list_empty(&ipmb_dev
138 struct ipmb_dev *ipmb_dev = to_ipmb_dev(file); local
182 struct ipmb_dev *ipmb_dev = to_ipmb_dev(file); local
203 ipmb_handle_request(struct ipmb_dev *ipmb_dev) argument
222 ipmb_verify_checksum1(struct ipmb_dev *ipmb_dev, u8 rs_sa) argument
233 is_ipmb_msg(struct ipmb_dev *ipmb_dev, u8 rs_sa) argument
252 struct ipmb_dev *ipmb_dev = i2c_get_clientdata(client); local
304 struct ipmb_dev *ipmb_dev; local
346 struct ipmb_dev *ipmb_dev = i2c_get_clientdata(client); local
[all...]

Completed in 158 milliseconds