| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | switch.c | 17 static unsigned int dsa_switch_fastest_ageing_time(struct dsa_switch *ds, in dsa_switch_fastest_ageing_time() argument 22 for (i = 0; i < ds->num_ports; ++i) { in dsa_switch_fastest_ageing_time() 23 struct dsa_port *dp = dsa_to_port(ds, i); in dsa_switch_fastest_ageing_time() 32 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time() argument 39 if (ds->ageing_time_min && ageing_time < ds->ageing_time_min) in dsa_switch_ageing_time() 41 if (ds->ageing_time_max && ageing_time > ds->ageing_time_max) in dsa_switch_ageing_time() 47 ageing_time = dsa_switch_fastest_ageing_time(ds, ageing_time); in dsa_switch_ageing_time() 49 if (ds->ops->set_ageing_time) in dsa_switch_ageing_time() 50 return ds->ops->set_ageing_time(ds, ageing_time); in dsa_switch_ageing_time() 55 static bool dsa_switch_mtu_match(struct dsa_switch *ds, int port, in dsa_switch_mtu_match() argument [all …]
|
| H A D | port.c | 35 struct raw_notifier_head *nh = &dp->ds->dst->nh; in dsa_port_notify() 46 struct dsa_switch *ds = dp->ds; in dsa_port_set_state() local 50 return ds->ops->port_stp_state_set ? 0 : -EOPNOTSUPP; in dsa_port_set_state() 52 if (ds->ops->port_stp_state_set) in dsa_port_set_state() 53 ds->ops->port_stp_state_set(ds, port, state); in dsa_port_set_state() 55 if (ds->ops->port_fast_age) { in dsa_port_set_state() 66 ds->ops->port_fast_age(ds, port); in dsa_port_set_state() 85 struct dsa_switch *ds = dp->ds; in dsa_port_enable_rt() local 89 if (ds->ops->port_enable) { in dsa_port_enable_rt() 90 err = ds->ops->port_enable(ds, port, phy); in dsa_port_enable_rt() [all …]
|
| H A D | dsa2.c | 34 if (dp->ds->index != sw_index) in dsa_switch_find() 37 return dp->ds; in dsa_switch_find() 148 struct dsa_switch *ds = dp->ds; in dsa_link_touch() local 152 dst = ds->dst; in dsa_link_touch() 173 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local 174 struct dsa_switch_tree *dst = ds->dst; in dsa_port_setup_routing_table() 315 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_port_devlink_setup() 317 struct devlink *dl = dp->ds->devlink; in dsa_port_devlink_setup() 399 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get() local 401 if (ds->ops->devlink_info_get) in dsa_devlink_info_get() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dabtree.c | 31 struct xchk_da_btree *ds, in xchk_da_process_error() argument 35 struct xfs_scrub *sc = ds->sc; in xchk_da_process_error() 52 trace_xchk_file_op_error(sc, ds->dargs.whichfork, in xchk_da_process_error() 53 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_process_error() 54 ds->state->path.blk[level].blkno), in xchk_da_process_error() 67 struct xchk_da_btree *ds, in xchk_da_set_corrupt() argument 70 struct xfs_scrub *sc = ds->sc; in xchk_da_set_corrupt() 74 trace_xchk_fblock_error(sc, ds->dargs.whichfork, in xchk_da_set_corrupt() 75 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_set_corrupt() 76 ds->state->path.blk[level].blkno), in xchk_da_set_corrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-playstation.c | 312 static inline void dualsense_schedule_work(struct dualsense *ds); 313 static void dualsense_set_lightbar(struct dualsense *ds, uint8_t red, uint8_t green, uint8_t blue); 713 static int dualsense_get_calibration_data(struct dualsense *ds) in dualsense_get_calibration_data() argument 731 ret = ps_get_report(ds->base.hdev, DS_FEATURE_REPORT_CALIBRATION, buf, in dualsense_get_calibration_data() 734 hid_err(ds->base.hdev, "Failed to retrieve DualSense calibration info: %d\n", ret); in dualsense_get_calibration_data() 761 ds->gyro_calib_data[0].abs_code = ABS_RX; in dualsense_get_calibration_data() 762 ds->gyro_calib_data[0].bias = gyro_pitch_bias; in dualsense_get_calibration_data() 763 ds->gyro_calib_data[0].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data() 764 ds->gyro_calib_data[0].sens_denom = gyro_pitch_plus - gyro_pitch_minus; in dualsense_get_calibration_data() 766 ds->gyro_calib_data[1].abs_code = ABS_RY; in dualsense_get_calibration_data() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/ |
| H A D | aarch64-none-linux-gnu-gcov-dump.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | aarch64-none-linux-gnu-ranlib.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | aarch64-none-linux-gnu-lto-dump.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | aarch64-none-linux-gnu-gdb-add-index.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | aarch64-none-linux-gnu-elfedit.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/ |
| H A D | arm-none-linux-gnueabihf-gcov-dump.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | arm-none-linux-gnueabihf-ranlib.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | arm-none-linux-gnueabihf-gdb-add-index.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | arm-none-linux-gnueabihf-lto-dump.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | arm-none-linux-gnueabihf-size.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| H A D | arm-none-linux-gnueabihf-elfedit.1 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | dsa.h | 207 struct dsa_switch *ds; member 339 static inline struct dsa_port *dsa_to_port(struct dsa_switch *ds, int p) in dsa_to_port() argument 341 struct dsa_switch_tree *dst = ds->dst; in dsa_to_port() 345 if (dp->ds == ds && dp->index == p) in dsa_to_port() 351 static inline bool dsa_is_unused_port(struct dsa_switch *ds, int p) in dsa_is_unused_port() argument 353 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_UNUSED; in dsa_is_unused_port() 356 static inline bool dsa_is_cpu_port(struct dsa_switch *ds, int p) in dsa_is_cpu_port() argument 358 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_CPU; in dsa_is_cpu_port() 361 static inline bool dsa_is_dsa_port(struct dsa_switch *ds, int p) in dsa_is_dsa_port() argument 363 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_DSA; in dsa_is_dsa_port() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | davinci_spi.c | 139 static inline u32 davinci_spi_xfer_data(struct davinci_spi_slave *ds, u32 data) in davinci_spi_xfer_data() argument 144 writel(data, &ds->regs->dat1); in davinci_spi_xfer_data() 147 while ((buf_reg_val = readl(&ds->regs->buf)) & SPIBUF_RXEMPTY_MASK) in davinci_spi_xfer_data() 153 static int davinci_spi_read(struct davinci_spi_slave *ds, unsigned int len, in davinci_spi_read() argument 160 (ds->cur_cs << SPIDAT1_CSNR_SHIFT)); in davinci_spi_read() 163 while (readl(&ds->regs->buf) & SPIBUF_TXFULL_MASK) in davinci_spi_read() 167 writel(data1_reg_val, &ds->regs->dat1); in davinci_spi_read() 171 *rxp++ = davinci_spi_xfer_data(ds, data1_reg_val); in davinci_spi_read() 178 *rxp = davinci_spi_xfer_data(ds, data1_reg_val); in davinci_spi_read() 183 static int davinci_spi_write(struct davinci_spi_slave *ds, unsigned int len, in davinci_spi_write() argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man7/ |
| H A D | fsf-funding.7 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man7/ |
| H A D | fsf-funding.7 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | dock.c | 66 * @ds: Dock station. 71 static int add_dock_dependent_device(struct dock_station *ds, in add_dock_dependent_device() argument 82 list_add_tail(&dd->list, &ds->dependent_devices); in add_dock_dependent_device() 132 struct dock_station *ds; in find_dock_station() local 134 list_for_each_entry(ds, &dock_stations, sibling) in find_dock_station() 135 if (ds->handle == handle) in find_dock_station() 136 return ds; in find_dock_station() 143 * @ds: the dock station 150 find_dock_dependent_device(struct dock_station *ds, struct acpi_device *adev) in find_dock_dependent_device() argument 154 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man5/ |
| H A D | arm-none-linux-gnueabihf-gdbinit.5 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man5/ |
| H A D | aarch64-none-linux-gnu-gdbinit.5 | 27 . ds -- \(*W- 28 . ds PI pi 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 31 . ds L" "" 32 . ds R" "" 33 . ds C` "" 34 . ds C' "" 37 . ds -- \|\(em\| 38 . ds PI \(*p [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | dsa_loop.c | 50 static int dsa_loop_setup_devlink_resources(struct dsa_switch *ds) in dsa_loop_setup_devlink_resources() argument 53 struct dsa_loop_priv *ps = ds->priv; in dsa_loop_setup_devlink_resources() 60 err = dsa_devlink_resource_register(ds, "VTU", ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources() 67 dsa_devlink_resource_occ_get_register(ds, in dsa_loop_setup_devlink_resources() 74 dsa_devlink_resources_unregister(ds); in dsa_loop_setup_devlink_resources() 78 static enum dsa_tag_protocol dsa_loop_get_protocol(struct dsa_switch *ds, in dsa_loop_get_protocol() argument 82 dev_dbg(ds->dev, "%s: port: %d\n", __func__, port); in dsa_loop_get_protocol() 87 static int dsa_loop_setup(struct dsa_switch *ds) in dsa_loop_setup() argument 89 struct dsa_loop_priv *ps = ds->priv; in dsa_loop_setup() 92 for (i = 0; i < ds->num_ports; i++) in dsa_loop_setup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 27 static enum dsa_tag_protocol felix_get_tag_protocol(struct dsa_switch *ds, in felix_get_tag_protocol() argument 34 static int felix_set_ageing_time(struct dsa_switch *ds, in felix_set_ageing_time() argument 37 struct ocelot *ocelot = ds->priv; in felix_set_ageing_time() 44 static int felix_fdb_dump(struct dsa_switch *ds, int port, in felix_fdb_dump() argument 47 struct ocelot *ocelot = ds->priv; in felix_fdb_dump() 52 static int felix_fdb_add(struct dsa_switch *ds, int port, in felix_fdb_add() argument 55 struct ocelot *ocelot = ds->priv; in felix_fdb_add() 60 static int felix_fdb_del(struct dsa_switch *ds, int port, in felix_fdb_del() argument 63 struct ocelot *ocelot = ds->priv; in felix_fdb_del() 69 static int felix_mdb_prepare(struct dsa_switch *ds, int port, in felix_mdb_prepare() argument [all …]
|