Home
last modified time | relevance | path

Searched defs:adap (Results 1 – 25 of 242) sorted by relevance

12345678910

/drivers/i2c/algos/
Di2c-algo-pca.c35 #define pca_outw(adap, reg, val) adap->write_byte(adap->data, reg, val) argument
36 #define pca_inw(adap, reg) adap->read_byte(adap->data, reg) argument
38 #define pca_status(adap) pca_inw(adap, I2C_PCA_STA) argument
39 #define pca_clock(adap) adap->i2c_clock argument
40 #define pca_set_con(adap, val) pca_outw(adap, I2C_PCA_CON, val) argument
41 #define pca_get_con(adap) pca_inw(adap, I2C_PCA_CON) argument
42 #define pca_wait(adap) adap->wait_for_completion(adap->data) argument
44 static void pca_reset(struct i2c_algo_pca_data *adap) in pca_reset()
77 static int pca_start(struct i2c_algo_pca_data *adap) in pca_start()
92 static int pca_repeated_start(struct i2c_algo_pca_data *adap) in pca_repeated_start()
[all …]
Di2c-algo-pcf.c47 #define set_pcf(adap, ctl, val) adap->setpcf(adap->data, ctl, val) argument
48 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl) argument
49 #define get_own(adap) adap->getown(adap->data) argument
50 #define get_clock(adap) adap->getclock(adap->data) argument
51 #define i2c_outb(adap, val) adap->setpcf(adap->data, 0, val) argument
52 #define i2c_inb(adap) adap->getpcf(adap->data, 0) argument
56 static void i2c_start(struct i2c_algo_pcf_data *adap) in i2c_start()
62 static void i2c_repstart(struct i2c_algo_pcf_data *adap) in i2c_repstart()
68 static void i2c_stop(struct i2c_algo_pcf_data *adap) in i2c_stop()
74 static void handle_lab(struct i2c_algo_pcf_data *adap, const int *status) in handle_lab()
[all …]
Di2c-algo-bit.c57 #define setsda(adap, val) adap->setsda(adap->data, val) argument
58 #define setscl(adap, val) adap->setscl(adap->data, val) argument
59 #define getsda(adap) adap->getsda(adap->data) argument
60 #define getscl(adap) adap->getscl(adap->data) argument
62 static inline void sdalo(struct i2c_algo_bit_data *adap) in sdalo()
68 static inline void sdahi(struct i2c_algo_bit_data *adap) in sdahi()
74 static inline void scllo(struct i2c_algo_bit_data *adap) in scllo()
84 static int sclhi(struct i2c_algo_bit_data *adap) in sclhi()
124 static void i2c_start(struct i2c_algo_bit_data *adap) in i2c_start()
132 static void i2c_repstart(struct i2c_algo_bit_data *adap) in i2c_repstart()
[all …]
/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c34 static int pvr2_dvb_feed_func(struct pvr2_dvb_adapter *adap) in pvr2_dvb_feed_func()
104 static void pvr2_dvb_notify(struct pvr2_dvb_adapter *adap) in pvr2_dvb_notify()
109 static void pvr2_dvb_stream_end(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_end()
142 static int pvr2_dvb_stream_do_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_do_start()
198 static int pvr2_dvb_stream_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_start()
207 struct pvr2_dvb_adapter *adap = dvbdmxfeed->demux->priv; in pvr2_dvb_ctrl_feed() local
250 struct pvr2_dvb_adapter *adap = fe->dvb->priv; in pvr2_dvb_bus_ctrl() local
256 static int pvr2_dvb_adapter_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_init()
311 static int pvr2_dvb_adapter_exit(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_exit()
322 static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_frontend_init()
[all …]
Dpvrusb2-devattr.c194 static int pvr2_lgdt3303_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3303_attach()
204 static int pvr2_lgh06xf_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgh06xf_attach()
254 static int pvr2_lgdt3302_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3302_attach()
264 static int pvr2_fcv1236d_attach(struct pvr2_dvb_adapter *adap) in pvr2_fcv1236d_attach()
340 static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda10048_attach()
350 static int pvr2_73xxx_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_73xxx_tda18271_8295_attach()
438 static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1409_attach()
448 static int pvr2_s5h1411_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1411_attach()
458 static int pvr2_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda18271_8295_attach()
/drivers/media/usb/dvb-usb/
Ddib0700_devices.c86 static int bristol_frontend_attach(struct dvb_usb_adapter *adap) in bristol_frontend_attach()
110 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read()
120 static int bristol_tuner_attach(struct dvb_usb_adapter *adap) in bristol_tuner_attach()
274 static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap) in stk7700P2_frontend_attach()
307 static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap) in stk7700d_frontend_attach()
341 static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap) in stk7700d_tuner_attach()
423 struct dvb_usb_adapter *adap = ptr; in stk7700ph_xc3028_callback() local
455 static int stk7700ph_frontend_attach(struct dvb_usb_adapter *adap) in stk7700ph_frontend_attach()
493 static int stk7700ph_tuner_attach(struct dvb_usb_adapter *adap) in stk7700ph_tuner_attach()
701 static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap) in stk7700p_frontend_attach()
[all …]
Ddvb-usb-dvb.c14 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_ctrl_feed() local
98 static void dvb_usb_media_device_register(struct dvb_usb_adapter *adap) in dvb_usb_media_device_register()
132 static void dvb_usb_media_device_unregister(struct dvb_usb_adapter *adap) in dvb_usb_media_device_unregister()
144 int dvb_usb_adapter_dvb_init(struct dvb_usb_adapter *adap, short *adapter_nums) in dvb_usb_adapter_dvb_init()
212 int dvb_usb_adapter_dvb_exit(struct dvb_usb_adapter *adap) in dvb_usb_adapter_dvb_exit()
229 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_set_active_fe() local
246 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_wakeup() local
260 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_sleep() local
270 int dvb_usb_adapter_frontend_init(struct dvb_usb_adapter *adap) in dvb_usb_adapter_frontend_init()
327 int dvb_usb_adapter_frontend_exit(struct dvb_usb_adapter *adap) in dvb_usb_adapter_frontend_exit()
Dcxusb.c150 static int cxusb_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], in cxusb_i2c_xfer()
350 static int cxusb_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) in cxusb_streaming_ctrl()
361 static int cxusb_aver_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) in cxusb_aver_streaming_ctrl()
418 struct dvb_usb_adapter *adap, int onoff) in cxusb_d680_dmb_streaming_ctrl()
773 static int cxusb_fmd1216me_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_fmd1216me_tuner_attach()
781 static int cxusb_dee1601_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_dee1601_tuner_attach()
788 static int cxusb_lgz201_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_lgz201_tuner_attach()
794 static int cxusb_dtt7579_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_dtt7579_tuner_attach()
801 static int cxusb_lgh064f_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_lgh064f_tuner_attach()
811 struct dvb_usb_adapter *adap = ptr; in dvico_bluebird_xc2028_callback() local
[all …]
Dm920x.c256 static int m920x_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) in m920x_i2c_xfer()
355 static int m920x_update_filters(struct dvb_usb_adapter *adap) in m920x_update_filters()
390 static int m920x_pid_filter_ctrl(struct dvb_usb_adapter *adap, int onoff) in m920x_pid_filter_ctrl()
399 static int m920x_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) in m920x_pid_filter()
571 static int m920x_mt352_frontend_attach(struct dvb_usb_adapter *adap) in m920x_mt352_frontend_attach()
584 static int m920x_mt352_frontend_attach_vp7049(struct dvb_usb_adapter *adap) in m920x_mt352_frontend_attach_vp7049()
615 static int m920x_tda10046_08_frontend_attach(struct dvb_usb_adapter *adap) in m920x_tda10046_08_frontend_attach()
628 static int m920x_tda10046_0b_frontend_attach(struct dvb_usb_adapter *adap) in m920x_tda10046_0b_frontend_attach()
641 static int m920x_qt1010_tuner_attach(struct dvb_usb_adapter *adap) in m920x_qt1010_tuner_attach()
651 static int m920x_tda8275_60_tuner_attach(struct dvb_usb_adapter *adap) in m920x_tda8275_60_tuner_attach()
[all …]
Ddibusb-mb.c21 struct dvb_usb_adapter *adap = fe->dvb->priv; in dib3000mb_i2c_gate_ctrl() local
27 static int dibusb_dib3000mb_frontend_attach(struct dvb_usb_adapter *adap) in dibusb_dib3000mb_frontend_attach()
44 static int dibusb_thomson_tuner_attach(struct dvb_usb_adapter *adap) in dibusb_thomson_tuner_attach()
55 static int dibusb_panasonic_tuner_attach(struct dvb_usb_adapter *adap) in dibusb_panasonic_tuner_attach()
69 static int dibusb_tuner_probe_and_attach(struct dvb_usb_adapter *adap) in dibusb_tuner_probe_and_attach()
Ddvb-usb-urb.c71 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete() local
78 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_204() local
86 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_raw() local
91 int dvb_usb_adapter_stream_init(struct dvb_usb_adapter *adap) in dvb_usb_adapter_stream_init()
115 int dvb_usb_adapter_stream_exit(struct dvb_usb_adapter *adap) in dvb_usb_adapter_stream_exit()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c113 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg, in t4_read_indirect()
136 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg, in t4_write_indirect()
152 void t4_hw_pci_read_cfg4(struct adapter *adap, int reg, u32 *val) in t4_hw_pci_read_cfg4()
183 static void t4_report_fw_error(struct adapter *adap) in t4_report_fw_error()
206 static void get_mbox_rpl(struct adapter *adap, __be64 *rpl, int nflit, in get_mbox_rpl()
216 static void fw_asrt(struct adapter *adap, u32 mbox_addr) in fw_asrt()
227 static void dump_mbox(struct adapter *adap, int mbox, u32 data_reg) in dump_mbox()
264 int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox_meat_timeout()
342 int t4_wr_mbox_meat(struct adapter *adap, int mbox, const void *cmd, int size, in t4_wr_mbox_meat()
349 static int t4_edc_err_read(struct adapter *adap, int idx) in t4_edc_err_read()
[all …]
Dcxgb4_main.c311 struct adapter *adap = pi->adapter; in dcb_tx_queue_prio_enable() local
366 void t4_os_portmod_changed(const struct adapter *adap, int port_id) in t4_os_portmod_changed()
519 static void dcb_rpl(struct adapter *adap, const struct fw_port_cmd *pcmd) in dcb_rpl()
541 static void clear_filter(struct adapter *adap, struct filter_entry *f) in clear_filter()
561 static void filter_rpl(struct adapter *adap, const struct cpl_set_tcb_rpl *rpl) in filter_rpl()
732 struct adapter *adap = cookie; in t4_nondata_intr() local
747 static void name_msix_vecs(struct adapter *adap) in name_msix_vecs()
782 static int request_msix_queue_irqs(struct adapter *adap) in request_msix_queue_irqs()
848 static void free_msix_queue_irqs(struct adapter *adap) in free_msix_queue_irqs()
914 static int setup_rss(struct adapter *adap) in setup_rss()
[all …]
Dsge.c380 static void free_tx_desc(struct adapter *adap, struct sge_txq *q, in free_tx_desc()
424 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
482 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) in free_rx_bufs()
510 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) in unmap_rx_buf()
523 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
579 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, in refill_fl()
673 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
929 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in ring_tx_db()
1101 cxgb_fcoe_offload(struct sk_buff *skb, struct adapter *adap, in cxgb_fcoe_offload()
1144 struct adapter *adap; in t4_eth_xmit() local
[all …]
/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c21 static int mb862xx_i2c_wait_event(struct i2c_adapter *adap) in mb862xx_i2c_wait_event()
36 static int mb862xx_i2c_do_address(struct i2c_adapter *adap, int addr) in mb862xx_i2c_do_address()
49 static int mb862xx_i2c_write_byte(struct i2c_adapter *adap, u8 byte) in mb862xx_i2c_write_byte()
60 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte()
71 static void mb862xx_i2c_stop(struct i2c_adapter *adap) in mb862xx_i2c_stop()
80 static int mb862xx_i2c_read(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_read()
94 static int mb862xx_i2c_write(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_write()
107 static int mb862xx_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, in mb862xx_xfer()
142 static u32 mb862xx_func(struct i2c_adapter *adap) in mb862xx_func()
/drivers/media/usb/dvb-usb-v2/
Ddvb_usb_core.c218 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete() local
225 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_204() local
232 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_raw() local
236 static int dvb_usbv2_adapter_stream_init(struct dvb_usb_adapter *adap) in dvb_usbv2_adapter_stream_init()
248 static int dvb_usbv2_adapter_stream_exit(struct dvb_usb_adapter *adap) in dvb_usbv2_adapter_stream_exit()
258 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_start_feed() local
346 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_stop_feed() local
403 static void dvb_usbv2_media_device_register(struct dvb_usb_adapter *adap) in dvb_usbv2_media_device_register()
439 static void dvb_usbv2_media_device_unregister(struct dvb_usb_adapter *adap) in dvb_usbv2_media_device_unregister()
453 static int dvb_usbv2_adapter_dvb_init(struct dvb_usb_adapter *adap) in dvb_usbv2_adapter_dvb_init()
[all …]
/drivers/i2c/busses/
Di2c-uniphier.c52 struct i2c_adapter adap; member
72 static int uniphier_i2c_xfer_byte(struct i2c_adapter *adap, u32 txdata, in uniphier_i2c_xfer_byte()
100 static int uniphier_i2c_send_byte(struct i2c_adapter *adap, u32 txdata) in uniphier_i2c_send_byte()
121 static int uniphier_i2c_tx(struct i2c_adapter *adap, u16 addr, u16 len, in uniphier_i2c_tx()
143 static int uniphier_i2c_rx(struct i2c_adapter *adap, u16 addr, u16 len, in uniphier_i2c_rx()
170 static int uniphier_i2c_stop(struct i2c_adapter *adap) in uniphier_i2c_stop()
177 static int uniphier_i2c_master_xfer_one(struct i2c_adapter *adap, in uniphier_i2c_master_xfer_one()
217 static int uniphier_i2c_check_bus_busy(struct i2c_adapter *adap) in uniphier_i2c_check_bus_busy()
239 static int uniphier_i2c_master_xfer(struct i2c_adapter *adap, in uniphier_i2c_master_xfer()
261 static u32 uniphier_i2c_functionality(struct i2c_adapter *adap) in uniphier_i2c_functionality()
[all …]
Di2c-au1550.c50 struct i2c_adapter adap; member
64 static int wait_xfer_done(struct i2c_au1550_data *adap) in wait_xfer_done()
79 static int wait_ack(struct i2c_au1550_data *adap) in wait_ack()
93 static int wait_master_done(struct i2c_au1550_data *adap) in wait_master_done()
108 do_address(struct i2c_au1550_data *adap, unsigned int addr, int rd, int q) in do_address()
140 static int wait_for_rx_byte(struct i2c_au1550_data *adap, unsigned char *out) in wait_for_rx_byte()
164 static int i2c_read(struct i2c_au1550_data *adap, unsigned char *buf, in i2c_read()
194 static int i2c_write(struct i2c_au1550_data *adap, unsigned char *buf, in i2c_write()
224 struct i2c_au1550_data *adap = i2c_adap->algo_data; in au1550_xfer() local
252 static u32 au1550_func(struct i2c_adapter *adap) in au1550_func()
Di2c-eg20t.c119 #define pch_dbg(adap, fmt, arg...) \ argument
122 #define pch_err(adap, fmt, arg...) \ argument
216 static void pch_i2c_init(struct i2c_algo_pch_data *adap) in pch_i2c_init()
267 static s32 pch_i2c_wait_for_bus_idle(struct i2c_algo_pch_data *adap, in pch_i2c_wait_for_bus_idle()
303 static void pch_i2c_start(struct i2c_algo_pch_data *adap) in pch_i2c_start()
314 static void pch_i2c_stop(struct i2c_algo_pch_data *adap) in pch_i2c_stop()
322 static int pch_i2c_wait_for_check_xfer(struct i2c_algo_pch_data *adap) in pch_i2c_wait_for_check_xfer()
360 static void pch_i2c_repstart(struct i2c_algo_pch_data *adap) in pch_i2c_repstart()
379 struct i2c_algo_pch_data *adap = i2c_adap->algo_data; in pch_i2c_writebytes() local
455 static void pch_i2c_sendack(struct i2c_algo_pch_data *adap) in pch_i2c_sendack()
[all …]
Di2c-powermac.c36 static s32 i2c_powermac_smbus_xfer( struct i2c_adapter* adap, in i2c_powermac_smbus_xfer()
147 static int i2c_powermac_master_xfer( struct i2c_adapter *adap, in i2c_powermac_master_xfer()
216 static u32 i2c_powermac_get_addr(struct i2c_adapter *adap, in i2c_powermac_get_addr()
244 static void i2c_powermac_create_one(struct i2c_adapter *adap, in i2c_powermac_create_one()
260 static void i2c_powermac_add_missing(struct i2c_adapter *adap, in i2c_powermac_add_missing()
286 static bool i2c_powermac_get_type(struct i2c_adapter *adap, in i2c_powermac_get_type()
325 static void i2c_powermac_register_devices(struct i2c_adapter *adap, in i2c_powermac_register_devices()
/drivers/media/pci/pt3/
Dpt3.c100 pt3_demod_write(struct pt3_adapter *adap, const struct reg_val *data, int num) in pt3_demod_write()
158 struct pt3_adapter *adap; in pt3_set_lna() local
193 struct pt3_adapter *adap; in pt3_set_voltage() local
445 struct pt3_adapter *adap = data; in pt3_fetch_thread() local
477 static int pt3_start_streaming(struct pt3_adapter *adap) in pt3_start_streaming()
497 static int pt3_stop_streaming(struct pt3_adapter *adap) in pt3_stop_streaming()
514 struct pt3_adapter *adap; in pt3_start_feed() local
536 struct pt3_adapter *adap; in pt3_stop_feed() local
552 struct pt3_adapter *adap; in pt3_alloc_adapter() local
619 struct pt3_adapter *adap; in pt3_cleanup_adapter() local
[all …]
Dpt3_dma.c33 int pt3_stop_dma(struct pt3_adapter *adap) in pt3_stop_dma()
55 int pt3_start_dma(struct pt3_adapter *adap) in pt3_start_dma()
70 static u8 *next_unit(struct pt3_adapter *adap, int *idx, int *ofs) in next_unit()
82 int pt3_proc_dma(struct pt3_adapter *adap) in pt3_proc_dma()
114 void pt3_init_dmabuf(struct pt3_adapter *adap) in pt3_init_dmabuf()
136 void pt3_free_dmabuf(struct pt3_adapter *adap) in pt3_free_dmabuf()
154 int pt3_alloc_dmabuf(struct pt3_adapter *adap) in pt3_alloc_dmabuf()
/drivers/media/usb/as102/
Das10x_cmd.c27 int as10x_cmd_turn_on(struct as10x_bus_adapter_t *adap) in as10x_cmd_turn_on()
68 int as10x_cmd_turn_off(struct as10x_bus_adapter_t *adap) in as10x_cmd_turn_off()
109 int as10x_cmd_set_tune(struct as10x_bus_adapter_t *adap, in as10x_cmd_set_tune()
164 int as10x_cmd_get_tune_status(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_tune_status()
217 int as10x_cmd_get_tps(struct as10x_bus_adapter_t *adap, struct as10x_tps *ptps) in as10x_cmd_get_tps()
275 int as10x_cmd_get_demod_stats(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_demod_stats()
335 int as10x_cmd_get_impulse_resp(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_impulse_resp()
/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c480 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
500 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp) in refill_fl()
558 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
573 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf()
779 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet()
838 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl, in get_packet_pg()
1007 static inline void check_ring_tx_db(struct adapter *adap, struct sge_txq *q) in check_ring_tx_db()
1137 static void write_tx_pkt_wr(struct adapter *adap, struct sk_buff *skb, in write_tx_pkt_wr()
1226 struct adapter *adap = pi->adapter; in t3_eth_xmit() local
1370 static inline int check_desc_avail(struct adapter *adap, struct sge_txq *q, in check_desc_avail()
[all …]
/drivers/i2c/
Di2c-core.c211 static void acpi_i2c_register_devices(struct i2c_adapter *adap) in acpi_i2c_register_devices()
227 static inline void acpi_i2c_register_devices(struct i2c_adapter *adap) { } in acpi_i2c_register_devices()
545 static int get_scl_gpio_value(struct i2c_adapter *adap) in get_scl_gpio_value()
550 static void set_scl_gpio_value(struct i2c_adapter *adap, int val) in set_scl_gpio_value()
555 static int get_sda_gpio_value(struct i2c_adapter *adap) in get_sda_gpio_value()
560 static int i2c_get_gpios_for_recovery(struct i2c_adapter *adap) in i2c_get_gpios_for_recovery()
585 static void i2c_put_gpios_for_recovery(struct i2c_adapter *adap) in i2c_put_gpios_for_recovery()
603 static int i2c_generic_recovery(struct i2c_adapter *adap) in i2c_generic_recovery()
642 int i2c_generic_scl_recovery(struct i2c_adapter *adap) in i2c_generic_scl_recovery()
648 int i2c_generic_gpio_recovery(struct i2c_adapter *adap) in i2c_generic_gpio_recovery()
[all …]

12345678910