/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 26 #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 …]
|
H A D | i2c-algo-pcf.c | 38 #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 …]
|
H A D | i2c-algo-bit.c | 48 #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 …]
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.c | 59 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 …]
|
H A D | cxgb4_main.c | 237 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 …]
|
H A D | t4_hw.c | 113 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() 208 static void get_mbox_rpl(struct adapter *adap, __be64 *rpl, int nflit, in get_mbox_rpl() 218 static void fw_asrt(struct adapter *adap, u32 mbox_addr) in fw_asrt() 282 int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox_meat_timeout() 442 int t4_wr_mbox_meat(struct adapter *adap, int mbox, const void *cmd, int size, in t4_wr_mbox_meat() 449 static int t4_edc_err_read(struct adapter *adap, int idx) in t4_edc_err_read() 497 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off, in t4_memory_rw_init() [all …]
|
H A D | cxgb4_tc_mqprio.c | 13 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_validate() local 98 struct adapter *adap = netdev2adap(dev); in cxgb4_init_eosw_txq() local 124 struct adapter *adap = netdev2adap(dev); in cxgb4_clean_eosw_txq() local 152 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_alloc_hw_resources() local 275 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_free_hw_resources() local 332 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_alloc_tc() local 373 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_free_tc() local 409 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_class_unbind() local 433 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_enable_offload() local 535 struct adapter *adap = netdev2adap(dev); in cxgb4_mqprio_disable_offload() local [all …]
|
H A D | cxgb4_tc_matchall.c | 181 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_alloc_tc() local 228 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_free_tc() local 245 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_mirror_alloc() local 272 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_mirror_free() local 286 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_del_filter() local 306 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_add_filter() local 352 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_alloc_filter() local 382 struct adapter *adap = netdev2adap(dev); in cxgb4_matchall_free_filter() local 410 struct adapter *adap = netdev2adap(dev); in cxgb4_tc_matchall_replace() local 450 struct adapter *adap = netdev2adap(dev); in cxgb4_tc_matchall_destroy() local [all …]
|
H A D | cxgb4_debugfs.c | 202 struct adapter *adap = inode->i_private; in cim_la_open() local 260 struct adapter *adap = inode->i_private; in cim_pif_la_open() local 306 struct adapter *adap = inode->i_private; in cim_ma_la_open() local 335 struct adapter *adap = seq->private; in cim_qcfg_show() local 397 struct adapter *adap = inode->i_private - qid; in cim_ibq_open() local 424 struct adapter *adap = inode->i_private - qid; in cim_obq_open() local 642 struct adapter *adap = inode->i_private; in tp_la_open() local 670 struct adapter *adap = file_inode(file)->i_private; in tp_la_write() local 711 struct adapter *adap = inode->i_private; in ulprx_la_open() local 754 struct adapter *adap = seq->private; in pm_stats_show() local [all …]
|
H A D | cxgb4_tc_flower.c | 155 static struct ch_tc_flower_entry *ch_flower_lookup(struct adapter *adap, in ch_flower_lookup() 476 static int cxgb4_action_natmode_validate(struct adapter *adap, u8 natmode_flags, in cxgb4_action_natmode_validate() 688 struct adapter *adap = netdev2adap(dev); in cxgb4_validate_flow_actions() local 797 static void cxgb4_tc_flower_hash_prio_add(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_add() 805 static void cxgb4_tc_flower_hash_prio_del(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_del() 859 struct adapter *adap = netdev2adap(dev); in cxgb4_flow_rule_replace() local 930 struct adapter *adap = netdev2adap(dev); in cxgb4_tc_flower_replace() local 972 struct adapter *adap = netdev2adap(dev); in cxgb4_flow_rule_destroy() local 991 struct adapter *adap = netdev2adap(dev); in cxgb4_tc_flower_destroy() local 1014 struct adapter *adap = container_of(work, struct adapter, in ch_flower_stats_handler() local [all …]
|
/linux/drivers/media/cec/core/ |
H A D | cec-adap.c | 30 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 …]
|
H A D | cec-api.c | 38 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 …]
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 21 static int pvr2_dvb_feed_func(struct pvr2_dvb_adapter *adap) in pvr2_dvb_feed_func() 89 struct pvr2_dvb_adapter *adap = ptr; in pvr2_dvb_notify() local 94 static void pvr2_dvb_stream_end(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_end() 127 static int pvr2_dvb_stream_do_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_do_start() 183 static int pvr2_dvb_stream_start(struct pvr2_dvb_adapter *adap) in pvr2_dvb_stream_start() 192 struct pvr2_dvb_adapter *adap = dvbdmxfeed->demux->priv; in pvr2_dvb_ctrl_feed() local 235 struct pvr2_dvb_adapter *adap = fe->dvb->priv; in pvr2_dvb_bus_ctrl() local 241 static int pvr2_dvb_adapter_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_init() 296 static int pvr2_dvb_adapter_exit(struct pvr2_dvb_adapter *adap) in pvr2_dvb_adapter_exit() 307 static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) in pvr2_dvb_frontend_init() [all …]
|
H A D | pvrusb2-devattr.c | 182 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 …]
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 85 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 …]
|
H A D | dvb-usb-dvb.c | 16 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 …]
|
H A D | cxusb.c | 179 static int cxusb_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], in cxusb_i2c_xfer() 419 static int cxusb_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) in cxusb_streaming_ctrl() 445 static int cxusb_aver_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) in cxusb_aver_streaming_ctrl() 501 static int cxusb_d680_dmb_streaming_ctrl(struct dvb_usb_adapter *adap, in cxusb_d680_dmb_streaming_ctrl() 698 static int cxusb_fmd1216me_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_fmd1216me_tuner_attach() 718 static int cxusb_dee1601_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_dee1601_tuner_attach() 725 static int cxusb_lgz201_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_lgz201_tuner_attach() 732 static int cxusb_dtt7579_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_dtt7579_tuner_attach() 739 static int cxusb_lgh064f_tuner_attach(struct dvb_usb_adapter *adap) in cxusb_lgh064f_tuner_attach() 749 struct dvb_usb_adapter *adap = ptr; in dvico_bluebird_xc2028_callback() local [all …]
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 203 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete() local 210 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_204() local 217 struct dvb_usb_adapter *adap = stream->user_priv; in dvb_usb_data_complete_raw() local 221 static int dvb_usbv2_adapter_stream_init(struct dvb_usb_adapter *adap) in dvb_usbv2_adapter_stream_init() 233 static int dvb_usbv2_adapter_stream_exit(struct dvb_usb_adapter *adap) in dvb_usbv2_adapter_stream_exit() 243 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_start_feed() local 331 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv; in dvb_usb_stop_feed() local 388 static int dvb_usbv2_media_device_init(struct dvb_usb_adapter *adap) in dvb_usbv2_media_device_init() 408 static int dvb_usbv2_media_device_register(struct dvb_usb_adapter *adap) in dvb_usbv2_media_device_register() 417 static void dvb_usbv2_media_device_unregister(struct dvb_usb_adapter *adap) in dvb_usbv2_media_device_unregister() [all …]
|
/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xx-i2c.c | 17 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()
|
/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 179 static int get_scl_gpio_value(struct i2c_adapter *adap) in get_scl_gpio_value() 184 static void set_scl_gpio_value(struct i2c_adapter *adap, int val) in set_scl_gpio_value() 189 static int get_sda_gpio_value(struct i2c_adapter *adap) in get_sda_gpio_value() 194 static void set_sda_gpio_value(struct i2c_adapter *adap, int val) in set_sda_gpio_value() 199 static int i2c_generic_bus_free(struct i2c_adapter *adap) in i2c_generic_bus_free() 223 int i2c_generic_scl_recovery(struct i2c_adapter *adap) in i2c_generic_scl_recovery() 294 int i2c_recover_bus(struct i2c_adapter *adap) in i2c_recover_bus() 304 static void i2c_gpio_init_pinctrl_recovery(struct i2c_adapter *adap) in i2c_gpio_init_pinctrl_recovery() 351 static int i2c_gpio_init_generic_recovery(struct i2c_adapter *adap) in i2c_gpio_init_generic_recovery() 419 static int i2c_gpio_init_recovery(struct i2c_adapter *adap) in i2c_gpio_init_recovery() [all …]
|
/linux/drivers/media/pci/pt3/ |
H A D | pt3.c | 92 pt3_demod_write(struct pt3_adapter *adap, const struct reg_val *data, int num) in pt3_demod_write() 150 struct pt3_adapter *adap; in pt3_set_lna() local 185 struct pt3_adapter *adap; in pt3_set_voltage() local 427 struct pt3_adapter *adap = data; in pt3_fetch_thread() local 458 static int pt3_start_streaming(struct pt3_adapter *adap) in pt3_start_streaming() 479 static int pt3_stop_streaming(struct pt3_adapter *adap) in pt3_stop_streaming() 497 struct pt3_adapter *adap; in pt3_start_feed() local 513 struct pt3_adapter *adap; in pt3_stop_feed() local 529 struct pt3_adapter *adap; in pt3_alloc_adapter() local 596 struct pt3_adapter *adap; in pt3_cleanup_adapter() local [all …]
|
H A D | pt3_dma.c | 24 int pt3_stop_dma(struct pt3_adapter *adap) in pt3_stop_dma() 46 int pt3_start_dma(struct pt3_adapter *adap) in pt3_start_dma() 61 static u8 *next_unit(struct pt3_adapter *adap, int *idx, int *ofs) in next_unit() 73 int pt3_proc_dma(struct pt3_adapter *adap) in pt3_proc_dma() 105 void pt3_init_dmabuf(struct pt3_adapter *adap) in pt3_init_dmabuf() 127 void pt3_free_dmabuf(struct pt3_adapter *adap) in pt3_free_dmabuf() 145 int pt3_alloc_dmabuf(struct pt3_adapter *adap) in pt3_alloc_dmabuf()
|
/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 18 int as10x_cmd_turn_on(struct as10x_bus_adapter_t *adap) in as10x_cmd_turn_on() 59 int as10x_cmd_turn_off(struct as10x_bus_adapter_t *adap) in as10x_cmd_turn_off() 100 int as10x_cmd_set_tune(struct as10x_bus_adapter_t *adap, in as10x_cmd_set_tune() 155 int as10x_cmd_get_tune_status(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_tune_status() 208 int as10x_cmd_get_tps(struct as10x_bus_adapter_t *adap, struct as10x_tps *ptps) in as10x_cmd_get_tps() 266 int as10x_cmd_get_demod_stats(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_demod_stats() 326 int as10x_cmd_get_impulse_resp(struct as10x_bus_adapter_t *adap, in as10x_cmd_get_impulse_resp()
|
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
H A D | cec-splitter.c | 15 static int cec_feature_abort_reason(struct cec_adapter *adap, in cec_feature_abort_reason() 37 struct cec_adapter *adap = p->adap; in cec_port_out_active_source() local 60 struct cec_adapter *adap = p->adap; in cec_port_out_standby() local 82 struct cec_adapter *adap = p->adap; in cec_port_out_wakeup() local 152 struct cec_adapter *adap = p->adap; in cec_out_passthrough() local 178 struct cec_adapter *adap = p->adap; in cec_out_report_current_latency() local 226 struct cec_adapter *adap = p->adap; in cec_out_request_current_latency() local 245 struct cec_adapter *adap = p->adap; in cec_out_request_current_latency() local 325 struct cec_adapter *adap = p->adap; in cec_out_give_device_power_status() local 339 struct cec_adapter *adap = p->adap; in cec_out_give_device_power_status() local [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 481 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db() 501 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp) in refill_fl() 559 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl() 574 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() 839 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl, in get_packet_pg() 1045 static inline void check_ring_tx_db(struct adapter *adap, struct sge_txq *q) in check_ring_tx_db() 1176 static void write_tx_pkt_wr(struct adapter *adap, struct sk_buff *skb, in write_tx_pkt_wr() 1265 struct adapter *adap = pi->adapter; in t3_eth_xmit() local 1418 static inline int check_desc_avail(struct adapter *adap, struct sge_txq *q, in check_desc_avail() [all …]
|