/Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
D | tables_lpphy.c | 1070 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, }, 1071 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, }, 1072 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, }, 1073 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, }, 1074 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, }, 1075 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, }, 1076 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, }, 1077 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, }, 1078 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, }, 1079 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 117, }, [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | pad.c | 27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked() argument 29 PAD_TRACE(pad, "-> %s", (mode == NVKM_I2C_PAD_AUX) ? "aux" : in nvkm_i2c_pad_mode_locked() 31 if (pad->func->mode) in nvkm_i2c_pad_mode_locked() 32 pad->func->mode(pad, mode); in nvkm_i2c_pad_mode_locked() 36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode() argument 38 PAD_TRACE(pad, "mode %d", mode); in nvkm_i2c_pad_mode() 39 mutex_lock(&pad->mutex); in nvkm_i2c_pad_mode() 40 nvkm_i2c_pad_mode_locked(pad, mode); in nvkm_i2c_pad_mode() 41 pad->mode = mode; in nvkm_i2c_pad_mode() 42 mutex_unlock(&pad->mutex); in nvkm_i2c_pad_mode() [all …]
|
D | anx9805.c | 38 struct anx9805_pad *pad; member 46 struct anx9805_pad *pad = bus->pad; in anx9805_bus_xfer() local 47 struct i2c_adapter *adap = &pad->bus->i2c; in anx9805_bus_xfer() 53 tmp = nvkm_rdi2cr(adap, pad->addr, 0x07) & ~0x10; in anx9805_bus_xfer() 54 nvkm_wri2cr(adap, pad->addr, 0x07, tmp | 0x10); in anx9805_bus_xfer() 55 nvkm_wri2cr(adap, pad->addr, 0x07, tmp); in anx9805_bus_xfer() 106 struct anx9805_pad *pad = anx9805_pad(base); in anx9805_bus_new() local 113 bus->pad = pad; in anx9805_bus_new() 115 ret = nvkm_i2c_bus_ctor(&anx9805_bus_func, &pad->base, id, &bus->base); in anx9805_bus_new() 119 switch (pad->addr) { in anx9805_bus_new() [all …]
|
D | base.c | 38 struct nvkm_i2c_pad *pad; in nvkm_i2c_pad_find() local 40 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_pad_find() 41 if (pad->id == id) in nvkm_i2c_pad_find() 42 return pad; in nvkm_i2c_pad_find() 162 struct nvkm_i2c_pad *pad; in nvkm_i2c_fini() local 180 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_fini() 181 nvkm_i2c_pad_fini(pad); in nvkm_i2c_fini() 192 struct nvkm_i2c_pad *pad; in nvkm_i2c_preinit() local 198 list_for_each_entry(pad, &i2c->pad, head) in nvkm_i2c_preinit() 199 nvkm_i2c_pad_init(pad); in nvkm_i2c_preinit() [all …]
|
D | aux.c | 96 struct nvkm_i2c_pad *pad = aux->pad; in nvkm_i2c_aux_monitor() local 99 nvkm_i2c_pad_mode(pad, NVKM_I2C_PAD_AUX); in nvkm_i2c_aux_monitor() 101 nvkm_i2c_pad_mode(pad, NVKM_I2C_PAD_OFF); in nvkm_i2c_aux_monitor() 107 struct nvkm_i2c_pad *pad = aux->pad; in nvkm_i2c_aux_release() local 109 nvkm_i2c_pad_release(pad); in nvkm_i2c_aux_release() 116 struct nvkm_i2c_pad *pad = aux->pad; in nvkm_i2c_aux_acquire() local 123 ret = nvkm_i2c_pad_acquire(pad, NVKM_I2C_PAD_AUX); in nvkm_i2c_aux_acquire() 184 struct nvkm_i2c_pad *pad, int id, in nvkm_i2c_aux_ctor() argument 187 struct nvkm_device *device = pad->i2c->subdev.device; in nvkm_i2c_aux_ctor() 190 aux->pad = pad; in nvkm_i2c_aux_ctor() [all …]
|
/Linux-v5.4/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-gpio.c | 215 struct pmic_gpio_pad *pad, unsigned int addr) in pmic_gpio_read() argument 220 ret = regmap_read(state->map, pad->base + addr, &val); in pmic_gpio_read() 230 struct pmic_gpio_pad *pad, unsigned int addr, in pmic_gpio_write() argument 235 ret = regmap_write(state->map, pad->base + addr, val); in pmic_gpio_write() 295 struct pmic_gpio_pad *pad; in pmic_gpio_set_mux() local 304 pad = pctldev->desc->pins[pin].drv_data; in pmic_gpio_set_mux() 309 if (!pad->lv_mv_type) { in pmic_gpio_set_mux() 320 pad->function = function; in pmic_gpio_set_mux() 322 if (pad->analog_pass) in pmic_gpio_set_mux() 324 else if (pad->output_enabled && pad->input_enabled) in pmic_gpio_set_mux() [all …]
|
D | pinctrl-spmi-mpp.c | 177 struct pmic_mpp_pad *pad, unsigned int addr) in pmic_mpp_read() argument 182 ret = regmap_read(state->map, pad->base + addr, &val); in pmic_mpp_read() 192 struct pmic_mpp_pad *pad, unsigned int addr, in pmic_mpp_write() argument 197 ret = regmap_write(state->map, pad->base + addr, val); in pmic_mpp_write() 255 struct pmic_mpp_pad *pad) in pmic_mpp_write_mode_ctl() argument 262 switch (pad->function) { in pmic_mpp_write_mode_ctl() 264 if (pad->input_enabled && pad->output_enabled) in pmic_mpp_write_mode_ctl() 266 else if (pad->input_enabled) in pmic_mpp_write_mode_ctl() 272 if (pad->input_enabled && pad->output_enabled) in pmic_mpp_write_mode_ctl() 274 else if (pad->input_enabled) in pmic_mpp_write_mode_ctl() [all …]
|
/Linux-v5.4/drivers/input/joystick/ |
D | psxpad-spi.c | 73 static int psxpad_command(struct psxpad *pad, const u8 sendcmdlen) in psxpad_command() argument 76 .tx_buf = pad->sendbuf, in psxpad_command() 77 .rx_buf = pad->response, in psxpad_command() 82 err = spi_sync_transfer(pad->spi, &xfers, 1); in psxpad_command() 84 dev_err(&pad->spi->dev, in psxpad_command() 94 static void psxpad_control_motor(struct psxpad *pad, in psxpad_control_motor() argument 99 pad->motor1enable = motor1enable; in psxpad_control_motor() 100 pad->motor2enable = motor2enable; in psxpad_control_motor() 102 memcpy(pad->sendbuf, PSX_CMD_ENTER_CFG, sizeof(PSX_CMD_ENTER_CFG)); in psxpad_control_motor() 103 err = psxpad_command(pad, sizeof(PSX_CMD_ENTER_CFG)); in psxpad_control_motor() [all …]
|
D | maplecontrol.c | 31 struct dc_pad *pad = maple_get_drvdata(mapledev); in dc_pad_callback() local 32 struct input_dev *dev = pad->dev; in dc_pad_callback() 65 struct dc_pad *pad = dev_get_platdata(&dev->dev); in dc_pad_open() local 67 maple_getcond_callback(pad->mdev, dc_pad_callback, HZ/20, in dc_pad_open() 75 struct dc_pad *pad = dev_get_platdata(&dev->dev); in dc_pad_close() local 77 maple_getcond_callback(pad->mdev, dc_pad_callback, 0, in dc_pad_close() 101 struct dc_pad *pad; in probe_maple_controller() local 105 pad = kzalloc(sizeof(struct dc_pad), GFP_KERNEL); in probe_maple_controller() 107 if (!pad || !idev) { in probe_maple_controller() 112 pad->dev = idev; in probe_maple_controller() [all …]
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 29 fh->pad = v4l2_subdev_alloc_pad_config(sd); in subdev_fh_init() 30 if (fh->pad == NULL) in subdev_fh_init() 40 v4l2_subdev_free_pad_config(fh->pad); in subdev_fh_free() 41 fh->pad = NULL; in subdev_fh_free() 124 static inline int check_pad(struct v4l2_subdev *sd, __u32 pad) in check_pad() argument 128 if (pad >= sd->entity.num_pads) in check_pad() 134 if (pad > 0) in check_pad() 154 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 163 sd->ops->pad->get_fmt(sd, cfg, format); in call_get_fmt() 171 sd->ops->pad->set_fmt(sd, cfg, format); in call_set_fmt() [all …]
|
/Linux-v5.4/drivers/phy/tegra/ |
D | xusb-tegra124.c | 302 if (lane->pad == padctl->pcie) in tegra124_usb3_save_context() 427 tegra124_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, in tegra124_usb2_lane_probe() argument 438 usb2->base.soc = &pad->soc->lanes[index]; in tegra124_usb2_lane_probe() 440 usb2->base.pad = pad; in tegra124_usb2_lane_probe() 468 return tegra124_xusb_padctl_enable(lane->pad->padctl); in tegra124_usb2_phy_init() 475 return tegra124_xusb_padctl_disable(lane->pad->padctl); in tegra124_usb2_phy_exit() 482 struct tegra_xusb_usb2_pad *pad = to_usb2_pad(lane->pad); in tegra124_usb2_phy_power_on() local 483 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra124_usb2_phy_power_on() 553 mutex_lock(&pad->lock); in tegra124_usb2_phy_power_on() 555 if (pad->enable++ > 0) in tegra124_usb2_phy_power_on() [all …]
|
D | xusb.c | 27 struct tegra_xusb_pad *pad = dev_get_drvdata(dev); in tegra_xusb_pad_of_xlate() local 34 for (i = 0; i < pad->soc->num_lanes; i++) { in tegra_xusb_pad_of_xlate() 35 if (!pad->lanes[i]) in tegra_xusb_pad_of_xlate() 38 if (pad->lanes[i]->dev.of_node == args->np) { in tegra_xusb_pad_of_xlate() 39 phy = pad->lanes[i]; in tegra_xusb_pad_of_xlate() 89 tegra_xusb_pad_find_phy_node(struct tegra_xusb_pad *pad, unsigned int index) in tegra_xusb_pad_find_phy_node() argument 93 lanes = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_find_phy_node() 97 np = of_get_child_by_name(lanes, pad->soc->lanes[index].name); in tegra_xusb_pad_find_phy_node() 106 struct device *dev = &lane->pad->dev; in tegra_xusb_lane_parse_dt() 131 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() [all …]
|
D | xusb-tegra210.c | 815 if (lane->pad == padctl->pcie) in tegra210_usb3_set_lfps_detect() 863 tegra210_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, in tegra210_usb2_lane_probe() argument 874 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe() 876 usb2->base.pad = pad; in tegra210_usb2_lane_probe() 903 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra210_usb2_phy_init() 920 return tegra210_xusb_padctl_disable(lane->pad->padctl); in tegra210_usb2_phy_exit() 927 struct tegra_xusb_usb2_pad *pad = to_usb2_pad(lane->pad); in tegra210_usb2_phy_power_on() local 928 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra210_usb2_phy_power_on() 1002 if (pad->enable > 0) { in tegra210_usb2_phy_power_on() 1003 pad->enable++; in tegra210_usb2_phy_power_on() [all …]
|
D | xusb.h | 41 struct tegra_xusb_pad *pad; member 124 struct tegra_xusb_lane *(*probe)(struct tegra_xusb_pad *pad, 140 void (*remove)(struct tegra_xusb_pad *pad); 169 int tegra_xusb_pad_init(struct tegra_xusb_pad *pad, 172 int tegra_xusb_pad_register(struct tegra_xusb_pad *pad, 174 void tegra_xusb_pad_unregister(struct tegra_xusb_pad *pad); 184 to_usb3_pad(struct tegra_xusb_pad *pad) in to_usb3_pad() argument 186 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad() 198 to_usb2_pad(struct tegra_xusb_pad *pad) in to_usb2_pad() argument 200 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad() [all …]
|
D | xusb-tegra186.c | 147 tegra186_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, in tegra186_usb2_lane_probe() argument 158 usb2->base.soc = &pad->soc->lanes[index]; in tegra186_usb2_lane_probe() 160 usb2->base.pad = pad; in tegra186_usb2_lane_probe() 253 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra_phy_xusb_utmi_pad_power_on() 284 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra_phy_xusb_utmi_pad_power_down() 308 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra186_utmi_phy_power_on() 386 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra186_utmi_phy_init() 413 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra186_utmi_phy_exit() 452 struct tegra_xusb_pad *pad; in tegra186_usb2_pad_probe() local 459 pad = &usb2->base; in tegra186_usb2_pad_probe() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 25 corresponding pad skew register: 48 - rxc-skew-ps : Skew control of RXC pad 49 - rxdv-skew-ps : Skew control of RX CTL pad 50 - txc-skew-ps : Skew control of TXC pad 51 - txen-skew-ps : Skew control of TX CTL pad 52 - rxd0-skew-ps : Skew control of RX data 0 pad 53 - rxd1-skew-ps : Skew control of RX data 1 pad 54 - rxd2-skew-ps : Skew control of RX data 2 pad 55 - rxd3-skew-ps : Skew control of RX data 3 pad 56 - txd0-skew-ps : Skew control of TX data 0 pad [all …]
|
/Linux-v5.4/arch/arc/include/asm/ |
D | arcregs.h | 154 unsigned int pad:8, prod:8, maj:8, min:8; member 156 unsigned int min:8, maj:8, prod:8, pad:8; 162 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member 164 unsigned int ver:8, type:2, cycles:2, dsp:4, x1616:8, pad:8; 170 unsigned int base:16, pad:5, sz:3, ver:8; member 172 unsigned int ver:8, sz:3, pad:5, base:16; 178 unsigned int pad:8, sz11:4, sz01:4, sz10:4, sz00:4, ver:8; member 180 unsigned int ver:8, sz00:4, sz10:4, sz01:4, sz11:4, pad:8; 219 unsigned int pad:21, min:1, num:2, ver:8; member 221 unsigned int ver:8, num:2, min:1, pad:21; [all …]
|
/Linux-v5.4/drivers/media/platform/exynos4-is/ |
D | common.c | 16 struct media_pad *pad = &entity->pads[0]; in fimc_find_remote_sensor() local 19 while (pad->flags & MEDIA_PAD_FL_SINK) { in fimc_find_remote_sensor() 21 pad = media_entity_remote_pad(pad); in fimc_find_remote_sensor() 22 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in fimc_find_remote_sensor() 25 sd = media_entity_to_v4l2_subdev(pad->entity); in fimc_find_remote_sensor() 31 pad = &sd->entity.pads[0]; in fimc_find_remote_sensor()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-sdr-pcu16be.rst | 44 - I'\ :sub:`0[5:0]; B1[1:0]=pad` 45 - pad 46 - pad 49 - I'\ :sub:`1[5:0]; B1[1:0]=pad` 50 - pad 51 - pad 55 - Q'\ :sub:`0[5:0]; B1[1:0]=pad` 56 - pad 57 - pad 60 - Q'\ :sub:`1[5:0]; B1[1:0]=pad` [all …]
|
/Linux-v5.4/include/uapi/misc/ |
D | habanalabs.h | 124 __u8 pad[2]; member 144 __u32 pad; member 149 __u32 pad; member 176 __u32 pad; member 195 __u32 pad; member 229 __u32 pad[11]; member 265 __u32 pad; member 280 __u32 pad; member 292 __u32 pad; member 375 __u32 pad; member [all …]
|
/Linux-v5.4/arch/arm/mach-imx/ |
D | iomux-v3.c | 25 int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad) in mxc_iomux_v3_setup_pad() argument 27 u32 mux_ctrl_ofs = (pad & MUX_CTRL_OFS_MASK) >> MUX_CTRL_OFS_SHIFT; in mxc_iomux_v3_setup_pad() 28 u32 mux_mode = (pad & MUX_MODE_MASK) >> MUX_MODE_SHIFT; in mxc_iomux_v3_setup_pad() 29 u32 sel_input_ofs = (pad & MUX_SEL_INPUT_OFS_MASK) >> MUX_SEL_INPUT_OFS_SHIFT; in mxc_iomux_v3_setup_pad() 30 u32 sel_input = (pad & MUX_SEL_INPUT_MASK) >> MUX_SEL_INPUT_SHIFT; in mxc_iomux_v3_setup_pad() 31 u32 pad_ctrl_ofs = (pad & MUX_PAD_CTRL_OFS_MASK) >> MUX_PAD_CTRL_OFS_SHIFT; in mxc_iomux_v3_setup_pad() 32 u32 pad_ctrl = (pad & MUX_PAD_CTRL_MASK) >> MUX_PAD_CTRL_SHIFT; in mxc_iomux_v3_setup_pad()
|
/Linux-v5.4/net/ncsi/ |
D | ncsi-pkt.h | 40 unsigned char pad[26]; member 46 unsigned char pad[22]; member 55 unsigned char pad[22]; member 64 unsigned char pad[22]; member 72 unsigned char pad[22]; member 82 unsigned char pad[18]; member 91 unsigned char pad[18]; member 103 unsigned char pad[18]; member 112 unsigned char pad[22]; member 122 unsigned char pad[18]; member [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | kfd_ioctl.h | 68 __u32 pad; member 91 __u32 pad; member 105 __u32 pad; member 122 __u32 pad; member 133 __u32 pad; member 148 __u32 pad; member 161 __u32 pad; member 170 __u32 pad; member 175 __u32 pad; member 234 __u32 pad; member [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
D | nvidia,tegra20-sdhci.txt | 44 - pinctrl-names, pinctrl-0, pinctrl-1 : Specify pad voltage 50 Tegra210 where pad config registers are in the pinmux register domain 55 - nvidia,pad-autocal-pull-up-offset-3v3, 56 nvidia,pad-autocal-pull-down-offset-3v3 : Specify drive strength 58 - nvidia,pad-autocal-pull-up-offset-1v8, 59 nvidia,pad-autocal-pull-down-offset-1v8 : Specify drive strength 61 - nvidia,pad-autocal-pull-up-offset-3v3-timeout, 62 nvidia,pad-autocal-pull-down-offset-3v3-timeout : Specify drive 65 - nvidia,pad-autocal-pull-up-offset-1v8-timeout, 66 nvidia,pad-autocal-pull-down-offset-1v8-timeout : Specify drive [all …]
|
/Linux-v5.4/include/soc/arc/ |
D | mcip.h | 22 unsigned int pad:8, param:16, cmd:8; member 24 unsigned int cmd:8, param:16, pad:8; 65 pad:1, gfrc:1, dbg:1, pw:1, member 71 pw:1, dbg:1, gfrc:1, pad:1, 79 unsigned int pad:21, cirqnum:3, ver:8; member 81 unsigned int ver:8, cirqnum:3, pad:21; 105 buf.pad = 0; in __mcip_cmd()
|