|
Linux Kernel
3.7.1
|
#include <linux/i2c.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | tuner_i2c_props |
Macros | |
| #define | tuner_printk(kernlvl, i2cprops, fmt, arg...) |
| #define | __tuner_warn(i2cprops, fmt, arg...) |
| #define | __tuner_info(i2cprops, fmt, arg...) |
| #define | __tuner_err(i2cprops, fmt, arg...) |
| #define | __tuner_dbg(i2cprops, fmt, arg...) |
| #define | tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) |
| #define | tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) |
| #define | tuner_err(fmt, arg...) __tuner_err(priv->i2c_props, fmt, ##arg) |
| #define | tuner_dbg(fmt, arg...) __tuner_dbg(priv->i2c_props, fmt, ##arg) |
| #define | hybrid_tuner_request_state(type, state, list, i2cadap, i2caddr, devname) |
| #define | hybrid_tuner_release_state(state) |
| #define | hybrid_tuner_report_instance_count(state) |
| #define __tuner_dbg | ( | i2cprops, | |
| fmt, | |||
| arg... | |||
| ) |
Definition at line 107 of file tuner-i2c.h.
| #define __tuner_err | ( | i2cprops, | |
| fmt, | |||
| arg... | |||
| ) |
Definition at line 103 of file tuner-i2c.h.
| #define __tuner_info | ( | i2cprops, | |
| fmt, | |||
| arg... | |||
| ) |
Definition at line 99 of file tuner-i2c.h.
| #define __tuner_warn | ( | i2cprops, | |
| fmt, | |||
| arg... | |||
| ) |
Definition at line 95 of file tuner-i2c.h.
| #define hybrid_tuner_release_state | ( | state | ) |
Definition at line 161 of file tuner-i2c.h.
| #define hybrid_tuner_report_instance_count | ( | state | ) |
Definition at line 174 of file tuner-i2c.h.
Definition at line 129 of file tuner-i2c.h.
| #define tuner_dbg | ( | fmt, | |
| arg... | |||
| ) | __tuner_dbg(priv->i2c_props, fmt, ##arg) |
Definition at line 115 of file tuner-i2c.h.
| #define tuner_err | ( | fmt, | |
| arg... | |||
| ) | __tuner_err(priv->i2c_props, fmt, ##arg) |
Definition at line 114 of file tuner-i2c.h.
| #define tuner_info | ( | fmt, | |
| arg... | |||
| ) | __tuner_info(priv->i2c_props, fmt, ##arg) |
Definition at line 113 of file tuner-i2c.h.
| #define tuner_printk | ( | kernlvl, | |
| i2cprops, | |||
| fmt, | |||
| arg... | |||
| ) |
Definition at line 85 of file tuner-i2c.h.
| #define tuner_warn | ( | fmt, | |
| arg... | |||
| ) | __tuner_warn(priv->i2c_props, fmt, ##arg) |
Definition at line 112 of file tuner-i2c.h.
1.8.2