Searched refs:setting (Results 76 - 100 of 104) sorted by relevance

12345

/linux-master/include/net/bluetooth/
H A Dbluetooth.h121 __u16 setting; member in struct:bt_voice
H A Dhci_core.h701 __u16 setting;
1484 __u16 setting, struct bt_codec *codec,
729 __u16 setting; member in struct:hci_conn
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c337 u32 setting; local
343 setting = SUPPORTED_1000baseT_Full;
345 setting = SUPPORTED_1000baseT_Half;
351 setting = SUPPORTED_100baseT_Full;
353 setting = SUPPORTED_100baseT_Half;
360 setting = SUPPORTED_10baseT_Full;
362 setting = SUPPORTED_10baseT_Half;
370 if ((setting & supported) == 0)
H A Dsky2.c3636 u32 setting;
3642 setting = SUPPORTED_1000baseT_Full;
3644 setting = SUPPORTED_1000baseT_Half;
3650 setting = SUPPORTED_100baseT_Full;
3652 setting = SUPPORTED_100baseT_Half;
3659 setting = SUPPORTED_10baseT_Full;
3661 setting = SUPPORTED_10baseT_Half;
3669 if ((setting & supported) == 0)
3635 u32 setting; local
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c732 int sel_reg, u8 setting,
738 ret = gmin_i2c_write(dev, gs->pwm_i2c_addr, sel_reg, setting, 0xff);
731 axp_regulator_set(struct device *dev, struct gmin_subdev *gs, int sel_reg, u8 setting, int ctrl_reg, int shift, bool on) argument
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c1298 * for full probing regardless of CONFIG_SERIAL_8250_16550A_VARIANTS setting.
1613 /* We should do proper H/W transceiver setting before change to RS485 mode */
1618 u8 setting; local
1621 pci_read_config_byte(pci_dev, 0x40 + 8 * *index + 7, &setting);
1625 setting |= FINTEK_RTS_CONTROL_BY_HW;
1629 setting &= ~FINTEK_RTS_INVERT;
1632 setting |= FINTEK_RTS_INVERT;
1636 setting &= ~(FINTEK_RTS_CONTROL_BY_HW | FINTEK_RTS_INVERT);
1639 pci_write_config_byte(pci_dev, 0x40 + 8 * *index + 7, setting);
1850 * setting IE
[all...]
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c469 * 15 WiFi locator setting locked (1)
666 seq_printf(s, "Bit 15: Wifi locator setting locked: %lu\n",
828 * driver for receiving HW events and Dell SMBIOS for setting rfkill
1082 * cbRES3, byte0 Current setting of ALS value that turns the light on or off.
1123 * cbArg3, byte0 Desired setting of ALS value that turns the light on or off.
1219 * tokens. If kbd_info.levels == 0, the machine does not support setting the
1367 * When setting the new state fails,try to restore the previous one.
1369 * setting a new state fails. This default state could be all off.
1934 u8 setting; local
1937 ret = kstrtou8(buf, 10, &setting);
[all...]
/linux-master/arch/arm/mm/
H A Dproc-xsc3.S461 and r0, r0, #2 @ preserve bit P bit setting
/linux-master/net/bluetooth/
H A Dhci_event.c558 __u16 setting; local
565 setting = __le16_to_cpu(rp->voice_setting);
567 if (hdev->voice_setting == setting)
570 hdev->voice_setting = setting;
572 bt_dev_dbg(hdev, "voice setting 0x%4.4x", setting);
584 __u16 setting; local
596 setting = get_unaligned_le16(sent);
598 if (hdev->voice_setting == setting)
601 hdev->voice_setting = setting;
[all...]
/linux-master/drivers/power/supply/
H A Dbq25980_charger.c287 static int bq25980_set_hiz(struct bq25980_device *bq, int setting) argument
290 BQ25980_EN_HIZ, setting);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c1265 enum SMU_11_0_7_ODSETTING_ID setting,
1269 *min = od_table->min[setting];
1271 *max = od_table->max[setting];
2214 enum SMU_11_0_7_ODSETTING_ID setting,
2217 if (value < od_table->min[setting]) {
2218 dev_warn(smu->adev->dev, "OD setting (%d, %d) is less than the minimum allowed (%d)\n",
2219 setting, value, od_table->min[setting]);
2222 if (value > od_table->max[setting]) {
2223 dev_warn(smu->adev->dev, "OD setting (
1264 sienna_cichlid_get_od_setting_range(struct smu_11_0_7_overdrive_table *od_table, enum SMU_11_0_7_ODSETTING_ID setting, uint32_t *min, uint32_t *max) argument
2212 sienna_cichlid_od_setting_check_range(struct smu_context *smu, struct smu_11_0_7_overdrive_table *od_table, enum SMU_11_0_7_ODSETTING_ID setting, uint32_t value) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4441 /* No XSK params: AF_XDP can't be enabled yet at the point of setting
4698 static int mlx5e_set_vf_spoofchk(struct net_device *dev, int vf, bool setting)
4703 return mlx5_eswitch_set_vport_spoofchk(mdev->priv.eswitch, vf + 1, setting);
4706 static int mlx5e_set_vf_trust(struct net_device *dev, int vf, bool setting)
4711 return mlx5_eswitch_set_vport_trust(mdev->priv.eswitch, vf + 1, setting);
5064 u8 mode, setting;
5067 err = mlx5_eswitch_get_vepa(mdev->priv.eswitch, &setting);
5070 mode = setting ? BRIDGE_MODE_VEPA : BRIDGE_MODE_VEB;
5083 u8 setting;
5101 setting
4561 mlx5e_set_vf_spoofchk(struct net_device *dev, int vf, bool setting) argument
4569 mlx5e_set_vf_trust(struct net_device *dev, int vf, bool setting) argument
4927 u8 mode, setting; local
4946 u8 setting; local
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c3043 bool setting)
3058 if (setting) {
3076 if (!liquidio_send_vf_trust_cmd(lio, vfidx, setting)) {
3077 if (setting) {
3085 setting ? "" : "not ");
3525 "setting real number rx failed\n");
3533 "setting real number tx failed\n");
3630 "Error setting VF%d MAC address\n",
3734 "speed setting not supported by f/w.");
3751 /* don't read FEC setting i
3042 liquidio_set_vf_trust(struct net_device *netdev, int vfidx, bool setting) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h238 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
H A Di40e_virtchnl_pf.c1471 /* Reset VF using VPGEN_VFRTRIG reg. It is also setting
1539 * request resources immediately after setting this flag.
4489 * @qos: priority setting
4544 * filter set and now it is being deleted by setting it to zero.
4903 * @setting: trust setting
4905 * Enable or disable VF trust setting argument
4907 int i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting)
4934 if (setting == vf->trusted)
4937 vf->trusted = setting;
[all...]
H A Di40e_common.c914 /* As a work around clear PXE_MODE instead of setting it */
1808 * i40e_aq_set_vsi_vlan_promisc - control the VLAN promiscuous setting
3340 * @setting: pointer to factory setting variable or NULL
3345 * only returns factory setting in AQ response.
3348 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
3369 if (setting)
3370 *setting = cmd->command & 1;
3601 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore, struct i40e_asq_cmd_details *cmd_details) argument
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c165 bool setting);
167 bool setting);
1658 * for setting those correctly prior to this function being called.
2405 /* Re-establish EEE setting */
3439 * regardless of eeprom setting
3472 /* Some vendors want the ability to Use the EEPROM setting as
3743 dev_info(&pdev->dev, "%d pre-allocated VFs found - override max_vfs setting of %d\n",
5774 /* conservative mode (itr 3) eliminates the lowest_latency setting */
5878 /* conservative mode (itr 3) eliminates the lowest_latency setting */
8044 * @set: boolean indicating if we are setting o
9870 igb_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) argument
9897 igb_ndo_set_vf_trust(struct net_device *netdev, int vf, bool setting) argument
[all...]
/linux-master/net/core/
H A Drtnetlink.c1346 vf_spoofchk.setting = ivi.spoofchk;
1348 vf_rss_query_en.setting = ivi.rss_query_en;
1349 vf_trust.setting = ivi.trusted;
2607 ivs->setting);
2634 ivrssq_en->setting);
2646 err = ops->ndo_set_vf_trust(dev, ivt->vf, ivt->setting);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c498 static int qede_set_vf_trust(struct net_device *dev, int vfidx, bool setting) argument
505 return edev->ops->iov->set_trust(edev->cdev, vfidx, setting);
/linux-master/drivers/net/usb/
H A Dr8152.c882 struct mutex control; /* use for hw setting */
1032 struct fw_phy_set setting; member in struct:fw_phy_fixup
4354 if (__le16_to_cpu(fix->setting.addr) != OCP_PHY_PATCH_CMD ||
4355 __le16_to_cpu(fix->setting.data) != BIT(7)) {
5046 addr = __le16_to_cpu(fix->setting.addr);
5051 data &= __le16_to_cpu(fix->setting.data);
5054 data |= __le16_to_cpu(fix->setting.data);
5057 data &= ~__le16_to_cpu(fix->setting.data);
5060 data ^= __le16_to_cpu(fix->setting.data);
6692 netif_warn(tp, ifup, tp->netdev, "wol setting i
[all...]
/linux-master/include/linux/
H A Dsyscalls.h590 struct __kernel_itimerspec __user *setting);
606 struct old_itimerspec32 __user *setting);
H A Dnetdevice.h1130 * int (*ndo_set_vf_spoofchk)(struct net_device *dev, int vf, bool setting);
1131 * int (*ndo_set_vf_trust)(struct net_device *dev, int vf, bool setting);
1141 * int (*ndo_set_vf_rss_query_en)(struct net_device *dev, int vf, bool setting);
1213 * Feature/offload setting functions.
1421 int vf, bool setting);
1423 int vf, bool setting);
1447 int vf, bool setting);
1648 * @IFF_CHANGE_PROTO_DOWN: device supports setting carrier via IFLA_PROTO_DOWN
2345 /* for setting kernel sock attribute on TCP connection setup */
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c3168 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) argument
3187 if (setting && !is_valid_ether_addr(mac)) {
3192 s_info->spoofchk = setting;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S447 ! before we finish setting it, while minimizing the effects on
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S198 # it was a divs.l, so ccode setting is a little more complicated...

Completed in 679 milliseconds

12345