Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 66) sorted by relevance

123

/drivers/net/wireless/ti/wlcore/
Dio.h59 bool fixed) in wlcore_raw_write() argument
66 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
75 bool fixed) in wlcore_raw_read() argument
82 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
91 bool fixed) in wlcore_raw_read_data() argument
93 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
98 bool fixed) in wlcore_raw_write_data() argument
100 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
128 void *buf, size_t len, bool fixed) in wlcore_read() argument
134 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
[all …]
Dspi.c203 void *buf, size_t len, bool fixed) in wl12xx_spi_raw_read() argument
225 if (fixed) in wl12xx_spi_raw_read()
260 if (!fixed) in wl12xx_spi_raw_read()
270 void *buf, size_t len, bool fixed) in wl12xx_spi_raw_write() argument
296 if (fixed) in wl12xx_spi_raw_write()
307 if (!fixed) in wl12xx_spi_raw_write()
Dsdio.c75 void *buf, size_t len, bool fixed) in wl12xx_sdio_raw_read() argument
95 if (fixed) in wl12xx_sdio_raw_read()
113 void *buf, size_t len, bool fixed) in wl12xx_sdio_raw_write() argument
136 if (fixed) in wl12xx_sdio_raw_write()
Dwlcore_i.h200 size_t len, bool fixed);
202 size_t len, bool fixed);
/drivers/clk/
Dclk-fixed-rate.c54 struct clk_fixed_rate *fixed; in clk_register_fixed_rate() local
59 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in clk_register_fixed_rate()
60 if (!fixed) { in clk_register_fixed_rate()
72 fixed->fixed_rate = fixed_rate; in clk_register_fixed_rate()
73 fixed->hw.init = &init; in clk_register_fixed_rate()
76 clk = clk_register(dev, &fixed->hw); in clk_register_fixed_rate()
79 kfree(fixed); in clk_register_fixed_rate()
DMakefile6 obj-$(CONFIG_COMMON_CLK) += clk-fixed-factor.o
7 obj-$(CONFIG_COMMON_CLK) += clk-fixed-rate.o
/drivers/gpu/drm/i2c/
Dch7006_priv.h35 typedef int64_t fixed; typedef
50 fixed vrefresh;
55 fixed subc_freq;
56 fixed black_level;
68 fixed subc_coeff;
163 static inline int32_t round_fixed(fixed x) in round_fixed()
/drivers/clk/sunxi/
Dclk-sunxi.c36 struct clk_fixed_rate *fixed; in sunxi_osc_clk_setup() local
42 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sunxi_osc_clk_setup()
43 if (!fixed) in sunxi_osc_clk_setup()
47 kfree(fixed); in sunxi_osc_clk_setup()
58 fixed->fixed_rate = rate; in sunxi_osc_clk_setup()
63 &fixed->hw, &clk_fixed_rate_ops, in sunxi_osc_clk_setup()
/drivers/infiniband/hw/ipath/
Dipath_stats.c205 static u32 fixed; in ipath_chk_errormask() local
217 fixed++; in ipath_chk_errormask()
233 fixed, errormask, (unsigned long)dd->ipath_errormask, in ipath_chk_errormask()
237 fixed, errormask, in ipath_chk_errormask()
/drivers/staging/wlags49_h2/
Dwl_wext.c1086 sens->fixed = 0; /* auto */ in wireless_get_sensitivity()
2014 rrq->fixed = 1; in wireless_get_tx_power()
2066 if(rts->fixed == 0) { in wireless_set_rts_threshold()
2143 rts->fixed = 1; in wireless_get_rts_threshold()
2228 if( rrq->fixed == 1 ) { in wireless_set_rate()
2236 if( rrq->fixed == 1 ) { in wireless_set_rate()
2244 if( rrq->fixed == 1 ) { in wireless_set_rate()
2252 if( rrq->fixed == 1 ) { in wireless_set_rate()
2260 if( rrq->fixed == 1 ) { in wireless_set_rate()
2268 if( rrq->fixed == 1 ) { in wireless_set_rate()
[all …]
/drivers/media/v4l2-core/
DKconfig20 bool "Enable old-style fixed minor ranges on drivers/video devices"
23 Say Y here to enable the old-style fixed-range minor assignments.
/drivers/regulator/
DMakefile6 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o
8 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
/drivers/usb/serial/
DMakefile-keyspan_pda_fw3 # insisting upon fixed suffixes for the input and output files,
/drivers/net/wireless/
Dzd1201.c1168 iwe.u.bitrate.fixed = 0; in zd1201_get_scan()
1260 if (!rrq->fixed) { /* Also enable all lower bitrates */ in zd1201_set_rate()
1298 rrq->fixed = 0; in zd1201_get_rate()
1311 if (rts->disabled || !rts->fixed) in zd1201_set_rts()
1336 rts->fixed = 1; in zd1201_get_rts()
1348 if (frag->disabled || !frag->fixed) in zd1201_set_frag()
1374 frag->fixed = 1; in zd1201_get_frag()
1632 rrq->fixed = 1; in zd1201_get_hostauth()
1682 rrq->fixed = 1; in zd1201_get_maxassoc()
/drivers/net/phy/
DMakefile19 obj-$(CONFIG_FIXED_PHY) += fixed.o
DKconfig110 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
113 Adds the platform "fixed" MDIO Bus to cover the boards that use
/drivers/staging/rtl8712/
Drtl871x_mlme.c112 if (pnetwork->fixed == true) in _free_network()
132 if (pnetwork->fixed == true) in _free_network_nolock()
323 if (pwlan->fixed != true) { in r8712_get_oldest_wlan_network()
662 pwlan->fixed = false; in r8712_free_assoc_resources()
790 pcur_wlan->fixed = false; in r8712_joinbss_event_callback()
806 ptarget_wlan->fixed = true; in r8712_joinbss_event_callback()
813 ptarget_wlan->fixed = true; in r8712_joinbss_event_callback()
997 pwlan->fixed = false; in r8712_stadel_event_callback()
Drtl871x_ioctl_linux.c270 iwe.u.bitrate.fixed = 0; in translate_scan()
886 wrqu->sens.fixed = 0; /* no auto select */ in r8711_wx_get_sens()
1361 u32 fixed = wrqu->bitrate.fixed; in r8711_wx_set_rate() local
1417 if (fixed == 0) in r8711_wx_set_rate()
1463 wrqu->bitrate.fixed = 0; /* no auto select */ in r8711_wx_get_rate()
1496 wrqu->rts.fixed = 0; /* no auto select */ in r8711_wx_get_rts()
1524 wrqu->frag.fixed = 0; /* no auto select */ in r8711_wx_get_frag()
1533 wrqu->retry.fixed = 0; /* no auto select */ in r8711_wx_get_retry()
1701 wrqu->power.fixed = 0; /* no auto select */ in r8711_wx_get_power()
Dwlan_bssdef.h211 int fixed; /* set to fixed when not to be removed asi member
/drivers/parisc/
DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/drivers/staging/media/
DKconfig9 That also means that, once fixed, their API's will change to match
/drivers/staging/media/lirc/
Dlirc_zilog.c146 int fixed[TX_BLOCK_SIZE]; member
595 if (tx_data->fixed[i] == -1) { in get_key_data()
599 buf[i] = (unsigned char)tx_data->fixed[i]; in get_key_data()
830 tx_data->fixed[i] = -1; in fw_load()
842 tx_data->fixed[pos] = (int)val; in fw_load()
/drivers/video/intelfb/
Dintelfbdrv.c237 static bool fixed = 0; variable
256 module_param(fixed, bool, S_IRUGO);
257 MODULE_PARM_DESC(fixed, "Disable mode switching");
365 else if (get_opt_bool(this_opt, "fixed", &fixed)) in intelfb_setup()
548 dinfo->fixed_mode = fixed; in intelfb_pci_register()
792 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register()
/drivers/staging/vt6655/
Diwctl.c295 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0; in iwctl_giwscan()
961 if (wrq->fixed != 0) { in iwctl_siwrate()
1035 wrq->fixed = true; in iwctl_giwrate()
1083 wrq->fixed = 1; in iwctl_giwrts()
1129 wrq->fixed = 1; in iwctl_giwfrag()
1635 wrq->fixed = 1; in iwctl_giwsens()
/drivers/net/wireless/b43legacy/
Dphy.h200 void b43legacy_phy_lo_adjust(struct b43legacy_wldev *dev, int fixed);

123