Searched refs:i2c_client_hdl_t (Results 1 - 25 of 27) sorted by relevance
12
/illumos-gate/usr/src/uts/sun4u/sys/i2c/misc/ |
H A D | i2c_svc.h | 69 typedef struct i2c_client_hdl *i2c_client_hdl_t; typedef in typeref:struct:i2c_client_hdl 85 int i2c_client_register(dev_info_t *dip, i2c_client_hdl_t *i2c_hdl); 86 void i2c_client_unregister(i2c_client_hdl_t i2c_hdl); 87 int i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran); 88 int i2c_transfer_alloc(i2c_client_hdl_t i2c_hdl, 93 void i2c_transfer_free(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c);
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | hpc3130_impl.h | 42 i2c_client_hdl_t hpc3130_hdl;
|
H A D | ltc1427_impl.h | 41 i2c_client_hdl_t ltc1427_hdl;
|
H A D | pcf8591_impl.h | 46 i2c_client_hdl_t pcf8591_hdl;
|
H A D | pic16f819_impl.h | 41 i2c_client_hdl_t pic16f819_hdl;
|
H A D | seeprom_impl.h | 60 i2c_client_hdl_t seeprom_hdl;
|
H A D | adm1026_impl.h | 42 i2c_client_hdl_t adm1026_hdl;
|
H A D | lm75_impl.h | 50 i2c_client_hdl_t lm75_hdl;
|
H A D | pcf8574_impl.h | 59 i2c_client_hdl_t pcf8574_hdl;
|
H A D | ssc100_impl.h | 64 i2c_client_hdl_t ssc100_hdl;
|
H A D | ics951601_impl.h | 62 i2c_client_hdl_t ics951601_hdl;
|
H A D | max1617_impl.h | 80 i2c_client_hdl_t max1617_hdl;
|
H A D | pca9556_impl.h | 73 i2c_client_hdl_t pca9556_hdl;
|
H A D | tda8444_impl.h | 72 i2c_client_hdl_t tda8444_hdl;
|
H A D | adm1031_impl.h | 147 i2c_client_hdl_t adm1031_hdl;
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/misc/ |
H A D | i2c_svc.c | 74 i2c_client_register(dev_info_t *dip, i2c_client_hdl_t *i2c_hdl) 77 i2c_client_hdl_t hdl; 119 i2c_client_unregister(i2c_client_hdl_t hdl) 131 i2c_transfer(i2c_client_hdl_t hdl, i2c_transfer_t *i2c_tran) 180 i2c_transfer_alloc(i2c_client_hdl_t hdl, 236 i2c_transfer_free(i2c_client_hdl_t hdl, i2c_transfer_t *i2c_tran)
|
/illumos-gate/usr/src/uts/sun4u/snowbird/sys/ |
H A D | todds1307.h | 80 i2c_client_hdl_t ds1307_i2c_hdl;
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | todds1337.h | 110 i2c_client_hdl_t ds1337_i2c_hdl;
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 149 static int hpc3130_cpu_init(hpc3130_unit_t *, int, i2c_client_hdl_t); 150 static int hpc3130_debounce_status(i2c_client_hdl_t, int, uint8_t *); 151 static int hpc3130_read(i2c_client_hdl_t, uint8_t, uint8_t, uint8_t *); 152 static int hpc3130_write(i2c_client_hdl_t, uint8_t, uint8_t, uint8_t); 153 static int hpc3130_rw(i2c_client_hdl_t, uint8_t, boolean_t, uint8_t *); 164 static int hpc3130_verify_slot_power(hpc3130_unit_t *, i2c_client_hdl_t, 1069 i2c_client_hdl_t handle = unitp->hpc3130_hdl; 1114 hpc3130_get_led(i2c_client_hdl_t handle, int slot, 1128 hpc3130_write(i2c_client_hdl_t handle, uint8_t offset, 1139 hpc3130_read(i2c_client_hdl_t handl [all...] |
/illumos-gate/usr/src/uts/sun4u/daktari/sys/ |
H A D | hpc3130_dak.h | 200 i2c_client_hdl_t hpc3130_hdl;
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | pcf8591_nct.h | 209 i2c_client_hdl_t pcf8591_hdl;
|
H A D | pcf8574_nct.h | 301 i2c_client_hdl_t pcf8574_hdl;
|
H A D | scsb.h | 653 i2c_client_hdl_t scsb_phandle; /* i2c private handle from i2c nexus */
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ssc050.c | 53 i2c_client_hdl_t hdl;
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ |
H A D | pcf8591_nct.c | 94 extern int nct_i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran);
|
Completed in 90 milliseconds
12