Searched refs:plan (Results 1 - 88 of 88) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dregd.h53 /*add new channel plan above this line */
H A Dregd.c398 /* init country_code from efuse channel plan */ rtl_regd_init()
H A Dwifi.h1858 /*channel plan */
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Dhal_com.h121 u8 /* return the final channel plan decision */
124 u8 hw_channel_plan, /* channel plan from HW (efuse/eeprom) */
125 u8 sw_channel_plan, /* channel plan from SW (registry/module param) */
126 u8 def_channel_plan, /* channel plan used when the former two is invalid */
H A Drtw_rf.h30 /* We now define the max channels in each channel plan. */
H A Drtw_mlme_ext.h104 /* We just add new channel plan when the new channel plan is different from any of the following */
105 /* channel plan. */
106 /* If you just wnat to customize the acitions(scan period or join actions) about one of the channel plan, */
110 /* old channel plan mapping ===== */
133 /* new channel plan mapping, (2GDOMAIN_5GDOMAIN) ===== */
156 /* Add new channel plan above this line=============== */
168 /* Add new channel plan above this line=============== */
190 /* Add new channel plan above this line=============== */
/linux-4.1.27/include/linux/
H A Dlguest_launcher.h15 * device drivers. And one day when everyone uses virtio, my plan will be
H A Disdnif.h233 unsigned char plan; /* Numbering plan */ member in struct:setup_parm
H A Dlru_cache.h128 We plan to change the transaction format to support multiple changes per
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_rf.h39 * channel plan. */
H A Drtw_mlme_ext.h108 /* We just add new channel plan when the new channel plan is different
109 * from any of the following channel plan. */
111 * about one of the channel plan, */
114 /* old channel plan mapping ===== */
137 /* new channel plan mapping, (2GDOMAIN_5GDOMAIN) ===== */
160 /* Add new channel plan above this line=============== */
172 /* Add new channel plan above this line=============== */
H A Dhal_com.h154 /* return the final channel plan decision */
H A Dwifi.h969 /* 25 seconds timeout to reset the scan channel (based on channel plan) */
/linux-4.1.27/fs/cifs/
H A Drfc1002pdu.h69 are not needed for the network filesystem client unless we plan on
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c506 int steps; /* Number of time steps to plan ahead */ drbd_rs_controller()
509 struct fifo_buffer *plan; drbd_rs_controller() local
512 plan = rcu_dereference(device->rs_plan_s); drbd_rs_controller()
514 steps = plan->size; /* (dc->c_plan_ahead * 10 * SLEEP_TIME) / HZ; */ drbd_rs_controller()
523 correction = want - device->rs_in_flight - plan->total; drbd_rs_controller()
527 fifo_add_val(plan, cps); drbd_rs_controller()
528 plan->total += cps * steps; drbd_rs_controller()
531 curr_corr = fifo_push(plan, 0); drbd_rs_controller()
532 plan->total -= curr_corr; drbd_rs_controller()
1596 struct fifo_buffer *plan; drbd_rs_controller_reset() local
1610 plan = rcu_dereference(device->rs_plan_s); drbd_rs_controller_reset()
1611 plan->total = 0; drbd_rs_controller_reset()
1612 fifo_set(plan, 0); drbd_rs_controller_reset()
H A Ddrbd_bitmap.c79 * We plan to reduce the amount of in-core bitmap pages by paging them in
/linux-4.1.27/drivers/isdn/sc/
H A Dinterrupt.c130 setup.plan = 0; interrupt_handler()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dhal_com.c27 /* return the final channel plan decision */
28 /* hw_channel_plan: channel plan from HW (efuse/eeprom) */
29 /* sw_channel_plan: channel plan from SW (registry/module param) */
30 /* def_channel_plan: channel plan used when the former two is invalid */ hal_com_get_channel_plan23a()
H A Drtl8723a_bt-coexist.c123 ("Check if chnl(%d) in channel plan contains bt target chnl(%d) for BT connection\n", BT_IsLegalChannel()
254 /* and it's legal for our channel plan. */ bthci_DecideBTChannel()
256 /* search the sub-band triplet and find if remote channel is legal to our channel plan. */ bthci_DecideBTChannel()
260 /* remote channel is legal for our channel plan. */ bthci_DecideBTChannel()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dprocess.c69 /* Since we dont plan to keep on resetting the watchdog, hard_reset_now()
/linux-4.1.27/drivers/isdn/gigaset/
H A Dcapi.c586 iif->cdpty_buf[1] = 0x80; /* type / numbering plan unknown */ gigaset_isdn_icall()
601 iif->cgpty_buf[1] = 0x00; /* type / numbering plan unknown */ gigaset_isdn_icall()
1386 /* check type of number/numbering plan byte */ do_connect_req()
1388 case 0x80: /* unknown type / unknown numbering plan */ do_connect_req()
1389 case 0x81: /* unknown type / ISDN/Telephony numbering plan */ do_connect_req()
1392 dev_notice(cs->dev, "%s: %s type/plan 0x%02x unsupported\n", do_connect_req()
1418 /* check type of number/numbering plan byte */ do_connect_req()
1421 case 0x00: /* unknown type / unknown numbering plan */ do_connect_req()
1422 case 0x01: /* unknown type / ISDN/Telephony num. plan */ do_connect_req()
1426 "%s: %s type/plan 0x%02x unsupported\n", do_connect_req()
H A Di4l.c469 response.parm.setup.plan = 0; gigaset_isdn_icall()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c114 * Maximal possible grant step plan in %.
119 * Minimal possible grant step plan in %.
209 * plan is reached. ldlm_pool_t2gsp()
261 * from limit. SLV changes as fast as the ratio of grant plan ldlm_pool_recalc_slv()
262 * consumption. The more locks from grant plan are not consumed ldlm_pool_recalc_slv()
264 * SLV. And the opposite, the more grant plan is over-consumed ldlm_pool_recalc_slv()
347 * _before_ recalculating new grant plan. ldlm_srv_pool_recalc()
/linux-4.1.27/fs/btrfs/
H A Ddir-item.c188 * we're searching in, and 'mod' tells us if you plan on deleting the
277 * we're searching in, and 'mod' tells us if you plan on deleting the
H A Dctree.c1089 * empty_size -- a hint that you plan on doing more cow. This is the size in
2923 * we don't really know what they plan on doing with the path btrfs_search_slot()
/linux-4.1.27/drivers/isdn/pcbit/
H A Dcallbacks.c163 ictl.parm.setup.plan = 0; cb_in_1()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dusb-urb.c8 * Can be used for DVB-only and also, that's the plan, for
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c8 * Can be used for DVB-only and also, that's the plan, for
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Dhal_com.c81 u8 /* return the final channel plan decision */ hal_com_get_channel_plan()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dserial.c225 * if they don't plan to use all available UARTs as serial ports.
/linux-4.1.27/net/nfc/hci/
H A Dcommand.c165 * optimal though, and the plan is to modify APIs to pass idx down to nfc_hci_set_param()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_cmd.h334 /* Be compatible with old channel plan. No good! */
343 /*===== Add new channel plan above this line===============*/
/linux-4.1.27/drivers/staging/comedi/drivers/
H A D8255.c34 * You should enable compilation this driver if you plan to use a board
/linux-4.1.27/drivers/clk/qcom/
H A Dlcc-msm8960.c551 /* Use the correct frequency plan depending on speed of PLL4 */ lcc_msm8960_probe()
/linux-4.1.27/include/scsi/
H A Dsas.h92 /* See sas_discover.c if you plan on changing these */
/linux-4.1.27/fs/9p/
H A Dvfs_inode.c58 * unixmode2p9mode - convert unix mode bits to plan 9
170 * v9fs_uflags2omode- convert posix open flags to plan 9 mode bits
567 * plan 9 AT flag.
H A Dvfs_inode_dotl.c207 * plan 9 open flag.
/linux-4.1.27/drivers/media/radio/
H A Dradio-ma901.c388 * Let's plan to do the same in this driver. usb_ma901radio_probe()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c429 * Wi-Fi 802.11b test plan suggests that AP should ignore power save hostap_master_start_xmit()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h50 /* seqno size is actually only a uint32, but since we plan to use MI_FLUSH_DW to
H A Dintel_lrc.c1058 * @num_dwords: number of DWORDs that we plan to write to the ringbuffer.
1919 * This function can be called more than once, with different engines, if we plan
/linux-4.1.27/drivers/hv/
H A Dhyperv_vmbus.h433 * need to be generated, our plan is to publish the guidelines for
/linux-4.1.27/fs/jffs2/
H A Dbuild.c93 /* Scan plan:
/linux-4.1.27/drivers/isdn/isdnloop/
H A Disdnloop.c143 cmd->parm.setup.plan = 0; isdnloop_parse_setup()
225 cmd.parm.setup.plan = 0; isdnloop_parse_status()
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c194 /* Driver self defined for old channel plan Compatible,
195 Remember to modify if have new channel plan definition ===== */
4062 if (ScanType == SCAN_ACTIVE) /* obey the channel plan setting... */ rtw_site_survey()
4501 /* Adjust channel plan by AP Country IE */ process_80211d()
4607 /* keep original STA 2.4G channel plan */ process_80211d()
4618 /* skip AP 2.4G channel plan */ process_80211d()
4676 /* keep original STA 5G channel plan */ process_80211d()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1060 * \struct struct drx_frequency_plan * Array element of a frequency plan.
1090 /**< Frequency plan (array)*/
1862 /**< next index in freq plan */
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dwd.c263 /* Future plan: this could check a few likely locations first. */ wd_probe1()
/linux-4.1.27/drivers/isdn/icn/
H A Dicn.c531 cmd.parm.setup.plan = 0; icn_parse_status()
539 cmd.parm.setup.plan = 0; icn_parse_status()
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_wr.c1537 * - If we plan to use the config file, we need to fixup some csio_wr_sge_init()
1540 * - If we dont plan to use the config file, we need to initialize csio_wr_sge_init()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c3648 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ site_survey()
4079 /* Adjust channel plan by AP Country IE */ process_80211d()
4178 /* keep original STA 2.4G channel plan */ process_80211d()
4188 /* skip AP 2.4G channel plan */ process_80211d()
4193 /* keep original STA 5G channel plan */ process_80211d()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dath5k.h385 * Also note that we do not plan to support XR mode at least for now. You can
433 * As with XR we also don't plan to support SuperAG features for now. You can
/linux-4.1.27/drivers/scsi/aacraid/
H A Dcommsup.c749 * If we plan to do anything check the structure type first. aac_fib_adapter_complete()
811 * If we plan to do anything check the structure type first. aac_fib_complete()
/linux-4.1.27/drivers/isdn/act2000/
H A Dcapi.c710 cmd.parm.setup.plan = msg->msg.connect_ind.addr.tnp; actcapi_dispatch()
/linux-4.1.27/drivers/mtd/ubi/
H A Dvtbl.c395 * So the plan is to first check LEB 0. Then process_lvol()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h829 * 0s since the BB does not plan on decoding VHT SIG-B.
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-scan.h723 * @iter_count: num of scan iterations for schedule plan, 0xff for infinite loop
/linux-4.1.27/drivers/parisc/
H A Diosapic.c89 ** (caveat: code isn't finished yet - this is just the plan)
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_gem.c65 * This led to a plan of using our own integer IDs (called handles, following
/linux-4.1.27/include/net/
H A Diw_handler.h208 * I just plan to increment with each new version.
/linux-4.1.27/net/irda/
H A Dirlmp_event.c534 * a backup plan. 1 second is plenty (should be immediate). irlmp_state_disconnected()
/linux-4.1.27/drivers/isdn/hisax/
H A Dl3dss1.c1721 pc->para.setup.plan = p[2]; l3dss1_setup()
1731 pc->para.setup.plan = 0; l3dss1_setup()
H A Dl3ni1.c1575 pc->para.setup.plan = p[2]; l3ni1_setup()
1585 pc->para.setup.plan = 0; l3ni1_setup()
H A Dcallc.c233 ic.parm.setup.plan = 0; lli_leased_in()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1278 "rtl819x_init:Error channel plan! Set to default.\n"); rtl8192_get_channel_map()
1281 RT_TRACE(COMP_INIT, "Channel plan is %d\n", priv->ChannelPlan); rtl8192_get_channel_map()
/linux-4.1.27/include/uapi/linux/
H A Dwireless.h81 * I just plan to increment with each new version.
/linux-4.1.27/drivers/isdn/capi/
H A Dcapidrv.c1097 cmd.parm.setup.plan = cmsg->CallingPartyNumber[1]; handle_incoming_call()
/linux-4.1.27/drivers/net/wan/
H A Ddscc4.c59 * again is still a mystery. If RDO happens, plan a reboot. More details
/linux-4.1.27/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1902 * don't enable here if you plan to submit gelic_wl_do_wpa_setup()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dhw.c1904 /*channel plan */ _rtl88ee_read_adapter_info()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dhw.c2178 /*channel plan */ _rtl92ee_read_adapter_info()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dhw.c1967 /* Version ID, Channel plan */ _rtl92se_read_adapter_info()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1910 // FIXME: remember to default to a basic channel plan depending of the PHY type
H A Dieee80211_softmac.c1128 // Ref. CCX test plan v3.61, 3.2.3.1 step 13. ieee80211_association_req()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dhw.c2125 /* set channel plan to world wide 13 */ _rtl8723be_read_adapter_info()
/linux-4.1.27/drivers/tty/
H A Dn_tty.c1799 * that the line discipline can plan ahead. This function cannot sleep
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr8192U_core.c2511 netdev_err(dev, "rtl8180_init: Error channel plan! Set to default.\n"); rtl8192_get_channel_map()
2514 RT_TRACE(COMP_INIT, "Channel plan is %d\n", priv->ChannelPlan); rtl8192_get_channel_map()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_tty.c2000 info->emu.mdmreg[REG_PLAN] = setup->plan; isdn_tty_find_icall()
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c566 * but they plan to set it to 0x21 mptctl_event_process()
/linux-4.1.27/drivers/scsi/
H A DNCR5380.c1899 * what we plan to be the last byte, since that would open up NCR5380_transfer_dma()
/linux-4.1.27/drivers/usb/dwc3/
H A Dgadget.c2270 * this. Maybe it becomes part of the power saving plan. dwc3_update_ram_clk_sel()
/linux-4.1.27/fs/ubifs/
H A Ddebug.c2745 * unmounted and we'd oops in this case. The plan is to fix it with dfs_file_write()
/linux-4.1.27/mm/
H A Dshmem.c1978 * never written to disk. Therefore, there's no plan to support it on shmem_add_seals()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c111 /* 802.1d to AC mapping. Refer pg 57 of WMM-test-plan-v1.2 */
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dcl_object.h1912 * For read/write io overall execution plan is as following:
/linux-4.1.27/drivers/cdrom/
H A Dcdrom.c20 -- Modify sysctl/proc interface. I plan on having one directory per
/linux-4.1.27/drivers/usb/host/
H A Dxhci-ring.c212 * If the caller doesn't plan on enqueueing more inc_enq()
/linux-4.1.27/kernel/
H A Dworkqueue.c579 * delayed item is pending. The plan is to keep CPU -> NODE unbound_pwq_by_node()
/linux-4.1.27/net/sctp/
H A Dsm_statefuns.c6125 * We need to do ECN processing even if we plan to discard the sctp_eat_data()

Completed in 2983 milliseconds