Home
last modified time | relevance | path

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

12345678910>>...29

/kernel/linux/linux-6.6/drivers/i2c/algos/
Di2c-algo-pca.c26 #define pca_outw(adap, reg, val) adap->write_byte(adap->data, reg, val) argument
27 #define pca_inw(adap, reg) adap->read_byte(adap->data, reg) argument
29 #define pca_status(adap) pca_inw(adap, I2C_PCA_STA) argument
30 #define pca_clock(adap) adap->i2c_clock argument
31 #define pca_set_con(adap, val) pca_outw(adap, I2C_PCA_CON, val) argument
32 #define pca_get_con(adap) pca_inw(adap, I2C_PCA_CON) argument
33 #define pca_wait(adap) adap->wait_for_completion(adap->data) argument
35 static void pca_reset(struct i2c_algo_pca_data *adap) in pca_reset()
68 static int pca_start(struct i2c_algo_pca_data *adap) in pca_start()
83 static int pca_repeated_start(struct i2c_algo_pca_data *adap) in pca_repeated_start()
[all …]
Di2c-algo-pcf.c38 #define set_pcf(adap, ctl, val) adap->setpcf(adap->data, ctl, val) argument
39 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl) argument
40 #define get_own(adap) adap->getown(adap->data) argument
41 #define get_clock(adap) adap->getclock(adap->data) argument
42 #define i2c_outb(adap, val) adap->setpcf(adap->data, 0, val) argument
43 #define i2c_inb(adap) adap->getpcf(adap->data, 0) argument
47 static void i2c_start(struct i2c_algo_pcf_data *adap) in i2c_start()
53 static void i2c_repstart(struct i2c_algo_pcf_data *adap) in i2c_repstart()
59 static void i2c_stop(struct i2c_algo_pcf_data *adap) in i2c_stop()
65 static void handle_lab(struct i2c_algo_pcf_data *adap, const int *status) in handle_lab()
[all …]
Di2c-algo-bit.c48 #define setsda(adap, val) adap->setsda(adap->data, val) argument
49 #define setscl(adap, val) adap->setscl(adap->data, val) argument
50 #define getsda(adap) adap->getsda(adap->data) argument
51 #define getscl(adap) adap->getscl(adap->data) argument
53 static inline void sdalo(struct i2c_algo_bit_data *adap) in sdalo()
59 static inline void sdahi(struct i2c_algo_bit_data *adap) in sdahi()
65 static inline void scllo(struct i2c_algo_bit_data *adap) in scllo()
75 static int sclhi(struct i2c_algo_bit_data *adap) in sclhi()
115 static void i2c_start(struct i2c_algo_bit_data *adap) in i2c_start()
123 static void i2c_repstart(struct i2c_algo_bit_data *adap) in i2c_repstart()
[all …]
/kernel/linux/linux-5.10/drivers/i2c/algos/
Di2c-algo-pca.c26 #define pca_outw(adap, reg, val) adap->write_byte(adap->data, reg, val) argument
27 #define pca_inw(adap, reg) adap->read_byte(adap->data, reg) argument
29 #define pca_status(adap) pca_inw(adap, I2C_PCA_STA) argument
30 #define pca_clock(adap) adap->i2c_clock argument
31 #define pca_set_con(adap, val) pca_outw(adap, I2C_PCA_CON, val) argument
32 #define pca_get_con(adap) pca_inw(adap, I2C_PCA_CON) argument
33 #define pca_wait(adap) adap->wait_for_completion(adap->data) argument
35 static void pca_reset(struct i2c_algo_pca_data *adap) in pca_reset()
68 static int pca_start(struct i2c_algo_pca_data *adap) in pca_start()
83 static int pca_repeated_start(struct i2c_algo_pca_data *adap) in pca_repeated_start()
[all …]
Di2c-algo-pcf.c38 #define set_pcf(adap, ctl, val) adap->setpcf(adap->data, ctl, val) argument
39 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl) argument
40 #define get_own(adap) adap->getown(adap->data) argument
41 #define get_clock(adap) adap->getclock(adap->data) argument
42 #define i2c_outb(adap, val) adap->setpcf(adap->data, 0, val) argument
43 #define i2c_inb(adap) adap->getpcf(adap->data, 0) argument
47 static void i2c_start(struct i2c_algo_pcf_data *adap) in i2c_start()
53 static void i2c_repstart(struct i2c_algo_pcf_data *adap) in i2c_repstart()
59 static void i2c_stop(struct i2c_algo_pcf_data *adap) in i2c_stop()
65 static void handle_lab(struct i2c_algo_pcf_data *adap, const int *status) in handle_lab()
[all …]
Di2c-algo-bit.c48 #define setsda(adap, val) adap->setsda(adap->data, val) argument
49 #define setscl(adap, val) adap->setscl(adap->data, val) argument
50 #define getsda(adap) adap->getsda(adap->data) argument
51 #define getscl(adap) adap->getscl(adap->data) argument
53 static inline void sdalo(struct i2c_algo_bit_data *adap) in sdalo()
59 static inline void sdahi(struct i2c_algo_bit_data *adap) in sdahi()
65 static inline void scllo(struct i2c_algo_bit_data *adap) in scllo()
75 static int sclhi(struct i2c_algo_bit_data *adap) in sclhi()
115 static void i2c_start(struct i2c_algo_bit_data *adap) in i2c_start()
123 static void i2c_repstart(struct i2c_algo_bit_data *adap) in i2c_repstart()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c21 static int pvr2_dvb_feed_func(struct pvr2_dvb_adapter *adap) in pvr2_dvb_feed_func()
91 static void pvr2_dvb_notify(struct pvr2_dvb_adapter *adap) in pvr2_dvb_notify()
96 static void pvr2_dvb_stream_end(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_end()
129 static int pvr2_dvb_stream_do_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_do_start()
185 static int pvr2_dvb_stream_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_start()
194 struct pvr2_dvb_adapter *adap = dvbdmxfeed->demux->priv; in pvr2_dvb_ctrl_feed() local
237 struct pvr2_dvb_adapter *adap = fe->dvb->priv; in pvr2_dvb_bus_ctrl() local
243 static int pvr2_dvb_adapter_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_init()
298 static int pvr2_dvb_adapter_exit(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_exit()
309 static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_frontend_init()
[all …]
Dpvrusb2-devattr.c182 static int pvr2_lgdt3303_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3303_attach()
193 static int pvr2_lgh06xf_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgh06xf_attach()
242 static int pvr2_lgdt3302_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3302_attach()
253 static int pvr2_fcv1236d_attach(struct pvr2_dvb_adapter *adap) in pvr2_fcv1236d_attach()
329 static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda10048_attach()
339 static int pvr2_73xxx_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_73xxx_tda18271_8295_attach()
427 static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1409_attach()
437 static int pvr2_s5h1411_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1411_attach()
447 static int pvr2_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda18271_8295_attach()
540 static int pvr2_si2157_attach(struct pvr2_dvb_adapter *adap) in pvr2_si2157_attach()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c59 struct adapter *adap = q->adap; in uldrx_flush_handler() local
77 struct adapter *adap = q->adap; in uldrx_handler() local
108 static int alloc_uld_rxqs(struct adapter *adap, in alloc_uld_rxqs()
174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld()
202 static void t4_free_uld_rxqs(struct adapter *adap, int n, in t4_free_uld_rxqs()
212 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld()
237 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld()
313 static void free_queues_uld(struct adapter *adap, unsigned int uld_type) in free_queues_uld()
324 request_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) in request_msix_queue_irqs_uld()
356 free_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) in free_msix_queue_irqs_uld()
[all …]
Dcxgb4_main.c237 struct adapter *adap = pi->adapter; in dcb_tx_queue_prio_enable() local
305 void t4_os_portmod_changed(struct adapter *adap, int port_id) in t4_os_portmod_changed()
350 struct adapter *adap = pi->adapter; in cxgb4_set_addr_hash() local
367 struct adapter *adap = pi->adapter; in cxgb4_mac_sync() local
405 struct adapter *adap = pi->adapter; in cxgb4_mac_unsync() local
534 static void dcb_rpl(struct adapter *adap, const struct fw_port_cmd *pcmd) in dcb_rpl()
677 struct adapter *adap = cookie; in t4_nondata_intr() local
689 int cxgb4_set_msix_aff(struct adapter *adap, unsigned short vec, in cxgb4_set_msix_aff()
717 static int request_msix_queue_irqs(struct adapter *adap) in request_msix_queue_irqs()
757 static void free_msix_queue_irqs(struct adapter *adap) in free_msix_queue_irqs()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c59 struct adapter *adap = q->adap; in uldrx_flush_handler() local
77 struct adapter *adap = q->adap; in uldrx_handler() local
108 static int alloc_uld_rxqs(struct adapter *adap, in alloc_uld_rxqs()
174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld()
202 static void t4_free_uld_rxqs(struct adapter *adap, int n, in t4_free_uld_rxqs()
212 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld()
237 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld()
313 static void free_queues_uld(struct adapter *adap, unsigned int uld_type) in free_queues_uld()
324 request_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) in request_msix_queue_irqs_uld()
356 free_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) in free_msix_queue_irqs_uld()
[all …]
Dcxgb4_main.c238 struct adapter *adap = pi->adapter; in dcb_tx_queue_prio_enable() local
306 void t4_os_portmod_changed(struct adapter *adap, int port_id) in t4_os_portmod_changed()
351 struct adapter *adap = pi->adapter; in cxgb4_set_addr_hash() local
368 struct adapter *adap = pi->adapter; in cxgb4_mac_sync() local
406 struct adapter *adap = pi->adapter; in cxgb4_mac_unsync() local
535 static void dcb_rpl(struct adapter *adap, const struct fw_port_cmd *pcmd) in dcb_rpl()
678 struct adapter *adap = cookie; in t4_nondata_intr() local
690 int cxgb4_set_msix_aff(struct adapter *adap, unsigned short vec, in cxgb4_set_msix_aff()
718 static int request_msix_queue_irqs(struct adapter *adap) in request_msix_queue_irqs()
758 static void free_msix_queue_irqs(struct adapter *adap) in free_msix_queue_irqs()
[all …]
/kernel/linux/linux-5.10/drivers/media/cec/core/
Dcec-adap.c42 #define call_op(adap, op, arg...) \ argument
45 #define call_void_op(adap, op, arg...) \ argument
51 static int cec_log_addr2idx(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2idx()
61 static unsigned int cec_log_addr2dev(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2dev()
158 static void cec_queue_event(struct cec_adapter *adap, in cec_queue_event()
171 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event()
190 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event()
206 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
281 static void cec_queue_msg_monitor(struct cec_adapter *adap, in cec_queue_msg_monitor()
300 static void cec_queue_msg_followers(struct cec_adapter *adap, in cec_queue_msg_followers()
[all …]
Dcec-api.c38 struct cec_adapter *adap = fh->adap; in cec_poll() local
56 static bool cec_is_busy(const struct cec_adapter *adap, in cec_is_busy()
75 static long cec_adap_g_caps(struct cec_adapter *adap, in cec_adap_g_caps()
91 static long cec_adap_g_phys_addr(struct cec_adapter *adap, in cec_adap_g_phys_addr()
121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
144 static long cec_adap_g_log_addrs(struct cec_adapter *adap, in cec_adap_g_log_addrs()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
196 static long cec_adap_g_connector_info(struct cec_adapter *adap, in cec_adap_g_connector_info()
211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
[all …]
/kernel/linux/linux-6.6/drivers/media/cec/core/
Dcec-adap.c30 static int cec_log_addr2idx(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2idx()
40 static unsigned int cec_log_addr2dev(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2dev()
137 static void cec_queue_event(struct cec_adapter *adap, in cec_queue_event()
150 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event()
170 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event()
186 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
261 static void cec_queue_msg_monitor(struct cec_adapter *adap, in cec_queue_msg_monitor()
280 static void cec_queue_msg_followers(struct cec_adapter *adap, in cec_queue_msg_followers()
294 static void cec_post_state_event(struct cec_adapter *adap) in cec_post_state_event()
354 struct cec_adapter *adap = data->adap; in cec_data_cancel() local
[all …]
Dcec-api.c38 struct cec_adapter *adap = fh->adap; in cec_poll() local
56 static bool cec_is_busy(const struct cec_adapter *adap, in cec_is_busy()
75 static long cec_adap_g_caps(struct cec_adapter *adap, in cec_adap_g_caps()
91 static long cec_adap_g_phys_addr(struct cec_adapter *adap, in cec_adap_g_phys_addr()
121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
144 static long cec_adap_g_log_addrs(struct cec_adapter *adap, in cec_adap_g_log_addrs()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
196 static long cec_adap_g_connector_info(struct cec_adapter *adap, in cec_adap_g_connector_info()
211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c21 static int pvr2_dvb_feed_func(struct pvr2_dvb_adapter *adap) in pvr2_dvb_feed_func()
93 struct pvr2_dvb_adapter *adap = ptr; in pvr2_dvb_notify() local
98 static void pvr2_dvb_stream_end(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_end()
131 static int pvr2_dvb_stream_do_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_do_start()
187 static int pvr2_dvb_stream_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_start()
196 struct pvr2_dvb_adapter *adap = dvbdmxfeed->demux->priv; in pvr2_dvb_ctrl_feed() local
239 struct pvr2_dvb_adapter *adap = fe->dvb->priv; in pvr2_dvb_bus_ctrl() local
245 static int pvr2_dvb_adapter_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_init()
300 static int pvr2_dvb_adapter_exit(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_exit()
311 static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_frontend_init()
[all …]
Dpvrusb2-devattr.c182 static int pvr2_lgdt3303_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3303_attach()
193 static int pvr2_lgh06xf_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgh06xf_attach()
242 static int pvr2_lgdt3302_attach(struct pvr2_dvb_adapter *adap) in pvr2_lgdt3302_attach()
253 static int pvr2_fcv1236d_attach(struct pvr2_dvb_adapter *adap) in pvr2_fcv1236d_attach()
329 static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda10048_attach()
339 static int pvr2_73xxx_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_73xxx_tda18271_8295_attach()
427 static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1409_attach()
437 static int pvr2_s5h1411_attach(struct pvr2_dvb_adapter *adap) in pvr2_s5h1411_attach()
447 static int pvr2_tda18271_8295_attach(struct pvr2_dvb_adapter *adap) in pvr2_tda18271_8295_attach()
540 static int pvr2_si2157_attach(struct pvr2_dvb_adapter *adap) in pvr2_si2157_attach()
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
Ddvb-usb-dvb.c16 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_ctrl_feed() local
99 static int dvb_usb_media_device_init(struct dvb_usb_adapter *adap) in dvb_usb_media_device_init()
119 static int dvb_usb_media_device_register(struct dvb_usb_adapter *adap) in dvb_usb_media_device_register()
128 static void dvb_usb_media_device_unregister(struct dvb_usb_adapter *adap) in dvb_usb_media_device_unregister()
145 int dvb_usb_adapter_dvb_init(struct dvb_usb_adapter *adap, short *adapter_nums) in dvb_usb_adapter_dvb_init()
218 int dvb_usb_adapter_dvb_exit(struct dvb_usb_adapter *adap) in dvb_usb_adapter_dvb_exit()
235 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_set_active_fe() local
252 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_wakeup() local
266 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_sleep() local
276 int dvb_usb_adapter_frontend_init(struct dvb_usb_adapter *adap) in dvb_usb_adapter_frontend_init()
[all …]
Ddib0700_devices.c85 static int bristol_frontend_attach(struct dvb_usb_adapter *adap) in bristol_frontend_attach()
109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read()
119 static int bristol_tuner_attach(struct dvb_usb_adapter *adap) in bristol_tuner_attach()
273 static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap) in stk7700P2_frontend_attach()
306 static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap) in stk7700d_frontend_attach()
340 static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap) in stk7700d_tuner_attach()
422 struct dvb_usb_adapter *adap = ptr; in stk7700ph_xc3028_callback() local
454 static int stk7700ph_frontend_attach(struct dvb_usb_adapter *adap) in stk7700ph_frontend_attach()
492 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 …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
Ddvb-usb-dvb.c16 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_ctrl_feed() local
99 static int dvb_usb_media_device_init(struct dvb_usb_adapter *adap) in dvb_usb_media_device_init()
119 static int dvb_usb_media_device_register(struct dvb_usb_adapter *adap) in dvb_usb_media_device_register()
128 static void dvb_usb_media_device_unregister(struct dvb_usb_adapter *adap) in dvb_usb_media_device_unregister()
145 int dvb_usb_adapter_dvb_init(struct dvb_usb_adapter *adap, short *adapter_nums) in dvb_usb_adapter_dvb_init()
218 int dvb_usb_adapter_dvb_exit(struct dvb_usb_adapter *adap) in dvb_usb_adapter_dvb_exit()
235 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_set_active_fe() local
252 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_wakeup() local
266 struct dvb_usb_adapter *adap = fe->dvb->priv; in dvb_usb_fe_sleep() local
276 int dvb_usb_adapter_frontend_init(struct dvb_usb_adapter *adap) in dvb_usb_adapter_frontend_init()
[all …]
Ddib0700_devices.c85 static int bristol_frontend_attach(struct dvb_usb_adapter *adap) in bristol_frontend_attach()
109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read()
119 static int bristol_tuner_attach(struct dvb_usb_adapter *adap) in bristol_tuner_attach()
273 static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap) in stk7700P2_frontend_attach()
306 static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap) in stk7700d_frontend_attach()
340 static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap) in stk7700d_tuner_attach()
422 struct dvb_usb_adapter *adap = ptr; in stk7700ph_xc3028_callback() local
454 static int stk7700ph_frontend_attach(struct dvb_usb_adapter *adap) in stk7700ph_frontend_attach()
492 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 …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dl3.c26 static void sendbyte(struct l3_pins *adap, unsigned int byte) in sendbyte()
46 static void sendbytes(struct l3_pins *adap, const u8 *buf, in sendbytes()
63 int l3_write(struct l3_pins *adap, u8 addr, u8 *data, int len) in l3_write()
86 static void l3_set_clk(struct l3_pins *adap, int val) in l3_set_clk()
91 static void l3_set_data(struct l3_pins *adap, int val) in l3_set_data()
96 static void l3_set_mode(struct l3_pins *adap, int val) in l3_set_mode()
101 int l3_set_gpio_ops(struct device *dev, struct l3_pins *adap) in l3_set_gpio_ops()
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c17 static int mb862xx_i2c_wait_event(struct i2c_adapter *adap) in mb862xx_i2c_wait_event()
32 static int mb862xx_i2c_do_address(struct i2c_adapter *adap, int addr) in mb862xx_i2c_do_address()
45 static int mb862xx_i2c_write_byte(struct i2c_adapter *adap, u8 byte) in mb862xx_i2c_write_byte()
56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte()
67 static void mb862xx_i2c_stop(struct i2c_adapter *adap) in mb862xx_i2c_stop()
76 static int mb862xx_i2c_read(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_read()
90 static int mb862xx_i2c_write(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_write()
103 static int mb862xx_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, in mb862xx_xfer()
138 static u32 mb862xx_func(struct i2c_adapter *adap) in mb862xx_func()
/kernel/linux/linux-6.6/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c17 static int mb862xx_i2c_wait_event(struct i2c_adapter *adap) in mb862xx_i2c_wait_event()
32 static int mb862xx_i2c_do_address(struct i2c_adapter *adap, int addr) in mb862xx_i2c_do_address()
45 static int mb862xx_i2c_write_byte(struct i2c_adapter *adap, u8 byte) in mb862xx_i2c_write_byte()
56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte()
67 static void mb862xx_i2c_stop(struct i2c_adapter *adap) in mb862xx_i2c_stop()
76 static int mb862xx_i2c_read(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_read()
90 static int mb862xx_i2c_write(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_write()
103 static int mb862xx_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, in mb862xx_xfer()
138 static u32 mb862xx_func(struct i2c_adapter *adap) in mb862xx_func()

12345678910>>...29