Searched refs:conf (Results 201 - 225 of 738) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dad7414.c177 int conf; local
193 conf = i2c_smbus_read_byte_data(client, AD7414_REG_CONF);
194 if (conf < 0)
197 conf &= ~(1 << 7);
198 i2c_smbus_write_byte_data(client, AD7414_REG_CONF, conf);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h91 HW_VALUE_CHANNEL(__wcn->hw->conf.chandef.chan->hw_value)
92 #define WCN36XX_BAND(__wcn) (__wcn->hw->conf.chandef.chan->band)
93 #define WCN36XX_CENTER_FREQ(__wcn) (__wcn->hw->conf.chandef.chan->center_freq)
94 #define WCN36XX_LISTEN_INTERVAL(__wcn) (__wcn->hw->conf.listen_interval)
96 #define WCN36XX_MAX_POWER(__wcn) (__wcn->hw->conf.chandef.chan->max_power)
/linux-master/arch/x86/boot/
H A DMakefile107 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
109 $(obj)/mtools.conf: $(src)/mtools.conf.in
112 targets += mtools.conf
118 $(obj)/mtools.conf '$(FDARGS)' $(FDINITRD)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2044 struct ieee80211_key_conf conf; member in struct:__anon1145
2046 } conf = {}; local
2063 conf.conf.cipher = old_keys->cipher[link_id][key_type];
2065 if (!conf.conf.cipher)
2068 conf.conf.keylen = 0;
2069 switch (conf.conf
2139 struct ieee80211_key_conf conf; member in struct:__anon1146
2141 } conf = { local
2202 struct ieee80211_key_conf conf; member in struct:__anon1147
2204 } conf = { local
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dmain.c25 #include "conf.h"
951 params = kmemdup(&priv->conf.phy, sizeof(*params), GFP_KERNEL);
1262 return (priv->conf.phy.number_of_assembled_ant2_4 >= 2) &&
1263 (priv->conf.ht.mode != HT_MODE_WIDE) &&
1264 (priv->conf.ht.mode != HT_MODE_SISO20);
1390 static int wl18xx_load_conf_file(struct device *dev, struct wlcore_conf *conf, argument
1430 memcpy(conf, &conf_file->core, sizeof(*conf));
1444 if (wl18xx_load_conf_file(dev, &wl->conf, &priv->conf,
[all...]
/linux-master/drivers/staging/greybus/
H A Dlight.c807 struct gb_lights_get_channel_flash_config_response conf; local
816 &req, sizeof(req), &conf, sizeof(conf));
825 fset->min = le32_to_cpu(conf.intensity_min_uA);
826 fset->max = le32_to_cpu(conf.intensity_max_uA);
827 fset->step = le32_to_cpu(conf.intensity_step_uA);
838 fset->min = le32_to_cpu(conf.timeout_min_us);
839 fset->max = le32_to_cpu(conf.timeout_max_us);
840 fset->step = le32_to_cpu(conf.timeout_step_us);
925 struct gb_lights_get_channel_config_response conf; local
985 struct gb_lights_get_light_config_response conf; local
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-single.c86 * @conf: array of pin configurations
96 struct pcs_conf_vals *conf; member in struct:pcs_function
505 } else if (param != func->conf[i].param) {
510 data = pcs->read(pcs->base + offset) & func->conf[i].mask;
511 switch (func->conf[i].param) {
516 if ((data != func->conf[i].enable) ||
517 (data == func->conf[i].disable))
524 switch (func->conf[j].param) {
526 if (data != func->conf[j].enable)
565 != func->conf[
848 add_config(struct pcs_conf_vals **conf, enum pin_config_param param, unsigned value, unsigned enable, unsigned disable, unsigned mask) argument
868 pcs_add_conf2(struct pcs_device *pcs, struct device_node *np, const char *name, enum pin_config_param param, struct pcs_conf_vals **conf, unsigned long **settings) argument
887 pcs_add_conf4(struct pcs_device *pcs, struct device_node *np, const char *name, enum pin_config_param param, struct pcs_conf_vals **conf, unsigned long **settings) argument
920 struct pcs_conf_vals *conf = NULL; local
[all...]
/linux-master/include/linux/mtd/
H A Drawnand.h582 #define NAND_COMMON_TIMING_PS(conf, timing_name) \
583 nand_interface_is_sdr(conf) ? \
584 nand_get_sdr_timings(conf)->timing_name : \
585 nand_get_nvddr_timings(conf)->timing_name
587 #define NAND_COMMON_TIMING_MS(conf, timing_name) \
588 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
590 #define NAND_COMMON_TIMING_NS(conf, timing_name) \
591 PSEC_TO_NSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
624 * @conf: The data interface
626 static bool nand_interface_is_sdr(const struct nand_interface_config *conf) argument
635 nand_interface_is_nvddr(const struct nand_interface_config *conf) argument
645 nand_get_sdr_timings(const struct nand_interface_config *conf) argument
658 nand_get_nvddr_timings(const struct nand_interface_config *conf) argument
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dps.c19 u16 timeout = wl->conf.conn.dynamic_ps_timeout;
28 wl->conf.conn.wake_up_event,
29 wl->conf.conn.listen_interval);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dbf.h91 struct ieee80211_bss_conf *conf);
104 struct ieee80211_bss_conf *conf)
107 rtwdev->chip->ops->set_gid_table(rtwdev, vif, conf);
102 rtw_chip_set_gid_table(struct rtw_dev *rtwdev, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf) argument
/linux-master/arch/um/drivers/
H A Dssl.c65 static char *conf[NR_PORTS]; variable
165 char *s = conf[i];
189 line_setup(conf, NR_PORTS, &def_conf, str, "serial line");
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn68xx_device.c82 if (CFG_GET_IS_SLI_BP_ON(cn68xx->conf))
166 cn68xx->conf = (struct octeon_config *)
168 if (!cn68xx->conf) {
/linux-master/drivers/isdn/mISDN/
H A Ddsp.h105 int software; /* conf is processed by software */
106 int hardware; /* conf is processed by hardware */
192 struct dsp_conf *conf; member in struct:dsp
246 extern void dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp);
253 extern int dsp_cmx_del_conf(struct dsp_conf *conf);
/linux-master/drivers/staging/vt6655/
H A Ddpc.c52 sband = hw->wiphy->bands[hw->conf.chandef.chan->band];
89 rx_status.band = hw->conf.chandef.chan->band;
92 rx_status.freq = hw->conf.chandef.chan->center_freq;
H A Dkey.c91 struct ieee80211_bss_conf *conf = &vif->bss_conf; local
138 vnt_set_keymode(hw, (u8 *)conf->bssid,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c542 struct ath_beacon_config *conf)
546 ath9k_cmn_beacon_config_ap(ah, conf, ATH_BCBUF);
547 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval);
551 struct ath_beacon_config *conf)
555 if (ath9k_cmn_beacon_config_sta(ah, conf, &bs) == -EPERM)
567 struct ath_beacon_config *conf)
574 ath9k_cmn_beacon_config_adhoc(ah, conf);
576 ath9k_beacon_init(sc, conf->nexttbtt, conf
541 ath9k_beacon_config_ap(struct ath_softc *sc, struct ath_beacon_config *conf) argument
550 ath9k_beacon_config_sta(struct ath_hw *ah, struct ath_beacon_config *conf) argument
566 ath9k_beacon_config_adhoc(struct ath_softc *sc, struct ath_beacon_config *conf) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_main.c72 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR))
83 dev->txpower_conf = hw->conf.power_level * 2;
100 mt76x2_set_channel(dev, &hw->conf.chandef);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c180 const struct ili9341_config *conf; member in struct:ili9341
305 struct ili9341_config *cfg = (struct ili9341_config *)ili->conf;
445 info->width_mm = ili->conf->mode.width_mm;
446 info->height_mm = ili->conf->mode.height_mm;
448 if (ili->conf->rgb_interface & ILI9341_RGB_DPL)
453 if (ili->conf->rgb_interface & ILI9341_RGB_EPL)
458 mode = drm_mode_duplicate(drm, &ili->conf->mode);
466 if (ili->conf->rgb_interface & ILI9341_RGB_HSPL)
471 if (ili->conf->rgb_interface & ILI9341_RGB_VSPL)
695 ili->conf
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c114 port->conf.power_down = false;
115 if (port->conf.serdes_reset)
116 err = sparx5_serdes_set(port->sparx5, port, &port->conf);
147 port->conf.power_down = true;
148 if (port->conf.serdes_reset)
149 err = sparx5_serdes_set(port->sparx5, port, &port->conf);
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt4_l3vpn_test.sh230 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
231 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
241 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.forwarding=1
255 ip netns exec ${rtname} sysctl -wq net.ipv4.conf.all.rp_filter=0
256 ip netns exec ${rtname} sysctl -wq net.ipv4.conf.default.rp_filter=0
274 ip netns exec ${rtname} sysctl -wq net.ipv4.conf.${rtveth}.proxy_arp=1
H A Dsrv6_hl2encap_red_l2vpn_test.sh341 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
342 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
343 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
345 ip netns exec "${nsname}" sysctl -wq net.ipv4.conf.all.rp_filter=0
346 ip netns exec "${nsname}" sysctl -wq net.ipv4.conf.default.rp_filter=0
469 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
470 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
493 sysctl -wq net.ipv4.conf."${RT2HS_DEVNAME}".rp_filter=0
/linux-master/net/mac80211/
H A Dtkip.c156 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
175 container_of(keyconf, struct ieee80211_key, conf);
200 container_of(keyconf, struct ieee80211_key, conf);
201 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
229 ieee80211_get_tkip_p2k(&key->conf, skb, rc4key);
249 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
263 if ((keyid >> 6) != key->conf.keyidx)
302 drv_update_tkip_key(key->local, sdata, &key->conf, key->sta,
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c48 if (conf_is_ht40(&ar->hw->conf))
51 if (ar->hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
64 if (conf_is_ht(&ar->hw->conf)) {
69 if (ar->hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) {
96 if ((ar->hw->conf.chandef.chan->band == NL80211_BAND_5GHZ) ||
123 if (ar->hw->conf.chandef.chan->band == NL80211_BAND_5GHZ)
435 ar->hw->conf.ps_dtim_period);
521 power = min_t(unsigned int, power, ar->hw->conf.power_level * 2);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_seg6local.sh137 ip netns exec ${NS1} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
138 ip netns exec ${NS2} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
139 ip netns exec ${NS3} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
140 ip netns exec ${NS4} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
141 ip netns exec ${NS5} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
143 ip netns exec ${NS6} sysctl net.ipv6.conf.all.seg6_enabled=1 > /dev/null
144 ip netns exec ${NS6} sysctl net.ipv6.conf.lo.seg6_enabled=1 > /dev/null
145 ip netns exec ${NS6} sysctl net.ipv6.conf.veth10.seg6_enabled=1 > /dev/null
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.sh14 ip netns exec at_ns0 sysctl -q net.ipv6.conf.veth0.disable_ipv6=0
18 sysctl -q net.ipv6.conf.veth0b.disable_ipv6=0

Completed in 244 milliseconds

1234567891011>>