| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | sdio_intf.c | 53 if (!psdpriv->if1) in sd_sync_int_hdl() 57 sd_int_hdl(psdpriv->if1); in sd_sync_int_hdl() 75 netdev_crit(dvobj->if1->pnetdev, "%s: sdio_claim_irq FAIL(%d)!\n", __func__, err); in sdio_alloc_irq() 101 netdev_err(dvobj->if1->pnetdev, in sdio_free_irq() 252 dvobj->if1 = padapter; in rtw_sdio_if1_init() 330 static void rtw_sdio_if1_deinit(struct adapter *if1) in rtw_sdio_if1_deinit() argument 332 struct net_device *pnetdev = if1->pnetdev; in rtw_sdio_if1_deinit() 333 struct mlme_priv *pmlmepriv = &if1->mlmepriv; in rtw_sdio_if1_deinit() 336 rtw_disassoc_cmd(if1, 0, false); in rtw_sdio_if1_deinit() 338 free_mlme_ap_info(if1); in rtw_sdio_if1_deinit() [all …]
|
| H A D | os_intfs.c | 773 int rtw_drv_register_netdev(struct adapter *if1) in rtw_drv_register_netdev() argument 775 struct dvobj_priv *dvobj = if1->dvobj; in rtw_drv_register_netdev() 777 char *name = if1->registrypriv.ifname; in rtw_drv_register_netdev()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dibusb-mc-common.c | 121 u16 if1 = 1220; in dibusb_dib3000mc_tuner_attach() local 132 if1 += b; in dibusb_dib3000mc_tuner_attach() 134 if1 -= b; in dibusb_dib3000mc_tuner_attach() 149 if1 -= (0xff - desc); in dibusb_dib3000mc_tuner_attach() 151 if1 += desc; in dibusb_dib3000mc_tuner_attach() 156 …if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL)… in dibusb_dib3000mc_tuner_attach()
|
| H A D | af9005-fe.c | 810 u16 if1; in af9005_fe_init() local 1043 if1 = (u16) (buf[0] << 8) + buf[1]; in af9005_fe_init() 1045 &af9005_mt2060_config, if1) == NULL) { in af9005_fe_init()
|
| H A D | dib0700_devices.c | 124 int if1=1220; in bristol_tuner_attach() local 127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; in bristol_tuner_attach() 130 &bristol_mt2060_config[adap->id], if1) == NULL ? in bristol_tuner_attach() 747 int if1=1220; in stk7700p_tuner_attach() local 751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a; in stk7700p_tuner_attach() 759 if1) == NULL ? -ENODEV : 0; in stk7700p_tuner_attach()
|
| /linux/drivers/media/tuners/ |
| H A D | mt2060.h | 30 u16 if1; member 43 …t2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1); 45 …mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() argument
|
| H A D | mt2060.c | 198 u32 if1; in mt2060_set_params() local 202 if1 = priv->if1_freq; in mt2060_set_params() 213 f_lo1 = freq + if1 * 1000; in mt2060_set_params() 254 dprintk("IF1: %dMHz",(int)if1); in mt2060_set_params() 405 …mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) in mt2060_attach() argument 416 priv->if1_freq = if1; in mt2060_attach() 431 printk(KERN_INFO "MT2060: successfully identified (IF1 = %d)\n", if1); in mt2060_attach() 472 dev->if1_freq = pdata->if1 ? pdata->if1 : 1220; in mt2060_probe()
|
| H A D | mt20xx.c | 100 unsigned int if1, unsigned int if2, in mt2032_compute_freq() argument 112 desired_lo1=rfin+if1; in mt2032_compute_freq() 242 unsigned int if1, unsigned int if2, in mt2032_set_if_freq() argument 250 rfin,if1,if2,from,to); in mt2032_set_if_freq() 257 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc); in mt2032_set_if_freq() 442 unsigned int if1=1218*1000*1000; in mt2050_set_if_freq() local 448 freq,if1,if2); in mt2050_set_if_freq() 450 f_lo1=freq+if1; in mt2050_set_if_freq()
|
| H A D | mt2131.h | 23 u16 if1); 28 u16 if1) in mt2131_attach() argument
|
| H A D | mt2131.c | 244 struct mt2131_config *cfg, u16 if1) in mt2131_attach() argument
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | drv_types.h | 176 #define GET_PRIMARY_ADAPTER(padapter) (((struct adapter *)padapter)->dvobj->if1) 250 struct adapter *if1; /* PRIMARY_ADAPTER */ member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | compute_live_registers.c | 216 __naked void if1(void) in if1() function
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_pwrctrl.c | 620 struct adapter *adapter = dvobj->if1; in cpwm_event_callback() 636 padapter = dvobj->if1; in rpwmtimeout_workitem_callback()
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | ethernet-driver.rst | 136 | eth if1 | | eth if2 | | eth ifn |
|